Home
last modified time | relevance | path

Searched refs:runInfo (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/src/utils/
H A DSkShaperJSONWriter.h27 void runInfo(const RunInfo& info) override;
H A DSkShaperJSONWriter.cpp23 void SkShaperJSONWriter::runInfo(const SkShaper::RunHandler::RunInfo& info) { } in runInfo() function in SkShaperJSONWriter
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.h28 void runInfo(const RunInfo& info) override;
H A DSkShaperJSONWriter.cpp30 void SkShaperJSONWriter::runInfo(const SkShaper::RunHandler::RunInfo& info) { } in runInfo() function in SkShaperJSONWriter
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp48 void runInfo(const RunInfo&) override;
100 void RunHandler::runInfo(const SkShaper::RunHandler::RunInfo& info) { in runInfo() function in RunHandler
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h261 virtual void runInfo(const RunInfo&) = 0;
263 /** Called after all runInfo calls for a line. */
321 void runInfo(const RunInfo&) override;
/third_party/skia/tests/
H A DShaperTest.cpp35 void runInfo(const SkShaper::RunHandler::RunInfo& info) override {}
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.h83 void runInfo(const RunInfo&) override {}
H A DOneLineShaper.cpp623 const SkShaper::RunHandler::RunInfo runInfo = { local
631 runInfo,
H A DTextLine.cpp1100 void runInfo(const RunInfo&) override {}
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h177 void runInfo(const RunInfo&) override {}
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp682 void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, argument
687 const auto buffer = handler->runBuffer(runInfo);
708 handler->commitRunBuffer(runInfo);
734 handler->runInfo(info);
1403 handler->runInfo(makeRunInfo(makeSubRun(i)));
1453 handler->runInfo(info);
H A DSkShaper_coretext.cpp273 handler->runInfo(infos.back());
H A DSkShaper_primitive.cpp251 handler->runInfo(info); in shape()
H A DSkShaper.cpp352 void SkTextBlobBuilderRunHandler::runInfo(const RunInfo& info) { in Make() function in SkiaRsText::SkTextBlobBuilderRunHandler
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp45 void runInfo(const SkShaper::RunHandler::RunInfo& info) override {}
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp79 void runInfo(const RunInfo& info) override {
/third_party/skia/experimental/sktext/include/
H A DText.h137 void runInfo(const RunInfo&) override {}
/third_party/libabigail/tests/lib/
H A Dcatch.hpp5609 TestRunInfo runInfo;
6338 void testRunStarting(TestRunInfo const& runInfo) override;
11159 : runInfo( _runInfo ),
16876 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) {
16877 CumulativeReporterBase::testRunStarting( runInfo );

Completed in 31 milliseconds