Searched defs:runBuffer (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/src/utils/ |
| H A D | SkShaperJSONWriter.cpp | 28 SkShaperJSONWriter::runBuffer(const SkShaper::RunHandler::RunInfo& info) { in runBuffer() function in SkShaperJSONWriter
|
| /third_party/skia/modules/skparagraph/tests/ |
| H A D | SkShaperJSONWriter.cpp | 35 SkShaperJSONWriter::runBuffer(const SkShaper::RunHandler::RunInfo& info) { in runBuffer() function in SkShaperJSONWriter
|
| /third_party/skia/tests/ |
| H A D | GrTextBlobTest.cpp | 54 const auto& runBuffer = builder.allocRunPosH(font, 30, 0, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | TextBlobCacheTest.cpp | 250 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0); in make_blob() local
|
| H A D | SkRemoteGlyphCacheTest.cpp | 131 const auto& runBuffer = builder.allocRunPosH(font, glyphCount, 0, &bounds); in buildTextBlob() local 518 const auto& runBuffer = builder.allocRunPosH(font, runSize, 10, &bounds); in make_blob_causing_fallback() local [all...] |
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper.cpp | 364 SkShaper::RunHandler::Buffer SkTextBlobBuilderRunHandler::runBuffer(const RunInfo& info) { in Make() function in SkiaRsText::SkTextBlobBuilderRunHandler 368 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize); in Make() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGText.cpp | 434 SkShaper::RunHandler::Buffer SkSVGTextContext::runBuffer(const RunInfo& ri) { in runBuffer() function in SkSVGTextContext
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| H A D | shape.cpp | 112 SkShaper::RunHandler::Buffer RunHandler::runBuffer(const RunInfo& info) { in runBuffer() function in RunHandler 116 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize); in runBuffer() local [all...] |
| /third_party/skia/tools/viewer/ |
| H A D | Viewer.cpp | 1321 const SkTextBlobBuilder::RunBuffer& runBuffer in filterTextBlob() local
|
Completed in 10 milliseconds