Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc343 unsigned int chars_offset = items[i].iCharPos; in _hb_uniscribe_shape() local
344 unsigned int item_chars_len = items[i + 1].iCharPos - chars_offset; in _hb_uniscribe_shape()
355 wchars + chars_offset, in _hb_uniscribe_shape()
359 log_clusters + chars_offset, in _hb_uniscribe_shape()
360 char_props + chars_offset, in _hb_uniscribe_shape()
386 for (unsigned int j = chars_offset; j < chars_offset + item_chars_len; j++) in _hb_uniscribe_shape()
397 wchars + chars_offset, in _hb_uniscribe_shape()
398 log_clusters + chars_offset, in _hb_uniscribe_shape()
399 char_props + chars_offset, in _hb_uniscribe_shape()
/external/freetype/src/pfr/
Dpfrload.c687 phy_font->chars_offset = 0; in pfr_phy_font_done()
868 phy_font->chars_offset = offset + ( p - stream->cursor ); in pfr_phy_font_load()