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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 90 virtual int32_t InstructionSize() = 0;
198 virtual int32_t InstructionSize();
279 virtual int32_t InstructionSize();
glyph_table.cc 345 int32_t GlyphTable::SimpleGlyph::InstructionSize() {
353 data_->Slice(instructions_offset_, InstructionSize()));
607 int32_t GlyphTable::CompositeGlyph::InstructionSize() {
613 data_->Slice(instructions_offset_, InstructionSize()));

Completed in 32 milliseconds