Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc354 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
389 instructions_offset_ = 0; in Initialize()
398 instructions_offset_ = Offset::kSimpleEndPtsOfCountours + in Initialize()
400 flags_offset_ = instructions_offset_ + instruction_size_ * DataSize::kBYTE; in Initialize()
539 instructions_offset_(0), in CompositeGlyph()
614 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
648 instructions_offset_ = index; in Initialize()
Dglyph_table.h218 int32_t instructions_offset_; variable
288 int32_t instructions_offset_; variable