Searched refs:y_byte_index (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc431 int32_t y_byte_index = 0; local
477 data_->ReadUByte(y_coordinates_offset_ + y_byte_index);
481 y_byte_index++;
486 data_->ReadShort(y_coordinates_offset_ + y_byte_index);
488 y_byte_index += 2;
497 y_byte_count_ = y_byte_index;

Completed in 46 milliseconds