HomeSort by relevance Sort by last modified time
    Searched refs:GlyphIndex (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 245 int32_t glyph_id = composite_glyph->GlyphIndex(i);
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 274 int32_t GlyphIndex(int32_t contour);
glyph_table.cc 555 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) {
629 index += 2 * DataSize::kUSHORT; // flags and glyphIndex
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 208 int32_t glyph_id = comp_glyph->GlyphIndex(j);
211 comp_glyph_id.insert(comp_glyph->GlyphIndex(j));

Completed in 173 milliseconds