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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.cc 136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) {
217 loca_table_->num_glyphs());
221 int32_t length = loca_table_->GlyphLength(glyph_id);
228 int32_t offset = loca_table_->GlyphOffset(glyph_id);
font_info.h 124 sfntly::Ptr<sfntly::LocaTable> loca_table_; member in class:subtly::FontSourcedInfoBuilder
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) {
217 loca_table_->num_glyphs());
221 int32_t length = loca_table_->GlyphLength(glyph_id);
228 int32_t offset = loca_table_->GlyphOffset(glyph_id);
font_info.h 124 sfntly::Ptr<sfntly::LocaTable> loca_table_; member in class:subtly::FontSourcedInfoBuilder

Completed in 67 milliseconds