Searched defs:isPlaceholder (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/include/ | ||
H A D | TextStyle.h | 334 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder() function in skia::textlayout::TextStyle |
/third_party/skia/modules/skparagraph/src/ | ||
H A D | Run.h | 134 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder() function in skia::textlayout::Run |
Completed in 3 milliseconds