Lines Matching refs:size
104 size_t size() const { return fGlyphs.size(); }
172 void copyTo(SkTextBlobBuilder& builder, size_t pos, size_t size) const;
174 void copyTo(RSTextBlobBuilder& builder, size_t pos, size_t size) const;
181 size_t size) const;
194 return SkSpan<const SkGlyphID>(fGlyphs.begin(), fGlyphs.size());
197 return SkSpan<const SkPoint>(fPositions.begin(), fPositions.size());
200 return SkSpan<const SkPoint>(fOffsets.begin(), fOffsets.size());
203 return SkSpan<const uint32_t>(fClusterIndexes.begin(), fClusterIndexes.size());
308 for (size_t glyph = 1; glyph <= this->size(); ++glyph) {
318 this->calculateWidth(start, glyph, glyph == size()),
325 size_t glyph = this->size();
327 for (int32_t start = this->size() - 1; start >= 0; --start) {
411 size_t size() const { return fEnd - fStart; }