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

  /external/skia/tests/
GrShapeTest.cpp 634 SkPath postPathEffect;
639 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle,
641 // run postPathEffect through GrShape to get any geometry reductions that would have
643 GrShape(postPathEffect, GrStyle(postPEStrokeRec, nullptr)).asPath(&postPathEffect);
647 REPORTER_ASSERT(r, testPath == postPathEffect);
    [all...]
  /external/skqp/tests/
GrShapeTest.cpp 606 SkPath postPathEffect;
611 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle,
613 // run postPathEffect through GrShape to get any geometry reductions that would have
615 GrShape(postPathEffect, GrStyle(postPEStrokeRec, nullptr)).asPath(&postPathEffect);
619 REPORTER_ASSERT(r, testPath == postPathEffect);
    [all...]

Completed in 151 milliseconds