Home
last modified time | relevance | path

Searched refs:totalGlyphCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.h85 size_t totalGlyphCount() const { in totalGlyphCount() function
DSkCanvas.cpp2396 int totalGlyphCount = 0; in drawTextBlob() local
2401 int glyphsLeft = kMaxGlyphCount - totalGlyphCount; in drawTextBlob()
2403 totalGlyphCount += r.fGlyphCount; in drawTextBlob()
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h40 glyphRunList.totalGlyphCount(), glyphRunList.size(), color, strikeCache); in makeBlob()
/third_party/flutter/skia/src/core/
DSkGlyphRun.h84 size_t totalGlyphCount() const { in totalGlyphCount() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1522 size_t totalGlyphCount = glyphRunList.totalGlyphCount(); in Make() local
1526 totalGlyphCount * sizeof(DirectMaskSubRun::DevicePosition) in Make()
1527 + GlyphVector::GlyphVectorSize(totalGlyphCount) in Make()