Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStyle.cpp129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect()
166 SkStrokeRec strokeRec = fStrokeRec; in applyPathEffectToPath() local
179 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/skia/src/gpu/ops/
DStrokeRectOp.cpp1000 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
/external/skia/tests/
DGrStyledShapeTest.cpp1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()