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

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 354 data_->Slice(instructions_offset_, InstructionSize()));
389 instructions_offset_ = 0;
398 instructions_offset_ = Offset::kSimpleEndPtsOfCountours +
400 flags_offset_ = instructions_offset_ + instruction_size_ * DataSize::kBYTE;
539 instructions_offset_(0),
614 data_->Slice(instructions_offset_, InstructionSize()));
648 instructions_offset_ = index;
glyph_table.h 218 int32_t instructions_offset_; member in class:sfntly::GlyphTable::SimpleGlyph
288 int32_t instructions_offset_; member in class:sfntly::GlyphTable::CompositeGlyph

Completed in 519 milliseconds