Home
last modified time | relevance | path

Searched refs:InstructionSize (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h90 virtual int32_t InstructionSize() = 0;
198 virtual int32_t InstructionSize();
279 virtual int32_t InstructionSize();
Dglyph_table.cc346 int32_t GlyphTable::SimpleGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::SimpleGlyph
354 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
608 int32_t GlyphTable::CompositeGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::CompositeGlyph
614 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()