Home
last modified time | relevance | path

Searched refs:has_background (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_style.h56 bool has_background = false; variable
Dparagraph_txt.cc1506 if (!record.style().has_background) in PaintBackground()
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc107 if (txt.has_background) { in TxtToSkia()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc358 style.has_background = true; in pushStyle()