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

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 391 y_coordinates_offset_ = 0;
406 y_coordinates_offset_ = x_coordinates_offset_ + x_byte_count_ *
477 data_->ReadUByte(y_coordinates_offset_ + y_byte_index);
486 data_->ReadShort(y_coordinates_offset_ + y_byte_index);
glyph_table.h 221 int32_t y_coordinates_offset_; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 360 milliseconds