HomeSort by relevance Sort by last modified time
    Searched full:glyphs_offset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 836 unsigned int glyphs_offset = 0; local
896 glyphs_size - glyphs_offset,
900 glyphs + glyphs_offset,
901 glyph_props + glyphs_offset,
926 log_clusters[j] += glyphs_offset;
940 glyphs + glyphs_offset,
941 glyph_props + glyphs_offset,
944 advances + glyphs_offset,
945 offsets + glyphs_offset,
958 glyphs_offset += glyphs_len
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 833 unsigned int glyphs_offset = 0; local
893 glyphs_size - glyphs_offset,
897 glyphs + glyphs_offset,
898 glyph_props + glyphs_offset,
923 log_clusters[j] += glyphs_offset;
937 glyphs + glyphs_offset,
938 glyph_props + glyphs_offset,
941 advances + glyphs_offset,
942 offsets + glyphs_offset,
955 glyphs_offset += glyphs_len
    [all...]

Completed in 93 milliseconds