Home
last modified time | relevance | path

Searched defs:strokeRec (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/
DGrStyle.cpp129 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
DGrStyle.h80 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle()
139 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function
DGrShape.cpp445 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrShape() local
/external/skia/src/gpu/
DGrStyle.cpp129 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
DGrStyle.h81 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/
DGrStyledShape.cpp360 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
/external/skqp/src/gpu/ops/
DGrStrokeRectOp.cpp787 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
/external/skia/src/gpu/ops/
DGrStrokeRectOp.cpp886 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
/external/skqp/tests/
DGrShapeTest.cpp1289 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()
/external/skia/tests/
DGrStyledShapeTest.cpp1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()