Searched refs:BoundLength (Results 1 – 4 of 4) sorted by relevance
69 BoundLength(index, length)); in WriteBytes()86 BoundLength(index, in WriteBytesPad()
109 int32_t BoundLength(int32_t offset, int32_t length);
88 int32_t FontData::BoundLength(int32_t offset, int32_t length) { in BoundLength() function in sfntly::FontData
90 return array_->Get(BoundOffset(index), b, offset, BoundLength(index, length)); in ReadBytes()