/third_party/flutter/skia/tests/ |
D | ShaperTest.cpp | 22 struct RunHandler final : public SkShaper::RunHandler { struct 28 SkShaper::RunHandler::Range fRange; argument 31 RunHandler(const char* resource, skiatest::Reporter* reporter) in RunHandler() function 35 void runInfo(const SkShaper::RunHandler::RunInfo& info) override {} in runInfo() argument 37 SkShaper::RunHandler::Buffer runBuffer(const SkShaper::RunHandler::RunInfo& info) override { in runBuffer() argument 43 return SkShaper::RunHandler::Buffer{fGlyphs.get(), in runBuffer() 79 RunHandler rh(resource, reporter); in cluster_test()
|
/third_party/skia/tests/ |
D | ShaperTest.cpp | 22 struct RunHandler final : public SkShaper::RunHandler { struct 28 SkShaper::RunHandler::Range fRange; argument 31 RunHandler(const char* resource, skiatest::Reporter* reporter) in RunHandler() argument 35 void runInfo(const SkShaper::RunHandler::RunInfo& info) override {} in runInfo() argument 37 SkShaper::RunHandler::Buffer runBuffer(const SkShaper::RunHandler::RunInfo& info) override { in runBuffer() argument 43 return SkShaper::RunHandler::Buffer{fGlyphs.get(), in runBuffer() 72 RunHandler rh(name, reporter); in shaper_test()
|
/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 27 class RunHandler final : public SkShaper::RunHandler { class 29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() function in __anond1397a480111::RunHandler 50 SkShaper::RunHandler::Buffer runBuffer(const RunInfo&) override; 93 void RunHandler::beginLine() { in beginLine() 100 void RunHandler::runInfo(const SkShaper::RunHandler::RunInfo& info) { in runInfo() 108 void RunHandler::commitRunInfo() { in commitRunInfo() 112 SkShaper::RunHandler::Buffer RunHandler::runBuffer(const RunInfo& info) { in runBuffer() 135 void RunHandler::commitRunBuffer(const RunInfo& info) { in commitRunBuffer() 160 void RunHandler::commitLine() { in commitLine() 168 sk_sp<SkTextBlob> RunHandler::makeBlob() { in makeBlob() [all …]
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 27 class RunHandler final : public SkShaper::RunHandler { class 29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() function in __anond07b15cc0111::RunHandler 50 SkShaper::RunHandler::Buffer runBuffer(const RunInfo&) override; 93 void RunHandler::beginLine() { in beginLine() 100 void RunHandler::runInfo(const SkShaper::RunHandler::RunInfo& info) { in runInfo() 108 void RunHandler::commitRunInfo() { in commitRunInfo() 112 SkShaper::RunHandler::Buffer RunHandler::runBuffer(const RunInfo& info) { in runBuffer() 134 void RunHandler::commitRunBuffer(const RunInfo& info) { in commitRunBuffer() 159 void RunHandler::commitLine() { in commitLine() 167 sk_sp<SkTextBlob> RunHandler::makeBlob() { in makeBlob() [all …]
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 23 RunHandler*) const override; 31 RunHandler*) const override; 40 RunHandler*) const override; 131 RunHandler* handler) const in shape() 156 RunHandler* handler) const { in shape() 168 RunHandler* handler) const { in shape() 191 const RunHandler::RunInfo info = { in shape() 196 RunHandler::Range(utf8Offset, bytesVisible) in shape()
|
D | SkShaper_coretext.cpp | 38 RunHandler*) const override; 46 RunHandler*) const override; 55 RunHandler*) const override; 68 RunHandler* handler) const in shape() 93 RunHandler* handler) const { in shape() 203 RunHandler* handler) const { in shape() 235 std::vector<SkShaper::RunHandler::RunInfo> infos; in shape()
|
D | SkShaper_harfbuzz.cpp | 504 … ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, SkBidiIterator::Level level, in ShapedRun() 510 SkShaper::RunHandler::Range fUtf8Range; 526 void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, in append() 555 void emit(const ShapedLine& line, SkShaper::RunHandler* handler) { in emit() 571 const SkShaper::RunHandler::RunInfo info = { in emit() 585 const SkShaper::RunHandler::RunInfo info = { in emit() 675 RunHandler*) const override; 683 RunHandler*) const override; 692 RunHandler*) const override; 702 RunHandler*) const = 0; [all …]
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 24 RunHandler*) const override; 32 RunHandler*) const override; 123 RunHandler* handler) const in shape() 136 RunHandler* handler) const { in shape() 159 const RunHandler::RunInfo info = { in shape() 164 RunHandler::Range(utf8Offset, bytesVisible) in shape()
|
D | SkShaper_harfbuzz.cpp | 479 ShapedRun(SkShaper::RunHandler::Range utf8Range, const SkFont& font, UBiDiLevel level, in ShapedRun() 485 SkShaper::RunHandler::Range fUtf8Range; 501 void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, in append() 530 void emit(const ShapedLine& line, SkShaper::RunHandler* handler) { in emit() 546 const SkShaper::RunHandler::RunInfo info = { in emit() 560 const SkShaper::RunHandler::RunInfo info = { in emit() 643 RunHandler*) const override; 651 RunHandler*) const override; 660 RunHandler*) const = 0; 674 RunHandler*) const override; [all …]
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 180 class RunHandler { 182 virtual ~RunHandler() = default; 234 RunHandler*) const = 0; 242 RunHandler*) const = 0; 251 RunHandler*) const = 0; 261 class SKSHAPER_API SkTextBlobBuilderRunHandler final : public SkShaper::RunHandler {
|
/third_party/flutter/skia/modules/skshaper/include/ |
D | SkShaper.h | 137 class RunHandler { 139 virtual ~RunHandler() = default; 191 RunHandler*) const = 0; 199 RunHandler*) const = 0; 209 class SkTextBlobBuilderRunHandler final : public SkShaper::RunHandler {
|
/third_party/skia/experimental/sktext/src/ |
D | LogicalRun.h | 14 … LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar glyphOffset); 15 SkShaper::RunHandler::Buffer newRunBuffer() { in newRunBuffer() 73 SkShaper::RunHandler::Range fUtf8Range;
|
D | LogicalRun.cpp | 8 LogicalRun::LogicalRun(const SkShaper::RunHandler::RunInfo& info, TextIndex textStart, SkScalar gly… in LogicalRun()
|
/third_party/flutter/skia/src/utils/ |
D | SkShaperJSONWriter.cpp | 23 void SkShaperJSONWriter::runInfo(const SkShaper::RunHandler::RunInfo& info) { } in runInfo() 27 SkShaper::RunHandler::Buffer 28 SkShaperJSONWriter::runBuffer(const SkShaper::RunHandler::RunInfo& info) { in runBuffer() 68 void SkShaperJSONWriter::commitRunBuffer(const SkShaper::RunHandler::RunInfo& info) { in commitRunBuffer()
|
D | SkShaperJSONWriter.h | 22 class SkShaperJSONWriter final : public SkShaper::RunHandler {
|
/third_party/skia/src/utils/ |
D | SkShaperJSONWriter.cpp | 23 void SkShaperJSONWriter::runInfo(const SkShaper::RunHandler::RunInfo& info) { } in runInfo() 27 SkShaper::RunHandler::Buffer 28 SkShaperJSONWriter::runBuffer(const SkShaper::RunHandler::RunInfo& info) { in runBuffer() 68 void SkShaperJSONWriter::commitRunBuffer(const SkShaper::RunHandler::RunInfo& info) { in commitRunBuffer()
|
D | SkShaperJSONWriter.h | 22 class SkShaperJSONWriter final : public SkShaper::RunHandler {
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | method_handler.h | 107 void RunHandler(const HandlerParameter& param) final { in RunHandler() function 150 void RunHandler(const HandlerParameter& param) final { in RunHandler() function 198 void RunHandler(const HandlerParameter& param) final { in RunHandler() function 268 void RunHandler(const HandlerParameter& param) final { in RunHandler() function 374 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
|
D | rpc_service_method.h | 69 virtual void RunHandler(const HandlerParameter& param) = 0;
|
/third_party/cef/libcef/common/ |
D | response_manager.h | 42 bool RunHandler(const Cef_Response_Params& params);
|
D | response_manager.cc | 26 bool CefResponseManager::RunHandler(const Cef_Response_Params& params) { in RunHandler() function in CefResponseManager
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Run.h | 50 const SkShaper::RunHandler::RunInfo& info, 58 SkShaper::RunHandler::Buffer newRunBuffer(); 164 SkShaper::RunHandler::Range fUtf8Range;
|
D | Run.cpp | 21 const SkShaper::RunHandler::RunInfo& info, in Run() 46 SkShaper::RunHandler::Buffer Run::newRunBuffer() { in newRunBuffer()
|
/third_party/skia/modules/skparagraph/src/ |
D | Run.h | 58 const SkShaper::RunHandler::RunInfo& info, 73 SkShaper::RunHandler::Buffer newRunBuffer(); 186 SkShaper::RunHandler::Range fUtf8Range;
|
D | Run.cpp | 18 const SkShaper::RunHandler::RunInfo& info, in Run() 79 SkShaper::RunHandler::Buffer Run::newRunBuffer() { in newRunBuffer()
|