Searched refs:cur_start (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_primitive_restart.c | 86 unsigned i, cur_start, cur_count; in find_sub_primitives() local 98 cur_start = start; in find_sub_primitives() 112 sub_prims[scan_num].start = cur_start; \ in find_sub_primitives() 118 cur_start = i + 1; \ in find_sub_primitives() 129 sub_prims[scan_num].start = cur_start; \ in find_sub_primitives()
|
/third_party/pixman/pixman/ |
D | pixman-region.c | 570 int cur_start) /* Index of start of current band */ in pixman_coalesce() argument 580 numRects = cur_start - prev_start; in pixman_coalesce() 581 critical_if_fail (numRects == region->data->numRects - cur_start); in pixman_coalesce() 583 if (!numRects) return cur_start; in pixman_coalesce() 590 cur_box = PIXREGION_BOX (region, cur_start); in pixman_coalesce() 591 if (prev_box->y2 != cur_box->y1) return cur_start; in pixman_coalesce() 604 return (cur_start); in pixman_coalesce() 616 numRects = cur_start - prev_start; in pixman_coalesce()
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 700 FT_UInt cur_start; member 744 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range() 755 cmap->cur_start == 0xFFFFU && in tt_cmap4_set_range() 802 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 803 charcode = cmap->cur_start; in tt_cmap4_next() 816 FT_Byte* p = values + 2 * ( charcode - cmap->cur_start ); in tt_cmap4_next() 881 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 882 charcode = cmap->cur_start; in tt_cmap4_next()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 700 FT_UInt cur_start; member 744 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range() 755 cmap->cur_start == 0xFFFFU && in tt_cmap4_set_range() 802 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 803 charcode = cmap->cur_start; in tt_cmap4_next() 816 FT_Byte* p = values + 2 * ( charcode - cmap->cur_start ); in tt_cmap4_next() 881 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 882 charcode = cmap->cur_start; in tt_cmap4_next()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 701 FT_UInt cur_start; member 745 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range() 756 cmap->cur_start == 0xFFFFU && in tt_cmap4_set_range() 803 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 804 charcode = cmap->cur_start; in tt_cmap4_next() 817 FT_Byte* p = values + 2 * ( charcode - cmap->cur_start ); in tt_cmap4_next() 882 if ( charcode < cmap->cur_start ) in tt_cmap4_next() 883 charcode = cmap->cur_start; in tt_cmap4_next()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 1105 gint64 cur_start, prev_start, stop; in gst_matroska_read_common_postprocess_toc_entries() local 1142 gst_toc_entry_get_start_stop_times (cur_info, &cur_start, &stop); in gst_matroska_read_common_postprocess_toc_entries() 1144 stop = cur_start; in gst_matroska_read_common_postprocess_toc_entries() 1148 (gst_toc_entry_get_sub_entries (prev_info), cur_start, in gst_matroska_read_common_postprocess_toc_entries() 1154 gst_toc_entry_get_start_stop_times (cur_info, &cur_start, &stop); in gst_matroska_read_common_postprocess_toc_entries() 1158 gst_toc_entry_set_start_stop_times (cur_info, cur_start, stop); in gst_matroska_read_common_postprocess_toc_entries()
|