Lines Matching refs:asPath
100 shape.asPath(&path);
114 // rrect but one has a path effect in its style and the other doesn't then asPath() and the
134 a.asPath(&pathA);
135 b.asPath(&pathB);
573 shape.asPath(&path);
611 fAppliedPEThenStroke->asPath(&a);
612 fAppliedFull->asPath(&b);
627 fBase->asPath(&path);
630 fAppliedPE->asPath(&path);
633 fAppliedFull->asPath(&path);
651 fBase->asPath(&preStyle);
658 .asPath(&postPathEffect);
661 fAppliedPE->asPath(&testPath);
668 fAppliedFull->asPath(&testPath);
678 GrStyledShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle);
719 fBase->asPath(&a);
720 fAppliedPE->asPath(&b);
1322 peCase.baseShape().asPath(&a);
1323 peCase.appliedPathEffectShape().asPath(&b);
1324 peCase.appliedFullStyleShape().asPath(&c);
1511 fillCase.appliedPathEffectShape().asPath(&a);
1512 peCase.appliedPathEffectShape().asPath(&b);
1515 fillCase.appliedFullStyleShape().asPath(&a);
1516 peCase.appliedFullStyleShape().asPath(&b);
1519 strokeCase.appliedPathEffectShape().asPath(&a);
1520 peStrokeCase.appliedPathEffectShape().asPath(&b);
1523 strokeCase.appliedFullStyleShape().asPath(&a);
1524 peStrokeCase.appliedFullStyleShape().asPath(&b);