Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DSkottieShaper.h94 kFragmentGlyphs = 0x01, enumerator
DSkottieShaper.cpp122 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
141 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
DTextAdapter.cpp262 if (!fAnimators.empty() ) flags |= Shaper::Flags::kFragmentGlyphs; in shaperFlags()
/external/skia/modules/skottie/src/
DSkottieTest.cpp604 desc.fFlags = Shaper::Flags::kFragmentGlyphs; in DEF_TEST()