Home
last modified time | relevance | path

Searched refs:StrokeRecApplication (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/utils/
H A DSkDashPathPriv.h37 enum class StrokeRecApplication { enum
52 StrokeRecApplication = StrokeRecApplication::kAllow);
H A DSkDashPath.cpp313 StrokeRecApplication strokeRecApplication) { in InternalFilter()
379 bool specialLine = (StrokeRecApplication::kAllow == strokeRecApplication) && in InternalFilter()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrStyle.cpp155 SkDashPath::StrokeRecApplication::kDisallow)) { in applyPathEffect()