Home
last modified time | relevance | path

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

/third_party/flutter/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() argument
34 void beginLine() override {} in beginLine()
[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() argument
34 void beginLine() override {} in beginLine()
[all …]
/third_party/flutter/skia/experimental/editor/
Dshape.cpp27 class RunHandler final : public SkShaper::RunHandler { class
29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler() function in __anon54f64e030111::RunHandler
/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 __anon36bbc4470111::RunHandler