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

  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 64 * Returns true if this specifes any thick stroking, i.e. applyToPath()
82 bool applyToPath(SkPath* dst, const SkPath& src) const;
  /external/chromium_org/third_party/skia/src/core/
SkStrokeRec.cpp 92 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp 871 if (rec.applyToPath(&strokePath, localPath)) {
    [all...]
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkStrokeRec.h 64 * Returns true if this specifes any thick stroking, i.e. applyToPath()
82 bool applyToPath(SkPath* dst, const SkPath& src) const;
  /external/skia/src/core/
SkStrokeRec.cpp 92 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp 871 if (rec.applyToPath(&strokePath, localPath)) {
    [all...]
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp     [all...]
SkGpuDevice.cpp 907 if (stroke.applyToPath(&tmpPath, *pathPtr)) {
    [all...]
  /external/skia/src/gpu/
GrContext.cpp     [all...]
SkGpuDevice.cpp 907 if (stroke.applyToPath(&tmpPath, *pathPtr)) {
    [all...]

Completed in 408 milliseconds