Home
last modified time | relevance | path

Searched refs:end (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp40 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 …]
Dcustom_edit.cpp42 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()
Dcsv_read_write.cpp276 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()
Dstring_table.h34 void Set(DWORD start, DWORD end);
37 BOOL Test(DWORD start, DWORD end);
Dxml_reader.h9 char *end; member
Dstudiox_util.cpp1473 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()
Dstudiox.rc35 IDB_MACRO_END BITMAP "res\\end.bmp"
/GUIX-v6.2.1/test/guix_studio_test/test_demo/
Dset_project_lib_version.py58 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/
Dgx_monochrome_driver_disabled_button_line_draw.c84 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()
Dgx_widget_event_process.c77 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()
Dgx_image_reader_jpeg_decode.c246 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/
Dgx_validation_verify.c203 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/
Dreadme_guix_generic.txt109 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/
Dreadme_guix_generic.txt109 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/
Dgx_image_reader.h102 USHORT end; member
/GUIX-v6.2.1/docs/
Drevision_history.txt777 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/
DREADME.md284 /* Signal the end of the test case. Verify the output. */
/GUIX-v6.2.1/guix_studio/libs/libgit2/
DLICENSE.txt442 the GNU LGPL (available at the end of this file).