Lines Matching defs:size

233     // Calculate the matrix that maps the path glyphs from their size in the strike to
279 drawables.size(),
284 SkSpan<PathGlyph> paths{pathData.get(), drawables.size()};
349 Variant* variants = alloc->makePODArray<Variant>(glyphs.size());
354 return GlyphVector{std::move(strike), SkMakeSpan(variants, glyphs.size())};
358 return SkMakeSpan(reinterpret_cast<const GrGlyph**>(fGlyphs.data()), fGlyphs.size());
533 DevicePosition* glyphLeftTop = alloc->makePODArray<DevicePosition>(drawables.size());
534 GlyphVector::Variant* glyphIDs = alloc->makePODArray<GlyphVector::Variant>(drawables.size());
536 // Because this is the direct case, the maximum width or height is the size that fits in the
566 bool glyphsExcluded = goodPosCount != drawables.size();
898 // The scale factor between the strike size, and the source size.
1157 // The scale factor between the strike size, and the source size.
1583 size_t GrTextBlob::size() const { return fSize; }
1609 for (size_t i = 1; i < drawables.size(); i++) {
1620 auto sameFormat = drawables.last(drawables.size() - startIndex);
1733 DevicePosition* glyphLeftTop = alloc->makePODArray<DevicePosition>(drawables.size());
1736 alloc->alignedBytes(drawables.size() * sizeof(GlyphVector::Variant),
1739 // Because this is the direct case, the maximum width or height is the size that fits in the
1951 // The scale factor between the strike size, and the source size.
2177 // The scale factor between the strike size, and the source size.
2348 for (size_t i = 1; i < drawables.size(); i++) {
2360 auto sameFormat = drawables.last(drawables.size() - startIndex);
2375 for (size_t i = 1; i < drawables.size(); i++) {
2388 auto sameFormat = drawables.last(drawables.size() - startIndex);
2411 // Calculate the matrix that maps the path glyphs from their size in the strike to