Home
last modified time | relevance | path

Searched defs:totalGlyphCount (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkGlyphRun.h85 size_t totalGlyphCount() const { in totalGlyphCount() function
DSkCanvas.cpp2285 int totalGlyphCount = 0; in drawTextBlob() local
/external/skqp/src/core/
DSkGlyphRun.h83 size_t totalGlyphCount() const { in totalGlyphCount() function
/external/skia/src/gpu/text/
DGrTextBlob.cpp1494 size_t totalGlyphCount = glyphRunList.totalGlyphCount(); in Make() local