Searched refs:allocRunTextPos (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/include/core/ |
| D | SkTextBlob.h | 488 const RunBuffer& allocRunTextPos(const SkFont& font, int count, int textByteCount,
|
| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper.cpp | 232 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize); in runBuffer()
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| D | shape.cpp | 116 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize); in runBuffer()
|
| /third_party/skia/src/core/ |
| D | SkGlyphRun.cpp | 151 … buffer = builder.allocRunTextPos(run.font(), run.runSize(), run.text().size(), nullptr); in makeBlob()
|
| D | SkTextBlob.cpp | 595 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunTextPos(const SkFont& font, in allocRunTextPos() function in SkTextBlobBuilder 762 buf = &blobBuilder.allocRunTextPos(font, glyphCount, textSize, &bounds); in MakeFromBuffer()
|
| /third_party/skia/tools/viewer/ |
| D | Viewer.cpp | 1329 ? builder.allocRunTextPos(font, it.glyphCount(), it.textSize()) in filterTextBlob()
|