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