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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 125 sfntly::Ptr<sfntly::GlyphTable> glyph_table_; member in class:subtly::FontSourcedInfoBuilder
font_info.cc 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
230 glyph.Attach(glyph_table_->GetGlyph(offset, length));
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 125 sfntly::Ptr<sfntly::GlyphTable> glyph_table_; member in class:subtly::FontSourcedInfoBuilder
font_info.cc 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
230 glyph.Attach(glyph_table_->GetGlyph(offset, length));

Completed in 682 milliseconds