Home
last modified time | relevance | path

Searched defs:RunHandler (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/skshaper/tests/
DShaperTest.cpp26 struct RunHandler final : public SkShaper::RunHandler { struct
27 const char* fResource;
28 skiatest::Reporter* fReporter;
29 const char* fUtf8;
30 size_t fUtf8Size;
31 std::unique_ptr<SkGlyphID[]> fGlyphs;
32 std::unique_ptr<SkPoint[]> fPositions;
33 std::unique_ptr<uint32_t[]> fClusters;
34 SkShaper::RunHandler::Range fRange;
35 unsigned fGlyphCount = 0;
[all …]
/third_party/skia/tests/
DShaperTest.cpp22 struct RunHandler final : public SkShaper::RunHandler { struct
23 const char* fResource;
24 skiatest::Reporter* fReporter;
25 std::unique_ptr<SkGlyphID[]> fGlyphs;
26 std::unique_ptr<SkPoint[]> fPositions;
27 std::unique_ptr<uint32_t[]> fClusters;
28 SkShaper::RunHandler::Range fRange;
29 unsigned fGlyphCount = 0;
31 RunHandler(const char* resource, skiatest::Reporter* reporter) in RunHandler() function
34 void beginLine() override {} in beginLine()
[all …]
/third_party/skia/m133/modules/skshaper/tests/
DShaperTest.cpp60 struct RunHandler final : public SkShaper::RunHandler { struct
61 const char* fResource;
62 skiatest::Reporter* fReporter;
63 const char* fUtf8;
64 size_t fUtf8Size;
65 std::unique_ptr<SkGlyphID[]> fGlyphs;
66 std::unique_ptr<SkPoint[]> fPositions;
67 std::unique_ptr<uint32_t[]> fClusters;
68 SkShaper::RunHandler::Range fRange;
69 unsigned fGlyphCount = 0;
[all …]
/third_party/grpc/include/grpcpp/support/
Dmethod_handler.h109 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
151 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
199 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
267 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
376 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
/third_party/grpc/include/grpcpp/impl/
Dserver_callback_handlers.h48 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
262 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
455 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
683 void RunHandler(const HandlerParameter& param) final { in RunHandler() function
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp27 class RunHandler final : public SkShaper::RunHandler { class
29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() function in __anonf421ed090111::RunHandler
/third_party/skia/m133/modules/skplaintexteditor/src/
Dshape.cpp46 class RunHandler final : public SkShaper::RunHandler { class
48 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() function in __anona540dfbc0111::RunHandler