Searched refs:chars_offset (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-uniscribe.cc | 736 unsigned int chars_offset = items[i].iCharPos; in _hb_uniscribe_shape() local 737 unsigned int item_chars_len = items[i + 1].iCharPos - chars_offset; in _hb_uniscribe_shape() 743 chars_offset, in _hb_uniscribe_shape() 761 pchars + chars_offset, in _hb_uniscribe_shape() 765 log_clusters + chars_offset, in _hb_uniscribe_shape() 766 char_props + chars_offset, in _hb_uniscribe_shape() 791 for (unsigned int j = chars_offset; j < chars_offset + item_chars_len; j++) in _hb_uniscribe_shape() 802 pchars + chars_offset, in _hb_uniscribe_shape() 803 log_clusters + chars_offset, in _hb_uniscribe_shape() [all...] |
H A D | hb-ms-feature-ranges.cc | 139 unsigned int chars_offset, in hb_ms_make_feature_ranges() 149 for (unsigned int i = chars_offset; i < chars_len; i++) in hb_ms_make_feature_ranges() 137 hb_ms_make_feature_ranges(hb_vector_t<hb_ms_feature_t> &feature_records, hb_vector_t<hb_ms_range_record_t> &range_records, unsigned int chars_offset, unsigned int chars_len, uint16_t *log_clusters, hb_vector_t<hb_ms_features_t*> &range_features, hb_vector_t<uint32_t> &range_counts ) hb_ms_make_feature_ranges() argument
|
H A D | hb-ms-feature-ranges.hh | 90 unsigned int chars_offset,
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrtypes.h | 237 FT_Offset chars_offset; member
|
H A D | pfrload.c | 797 phy_font->chars_offset = 0; in pfr_phy_font_done() 976 phy_font->chars_offset = offset + (FT_Offset)( p - stream->cursor ); in FT_LOCAL_DEF()
|
Completed in 4 milliseconds