| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_verify.c | 15 static char line[256]; variable 45 memset(line, 0, sizeof(line)); in read_line() 51 if(count == sizeof(line)) in read_line() 53 line[count++] = ch; in read_line() 63 line[count] = 0; in read_line() 77 if(strncmp(line, FRAME_ID, strlen(FRAME_ID)) == 0) in get_frame_id() 78 *frame_id = atoi(&line[strlen(FRAME_ID)]); in get_frame_id() 100 if(strncmp(line, FILE_FORMAT, strlen(FILE_FORMAT)) == 0) in read_file_header() 101 *file_format = atoi(&line[strlen(FILE_FORMAT)]); in read_file_header() 103 else if(strncmp(line, TOTAL_FRAMES, strlen(TOTAL_FRAMES)) == 0) in read_file_header() [all …]
|
| D | gx_show_canvas.c | 230 char line[256]; in win32_8bpp_palette_set() local 234 if(fgets(line, 100, pFile) != NULL); in win32_8bpp_palette_set() 236 if(strncmp(line, "PALETTE DATA SIZE: ", strlen("PALETTE DATA SIZE: ")) == 0) in win32_8bpp_palette_set() 237 count = atoi(&line[strlen("PALETTE DATA SIZE: ")]); in win32_8bpp_palette_set() 240 fgets(line, 100, pFile); in win32_8bpp_palette_set()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 9 "line": "111", 23 "line": "127", 37 "line": "128", 51 "line": "129", 65 "line": "130", 79 "line": "133", 93 "line": "134", 107 "line": "135", 121 "line": "148", 135 "line": "167", [all …]
|
| /GUIX-v6.2.1/test/guix_studio_test/test_demo/ |
| D | set_project_lib_version.py | 55 for line in src_lines: 56 if b'<guix_version>' in line: 57 start = line.find(b'>') 58 end = line.find(b'</') 59 if line[start+1:end] == bytearray(new_version, 'utf8'): 69 for line in src_lines: 70 if b'<guix_version>' in line: 71 start = line.find(b'>') 72 end = line.find(b'</') 73 line = line[:start+1] + bytearray(new_version, 'utf8') + line[end:] [all …]
|
| D | compare_two_files.py | 29 for line in lines_1: 30 if "#include" in line: 31 start_row_1 = lines_1.index(line) + 1 38 for line in lines_2: 39 if "#include" in line: 40 start_row_2 = lines_2.index(line) + 1
|
| D | README.txt | 14 From a command line prompt:
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Release/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 9 "line": "5", 23 "line": "12", 37 "line": "13", 51 "line": "15", 65 "line": "16", 79 "line": "18", 93 "line": "19", 107 "line": "22", 121 "line": "25", 135 "line": "29", [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/Obj/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 9 "line": "4", 23 "line": "5", 37 "line": "6", 51 "line": "7", 65 "line": "8", 79 "line": "9", 93 "line": "10", 107 "line": "11", 121 "line": "12", 135 "line": "13", [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | alloc.h | 25 void * GIT_CALLBACK(gmalloc)(size_t n, const char *file, int line); 32 void * GIT_CALLBACK(gcalloc)(size_t nelem, size_t elsize, const char *file, int line); 35 char * GIT_CALLBACK(gstrdup)(const char *str, const char *file, int line); 41 char * GIT_CALLBACK(gstrndup)(const char *str, size_t n, const char *file, int line); 47 char * GIT_CALLBACK(gsubstrdup)(const char *str, size_t n, const char *file, int line); 54 void * GIT_CALLBACK(grealloc)(void *ptr, size_t size, const char *file, int line); 60 … * GIT_CALLBACK(greallocarray)(void *ptr, size_t nelem, size_t elsize, const char *file, int line); 66 void * GIT_CALLBACK(gmallocarray)(size_t nelem, size_t elsize, const char *file, int line);
|
| D | diff.h | 40 const git_diff_line *line, 60 const git_diff_line *line,
|
| /GUIX-v6.2.1/guix_studio/ |
| D | studio_source_writer.cpp | 40 CString line; in FileWrite() local 62 line = copy.Left(newline); in FileWrite() 68 line = copy; in FileWrite() 73 formatted = line; in FileWrite() 74 int index = line.Find(_T("/*")); in FileWrite() 79 formatted = line.Left(index); in FileWrite() 88 formatted += line.Mid(index); in FileWrite() 91 line = formatted; in FileWrite() 92 index = line.Find(_T("*/")); in FileWrite() 96 formatted = line.Left(index); in FileWrite() [all …]
|
| D | csv_read_write.cpp | 110 CString line; in ImportCsvFile() local 114 ReadLine(line); in ImportCsvFile() 115 SplitString(line, ',', &header_array); in ImportCsvFile() 137 while (ReadLine(line)) in ImportCsvFile() 141 SplitCsvLine(line, string_array); in ImportCsvFile() 238 int csv_read_write::FindDelimiterIndex(CString line, int start_index) in FindDelimiterIndex() argument 242 while (start_index < line.GetLength()) in FindDelimiterIndex() 244 switch (line.GetAt(start_index)) in FindDelimiterIndex() 272 void csv_read_write::SplitCsvLine(CString &line, CStringArray &line_array) in SplitCsvLine() argument 275 int length = line.GetLength(); in SplitCsvLine() [all …]
|
| D | csv_read_write.h | 14 BOOL ReadLine(CString &line); 15 int FindDelimiterIndex(CString line, int start_index); 16 void SplitCsvLine(CString &line, CStringArray &line_array);
|
| D | widget_service_provider.cpp | 527 GX_CONST GX_CHAR *line = NULL; in GetTextDimension() local 551 string.gx_string_ptr = line; in GetTextDimension() 562 line = NULL; in GetTextDimension() 568 if (line == GX_NULL) in GetTextDimension() 570 line = buffer; in GetTextDimension() 577 if (line) in GetTextDimension() 579 string.gx_string_ptr = line; in GetTextDimension()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_multi_line_text_button_text_draw.c | 94 GX_STRING *line; in _gx_multi_line_text_button_text_draw() local 135 line = &button -> gx_multi_line_text_button_lines[line_index]; in _gx_multi_line_text_button_text_draw() 137 if (line -> gx_string_ptr != GX_NULL) in _gx_multi_line_text_button_text_draw() 142 _gx_system_string_width_get_ext(font, line, &text_width); in _gx_multi_line_text_button_text_draw() 154 _gx_system_string_width_get_ext(font, line, &text_width); in _gx_multi_line_text_button_text_draw() 161 …canvas_text_draw_ext((GX_VALUE)(xtextpos + xtextoffset), (GX_VALUE)(ytextpos + ytextoffset), line); in _gx_multi_line_text_button_text_draw()
|
| /GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/ |
| D | demo_guix_runtime_bidi_text.c | 145 INT line; in window_draw() local 174 for (line = 0; line < resolved->gx_bidi_resolved_text_info_total_lines; line++) in window_draw() 176 … gx_canvas_text_draw_ext(xpos, ypos, &resolved->gx_bidi_resolved_text_info_text[line]); in window_draw()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_guix_lib_version_set.py | 19 for line in lines: 20 if '<guix_version>' in line: 21 if '50600' in line:
|
| D | test_utils.py | 212 for line in list_1: 213 if compare_start_string in line: 214 start_row_1 = list_1.index(line) 217 for line in list_2: 218 if compare_start_string in line: 219 start_row_2 = list_1.index(line) 652 for line in lines: 653 if '#define' in line and prefix in line: 654 line = ' '.join(line.split()) 655 list = line.split() [all …]
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 17 Improve precision of line and shape drawing. 29 Fix issue that pattern line draw might draw outside clipping rectangle. 88 Add text mark/select/cut/copy/paste support for single and multi-line text input. 106 Fix bug in multi-line text view scrolling. 132 …Modified gx_multi_line_text_view line-break algorithm to now allow line break immediately preceedi… 807 …wing files are changed to use whitespace and line_space properties in multi-line text input widget: 1074 … Files modified to support left and right text alignment in single-line text input/view widget: 1097 …Files modified to support left, center, and right text alignment in multi-line text input/view wid… 1311 modified gx_button.h to add the new multi-line text input button function prototypes.
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | ftdebug.h | 357 int line,
|