Home
last modified time | relevance | path

Searched defs:isPlaceholder (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dpaint_record.h89 bool isPlaceholder() const { return placeholder_run_ == nullptr; } in isPlaceholder() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h248 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder() function
/third_party/skia/modules/skparagraph/src/
DRun.h103 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder() function