Home
last modified time | relevance | path

Searched defs:strokeRec (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
H A DGrStyle.cpp129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() argument
166 SkStrokeRec strokeRec = fStrokeRec; applyPathEffectToPath() local
179 SkStrokeRec strokeRec = fStrokeRec; applyToPath() local
[all...]
H A DGrStyle.h81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() argument
140 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function in GrStyle
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp360 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
[all...]

Completed in 3 milliseconds