Home
last modified time | relevance | path

Searched refs:cur_start (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c700 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/
Dttcmap.c701 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/freetype/src/sfnt/
Dttcmap.c700 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/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1105 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()
/third_party/vulkan-loader/loader/
Dloader.c2005 char *cur_start = &date_copy[0]; in loader_read_layer_json() local
2008 while (cur_item < 5 && strlen(cur_start)) { in loader_read_layer_json()
2014 props->expiration.year = (uint16_t)atoi(cur_start); in loader_read_layer_json()
2017 props->expiration.month = (uint8_t)atoi(cur_start); in loader_read_layer_json()
2020 props->expiration.day = (uint8_t)atoi(cur_start); in loader_read_layer_json()
2023 props->expiration.hour = (uint8_t)atoi(cur_start); in loader_read_layer_json()
2026 props->expiration.minute = (uint8_t)atoi(cur_start); in loader_read_layer_json()
2033 cur_start = next_dash + 1; in loader_read_layer_json()
2034 next_dash = strchr(cur_start, '-'); in loader_read_layer_json()