Home
last modified time | relevance | path

Searched defs:runSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.h40 size_t runSize() const { return fSource.size(); } in runSize() function
DSkGlyphRun.cpp218 size_t runSize = it.glyphCount(); in blobToGlyphRunList() local
DSkTextBlob.cpp504 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe); in allocInternal() local
1049 size_t runSize = it.glyphCount(); in GetGlyphIDforTextBlob() local
DSkBlitter.cpp74 int runSize = bounds.width() + 1; // +1 so we can set runs[bounds.width()] = 0 in blitFatAntiRect() local
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp514 int runSize = strlen(s); in make_blob_causing_fallback() local
/third_party/skia/src/svg/
DSkSVGDevice.cpp989 auto runSize = glyphRun.runSize(); in SVGTextBuilder() local