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

  /external/skia/include/core/
SkStrokeRec.h 76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
94 bool applyToPath(SkPath* dst, const SkPath& src) const;
  /external/skqp/include/core/
SkStrokeRec.h 76 * Returns true if this specifes any thick stroking, i.e. applyToPath()
94 bool applyToPath(SkPath* dst, const SkPath& src) const;
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 79 if (!fStyle.applyToPath(tmpPath.init(), &fill, *skPath, SK_Scalar1)) {
GrGLPath.cpp 306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath));
  /external/skqp/src/gpu/gl/
GrGLPathRange.cpp 79 if (!fStyle.applyToPath(tmpPath.init(), &fill, *skPath, SK_Scalar1)) {
GrGLPath.cpp 306 SkAssertResult(stroke.applyToPath(tmpPath.get(), *skPath));
  /external/skia/src/gpu/
GrStyle.cpp 170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src,
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) {
GrStyle.h 168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
GrBlurUtils.cpp 163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
GrShape.cpp 481 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
505 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
    [all...]
  /external/skqp/src/gpu/
GrStyle.cpp 170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src,
183 if (!strokeRec.applyToPath(dst, *pathForStrokeRec)) {
GrStyle.h 168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
GrBlurUtils.cpp 163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
GrShape.cpp 433 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
457 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
  /external/skia/src/core/
SkStrokeRec.cpp 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp 601 if (rec.applyToPath(&strokePath, localPath)) {
    [all...]
SkPaint.cpp     [all...]
  /external/skqp/src/core/
SkStrokeRec.cpp 105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
SkScalerContext.cpp 607 if (rec.applyToPath(&strokePath, localPath)) {
    [all...]
SkPaint.cpp     [all...]
  /external/skia/tests/
PathTest.cpp 246 stroke.applyToPath(&path, path);
    [all...]
GrShapeTest.cpp 651 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
    [all...]
  /external/skqp/tests/
PathTest.cpp 246 stroke.applyToPath(&path, path);
    [all...]
GrShapeTest.cpp 623 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
    [all...]

Completed in 520 milliseconds