Searched refs:applyToPath (Results 1 - 12 of 12) sorted by path

/external/skia/include/core/
H A DSkStrokeRec.h76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
94 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/skia/src/core/
H A DSkPaint.cpp1973 if (!rec.applyToPath(dst, *srcPtr)) {
H A DSkScalerContext.cpp633 if (rec.applyToPath(&strokePath, localPath)) {
H A DSkStrokeRec.cpp105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { function in class:SkStrokeRec
/external/skia/src/gpu/
H A DGrBlurUtils.cpp168 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
H A DGrShape.cpp317 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
341 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
H A DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, function in class:GrStyle
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) {
H A DGrStyle.h168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath));
H A DGrGLPathRange.cpp79 if (!fStyle.applyToPath(tmpPath.init(), &fill, *skPath, SK_Scalar1)) {
/external/skia/tests/
H A DGrShapeTest.cpp381 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
H A DPathTest.cpp256 stroke.applyToPath(&path, path);
1489 stroke.applyToPath(&strokedSin, strokedSin);

Completed in 1529 milliseconds