HomeSort by relevance Sort by last modified time
    Searched refs:kPathEffectOnly (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrStyle.h 44 kPathEffectOnly,
GrStyle.cpp 22 if (Apply::kPathEffectOnly == apply) {
43 // 2. WriteKey with apply == kPathEffectOnly followed by WriteKey of a GrStyle made
GrShape.cpp 268 (GrStyle::Apply::kPathEffectOnly == apply && !parent.style().pathEffect())) {
309 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale);
GrRenderTargetContext.cpp     [all...]
  /external/skia/tests/
GrShapeTest.cpp 313 fAppliedPE = fBase.applyStyle(GrStyle::Apply::kPathEffectOnly, scale);
    [all...]

Completed in 271 milliseconds