OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_coordinates_offset_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
390
x_coordinates_offset_
= 0;
405
x_coordinates_offset_
= flags_offset_ + flag_byte_count_ * DataSize::kBYTE;
406
y_coordinates_offset_ =
x_coordinates_offset_
+ x_byte_count_ *
454
data_->ReadUByte(
x_coordinates_offset_
+ x_byte_index);
464
data_->ReadShort(
x_coordinates_offset_
+ x_byte_index);
glyph_table.h
220
int32_t
x_coordinates_offset_
;
member in class:sfntly::GlyphTable::SimpleGlyph
Completed in 151 milliseconds