Home
last modified time | relevance | path

Searched refs:kPathEffectOnly (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrStyle.h44 kPathEffectOnly, enumerator
DGrStyle.cpp22 if (Apply::kPathEffectOnly == apply) { in KeySize()
DGrShape.cpp268 (GrStyle::Apply::kPathEffectOnly == apply && !parent.style().pathEffect())) { in GrShape()
309 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrShape()
DGrRenderTargetContext.cpp1686 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in internalDrawPath()
/external/skia/tests/
DGrShapeTest.cpp313 fAppliedPE = fBase.applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()