Home
last modified time | relevance | path

Searched defs:RunHandler (Results 1 – 3 of 3) 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/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 __anon9eb831e70111::RunHandler