Home
last modified time | relevance | path

Searched defs:forcePathAA (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunControl.h62 bool forcePathAA() const { return fForcePathAA; } in forcePathAA() function
H A DSubRunControl.cpp47 bool forcePathAA) in SubRunControl()