Home
last modified time | relevance | path

Searched refs:fResScale (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkStroke.h54 SkScalar getResScale() const { return fResScale; } in getResScale()
57 fResScale = rs; in setResScale()
71 SkScalar fResScale; variable
DSkStrokeRec.cpp15 fResScale = 1; in SkStrokeRec()
32 fResScale = resScale; in init()
117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
119 stroker.setResScale(fResScale); in applyToPath()
DSkStroke.cpp141 SkScalar getResScale() const { return fResScale; } in getResScale()
150 SkScalar fResScale; member in SkPathStroker
253 if (!set_normal_unitnormal(fPrevPt, currPt, fResScale, fRadius, normal, unitNormal)) { in preJoinTo()
326 , fResScale(resScale) { in SkPathStroker()
427 if (!set_normal_unitnormal(quad[1], quad[2], fResScale, fRadius, normalBC, unitNormalBC)) { in setQuadEndNormal()
1373 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), fResScale); in strokePath()
/external/skia/include/core/
DSkStrokeRec.h67 return fResScale; in getResScale()
72 fResScale = rs; in setResScale()
120 SkScalar fResScale; variable