Home
last modified time | relevance | path

Searched refs:perpScale (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp44 void calc_dash_scaling(SkScalar* parallelScale, SkScalar* perpScale, in calc_dash_scaling() argument
60 // perpScale tells how much to scale in the direction perpendicular to the dash line in calc_dash_scaling()
62 *perpScale = vecSrcPerp.length(); in calc_dash_scaling()
129 SkScalar perpScale, in setup_dashed_rect()
133 // distance from the stroke center line in device space. 'perpScale' is the scale factor applied in setup_dashed_rect()
135 SkScalar halfDevRectHeight = rect.height() * perpScale / 2.f; in setup_dashed_rect()
120 setup_dashed_rect(const SkRect& rect, VertexWriter& vertices, const SkMatrix& matrix, SkScalar offset, SkScalar bloatX, SkScalar len, SkScalar startInterval, SkScalar endInterval, SkScalar strokeWidth, SkScalar perpScale, DashCap cap) setup_dashed_rect() argument

Completed in 3 milliseconds