OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instruction_size_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
347
return
instruction_size_
;
386
instruction_size_
= 0;
395
instruction_size_
= data_->ReadUShort(Offset::kSimpleEndPtsOfCountours +
399
flags_offset_ = instructions_offset_ +
instruction_size_
* DataSize::kBYTE;
418
(
instruction_size_
* DataSize::kBYTE) +
537
instruction_size_
(0),
608
return
instruction_size_
;
645
instruction_size_
= data_->ReadUShort(index);
648
non_padded_data_length = index + (
instruction_size_
* DataSize::kBYTE);
glyph_table.h
214
int32_t
instruction_size_
;
member in class:sfntly::GlyphTable::SimpleGlyph
287
int32_t
instruction_size_
;
member in class:sfntly::GlyphTable::CompositeGlyph
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
347
return
instruction_size_
;
386
instruction_size_
= 0;
395
instruction_size_
= data_->ReadUShort(Offset::kSimpleEndPtsOfCountours +
399
flags_offset_ = instructions_offset_ +
instruction_size_
* DataSize::kBYTE;
418
(
instruction_size_
* DataSize::kBYTE) +
537
instruction_size_
(0),
608
return
instruction_size_
;
645
instruction_size_
= data_->ReadUShort(index);
648
non_padded_data_length = index + (
instruction_size_
* DataSize::kBYTE);
glyph_table.h
214
int32_t
instruction_size_
;
member in class:sfntly::GlyphTable::SimpleGlyph
287
int32_t
instruction_size_
;
member in class:sfntly::GlyphTable::CompositeGlyph
Completed in 116 milliseconds