| /GUIX-v6.2.1/guix_studio/ |
| D | xml_reader.cpp | 40 mSection.end = mpBuffer + size - 1; in ReadFile() 59 mSection.end = mpBuffer + size - 1; in ReadFile() 321 *(mSection.end + 1) = '.'; in CloseSection() 326 char *pStart = mSection.end + 1; in CloseSection() 336 while(pStart < mSection.end) in CloseSection() 362 return FindTag(mSection.start, mSection.end, tagname, mark_used); in FindTag() 480 end_tag = EndTag(start_tag, mSection.end); in EnterSection() 488 end_section = FindTag(end_tag + 1, mSection.end, close); in EnterSection() 499 mSection.end = end_section; in EnterSection() 534 end_tag = EndTag(start_tag, mSection.end); in EnterTag() [all …]
|
| D | custom_edit.cpp | 42 INT start, end; in OnPaste() local 46 SendMessage(EM_GETSEL, (WPARAM)&start, (LPARAM)&end); in OnPaste() 49 if (start != end) in OnPaste() 51 string.Delete(start, end - start); in OnPaste() 104 INT start, end; in OnChar() local 109 SendMessage(EM_GETSEL, (WPARAM)&start, (LPARAM)&end); in OnChar() 112 if ((string.GetAt(0) == '-') && (start == end)) in OnChar()
|
| D | csv_read_write.cpp | 276 int start, end; in SplitCsvLine() local 282 end = FindDelimiterIndex(line, start) - 1; in SplitCsvLine() 284 if (end < 0) in SplitCsvLine() 290 index = end + 2; in SplitCsvLine() 296 end -= 1; in SplitCsvLine() 299 string = line.Mid(start, end - start + 1); in SplitCsvLine()
|
| D | string_table.h | 34 void Set(DWORD start, DWORD end); 37 BOOL Test(DWORD start, DWORD end);
|
| D | xml_reader.h | 9 char *end; member
|
| D | studiox_util.cpp | 1473 BOOL FontCharMap::Test(DWORD start, DWORD end) in Test() argument 1475 while(start <= end) in Test() 1498 void FontCharMap::Set(DWORD start, DWORD end) in Set() argument 1500 while(start <= end) in Set()
|
| D | studiox.rc | 35 IDB_MACRO_END BITMAP "res\\end.bmp"
|
| /GUIX-v6.2.1/test/guix_studio_test/test_demo/ |
| D | set_project_lib_version.py | 58 end = line.find(b'</') 59 if line[start+1:end] == bytearray(new_version, 'utf8'): 72 end = line.find(b'</') 73 line = line[:start+1] + bytearray(new_version, 'utf8') + line[end:]
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_monochrome_driver_disabled_button_line_draw.c | 84 GX_VALUE end; in _gx_monochrome_driver_disabled_button_line_draw() local 109 end = (GX_VALUE)(button -> gx_widget_size.gx_rectangle_right - 5); in _gx_monochrome_driver_disabled_button_line_draw() 112 _gx_canvas_line_draw((GX_VALUE)start, (GX_VALUE)yval, (GX_VALUE)end, (GX_VALUE)yval); in _gx_monochrome_driver_disabled_button_line_draw()
|
| D | gx_widget_event_process.c | 77 GX_WIDGET *end = GX_NULL; in _gx_widget_children_show_event_process() local 94 end = child; in _gx_widget_children_show_event_process() 109 while (start != end) in _gx_widget_children_show_event_process()
|
| D | gx_image_reader_jpeg_decode.c | 246 if (code <= code_info -> end) in _gx_image_reader_jpeg_huffcode_find() 360 code_info -> end = (USHORT)(code + bit_count - 1); in _gx_image_reader_huffman_table_set()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_verify.c | 203 int end = 0; in get_frame_comment() local 221 end = 1; in get_frame_comment() 222 }while(!end); in get_frame_comment()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 109 gx_text_input_cursor_draw.c Change logic to determine cursor start and end points. 278 … Use scrollbar_appearance thumb button color when creating end buttons. 394 …ed_wide_arc_draw.c Changed brush style when drawing round end to prevent image fi… 395 …arc_draw.c Changed brush style when drawing round end to prevent image fi…
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | readme_guix_generic.txt | 109 gx_text_input_cursor_draw.c Change logic to determine cursor start and end points. 278 … Use scrollbar_appearance thumb button color when creating end buttons. 394 …ed_wide_arc_draw.c Changed brush style when drawing round end to prevent image fi… 395 …arc_draw.c Changed brush style when drawing round end to prevent image fi…
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_image_reader.h | 102 USHORT end; member
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 777 gx_text_input_cursor_draw.c Change logic to determine cursor start and end points. 946 … Use scrollbar_appearance thumb button color when creating end buttons. 1062 …ed_wide_arc_draw.c Changed brush style when drawing round end to prevent image fi… 1063 …arc_draw.c Changed brush style when drawing round end to prevent image fi…
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 284 /* Signal the end of the test case. Verify the output. */
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/ |
| D | LICENSE.txt | 442 the GNU LGPL (available at the end of this file).
|