Home
last modified time | relevance | path

Searched refs:chars_offset (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc859 unsigned int chars_offset = items[i].iCharPos; in _hb_uniscribe_shape() local
860 unsigned int item_chars_len = items[i + 1].iCharPos - chars_offset; in _hb_uniscribe_shape()
869 for (unsigned int k = chars_offset; k < chars_offset + item_chars_len; k++) in _hb_uniscribe_shape()
912 pchars + chars_offset, in _hb_uniscribe_shape()
916 log_clusters + chars_offset, in _hb_uniscribe_shape()
917 char_props + chars_offset, in _hb_uniscribe_shape()
942 for (unsigned int j = chars_offset; j < chars_offset + item_chars_len; j++) in _hb_uniscribe_shape()
953 pchars + chars_offset, in _hb_uniscribe_shape()
954 log_clusters + chars_offset, in _hb_uniscribe_shape()
955 char_props + chars_offset, in _hb_uniscribe_shape()
/external/freetype/src/pfr/
Dpfrload.c688 phy_font->chars_offset = 0; in pfr_phy_font_done()
868 phy_font->chars_offset = offset + (FT_Offset)( p - stream->cursor ); in pfr_phy_font_load()