Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudio_source_writer.cpp55 m_outfile->Write("\r\n", 2); in FileWrite()
112 m_outfile->Write(CT2A(formatted.GetString()), formatted.GetLength()); in FileWrite()
118 m_outfile->Write(lpBuf, nCount); in FileWrite()
Dxml_writer.cpp172 mpFile->Write(utf8buf, strlen(utf8buf)); in WriteString()
257 mpFile->Write(utf8buf, strlen(utf8buf)); in StringToFile()
Dcsv_read_write.cpp45 file.Write(BOM_mark, 3); in ExportLanguage()
232 file->Write(utf8buf, strlen(utf8buf)); in WriteString()
DMainFrm.cpp1288 recorder->Write(&input, sizeof(INPUT)); in MouseHook()
1307 recorder->Write(&input, sizeof(INPUT)); in MouseHook()
1352 recorder->Write(&input, sizeof(INPUT)); in KeybdHook()
1599 recorder->Write(MACRO_FILE_FLAG, sizeof(MACRO_FILE_FLAG)); in OnRecordmacro()
1621 recorder->Write(&info, sizeof(MACRO_HEAD_INFO)); in OnRecordmacro()
1624 … recorder->Write((int *)proj_tree_state.GetData(), sizeof(int) * proj_tree_state.GetCount()); in OnRecordmacro()
Dtarget_screen.cpp3092 p_file->Write(&file_header, sizeof(BITMAPFILEHEADER)); in canvas_to_bitmap()
3093 p_file->Write(&info, sizeof(GX_BMP_INFO)); in canvas_to_bitmap()
3094 p_file->Write(canvas->gx_canvas_memory, canvas->gx_canvas_memory_size); in canvas_to_bitmap()
3160 p_file->Write(&file_header, sizeof(BITMAPFILEHEADER)); in target_screen_to_bitmap()
3161 p_file->Write(&info, sizeof(GX_BMP_INFO)); in target_screen_to_bitmap()
3162 p_file->Write(lpBits, info.gx_bmp_header.biSizeImage); in target_screen_to_bitmap()
Dimage_reader.h271 IFACEMETHODIMP Write(const void *pv, ULONG cb, ULONG *pcbWritten) { return 0; } in Write() function
Dstudiox_util.cpp414 outfile.Write(dos.GetBuffer(), dos.GetLength()); in WriteToDosFile()