Home
last modified time | relevance | path

Searched refs:allocRunTextRSXform (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkTextBlob.h490 const RunBuffer& allocRunTextRSXform(const SkFont& font, int count, int textByteCount,
/external/skia/src/core/
DSkTextBlob.cpp604 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextRSXform(const SkFont& font, in allocRunTextRSXform() function in SkTextBlobBuilder
762 buf = &blobBuilder.allocRunTextRSXform(font, glyphCount, textSize, &bounds); in MakeFromBuffer()
/external/skia/tools/viewer/
DViewer.cpp1631 ? builder.allocRunTextRSXform(font, it.glyphCount(), it.textSize()) in filterTextBlob()