Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieProperty.cpp28 && fLineBreak == other.fLineBreak in operator ==()
/external/skia/modules/skottie/src/text/
DTextValue.cpp82 v->fLineBreak = v->fBox.isEmpty() in Parse()
91 v->fLineBreak = (text_mode == 0) in Parse()
DTextAdapter.cpp280 fText->fLineBreak, in reshape()
/external/skia/modules/skottie/include/
DSkottieProperty.h52 Shaper::LinebreakPolicy fLineBreak = Shaper::LinebreakPolicy::kExplicit; member