Searched defs:strokeRec (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrStyle.cpp | 129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() 161 SkStrokeRec strokeRec = fStrokeRec; in applyPathEffectToPath() local 174 SkStrokeRec strokeRec = fStrokeRec; in applyToPath() local
|
D | GrStyle.h | 80 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() 139 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function
|
D | GrShape.cpp | 445 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrShape() local
|
/external/skia/src/gpu/ |
D | GrStyle.cpp | 129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() 161 SkStrokeRec strokeRec = fStrokeRec; in applyPathEffectToPath() local 174 SkStrokeRec strokeRec = fStrokeRec; in applyToPath() local
|
D | GrStyle.h | 81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() 140 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function
|
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 360 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
|
/external/skqp/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 787 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
|
/external/skia/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 886 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 1289 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()
|