Home
last modified time | relevance | path

Searched refs:kFragmentGlyphs (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.h73 kFragmentGlyphs = 0x01, enumerator
DSkottieShaper.cpp119 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
138 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
DTextAdapter.cpp133 fHasAnimators ? Shaper::Flags::kFragmentGlyphs : Shaper::Flags::kNone, in apply()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.h99 kFragmentGlyphs = 0x01, enumerator
DSkottieShaper.cpp121 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
140 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
DTextAdapter.cpp445 if (!fAnimators.empty() || fPathInfo) flags |= Shaper::Flags::kFragmentGlyphs; in shaperFlags()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTest.cpp548 desc.fFlags = Shaper::Flags::kFragmentGlyphs; in DEF_TEST()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp609 desc.fFlags = Shaper::Flags::kFragmentGlyphs; in DEF_TEST()