Searched refs:applyToPath (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h68 * Returns true if this specifes any thick stroking, i.e. applyToPath()
86 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/skia/include/core/
H A DSkStrokeRec.h65 * Returns true if this specifes any thick stroking, i.e. applyToPath()
83 bool applyToPath(SkPath* dst, const SkPath& src) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokeRec.cpp100 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { function in class:SkStrokeRec
H A DSkScalerContext.cpp687 if (rec.applyToPath(&strokePath, localPath)) {
H A DSkPaint.cpp2261 if (!rec.applyToPath(dst, *srcPtr)) {
/external/skia/src/core/
H A DSkStrokeRec.cpp100 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { function in class:SkStrokeRec
H A DSkScalerContext.cpp871 if (rec.applyToPath(&strokePath, localPath)) {
H A DSkPaint.cpp2330 if (!rec.applyToPath(dst, *srcPtr)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp1296 if (stroke->applyToPath(tmpPath.init(), *pathPtr)) {
H A DSkGpuDevice.cpp748 if (stroke.applyToPath(strokedPath, *pathPtr)) {
/external/skia/src/gpu/
H A DGrContext.cpp1278 if (stroke->applyToPath(tmpPath.init(), *pathPtr)) {
H A DSkGpuDevice.cpp779 if (stroke.applyToPath(strokedPath, *pathPtr)) {
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp90 stroke.applyToPath(&path, path);
1195 stroke.applyToPath(&strokedSin, strokedSin);
/external/skia/tests/
H A DPathTest.cpp1168 stroke.applyToPath(&strokedSin, strokedSin);

Completed in 2864 milliseconds