Searched refs:start_id (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 1655 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1665 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF() 1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF() 1731 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1738 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() 1745 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index() 1763 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 1772 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() 1779 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next() 2065 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local [all …]
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1655 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1665 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF() 1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF() 1731 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1738 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() 1745 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index() 1763 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 1772 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() 1779 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next() 2065 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local [all …]
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_utils.c | 887 UINT16 start_id=0, end_id=0; in sdpu_get_attrib_seq_len() local 893 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len() 897 start_id, in sdpu_get_attrib_seq_len() 904 if (start_id != end_id) in sdpu_get_attrib_seq_len() 907 start_id = p_attr->id + 1; in sdpu_get_attrib_seq_len()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.cc | 1299 int nav_dir, int start_id, int lower_bound, int upper_bound) const { in IsValidNav() argument 1301 if ((start_id + 1) > upper_bound) { in IsValidNav() 1305 if ((start_id - 1) <= lower_bound) { in IsValidNav()
|
D | native_view_accessibility_win.h | 366 int start_id,
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | statscollector_unittest.cc | 169 const std::string& start_id) { in CheckCertChainReports() argument 170 std::string certificate_id = start_id; in CheckCertChainReports()
|