Home
last modified time | relevance | path

Searched refs:fHasBlur (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h88 bool hasBlur() const { return fHasBlur; } in hasBlur()
105 fHasBlur : 1,
H A DTextAnimator.cpp200 fHasBlur = acontainer->bind(*abuilder, jprops["bl"], fTextProps.blur ); in TextAnimator()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h207 bool fHasBlur; member
H A DGrTextBlob.cpp1436 key.fHasBlur = maskFilter != nullptr;
1437 if (key.fHasBlur) {
1479 if (fHasBlur != that.fHasBlur) { return false; } in operator ==()
1480 if (fHasBlur) { in operator ==()

Completed in 7 milliseconds