Home
last modified time | relevance | path

Searched refs:fCurrStrokeRadius (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStroker.cpp390 fCurrStrokeRadius = pathInfo.fStrokeRadius; in updateCurrentInfo()
397 this->appendLinearStrokeInstance().set(endpts, fCurrDX, fCurrDY, fCurrStrokeRadius); in appendLinearStroke()
415 ptsT[0], ptsT[1], fCurrDX, fCurrDY, fCurrStrokeRadius, 1 << numLinearSegmentsLog2); in appendQuadraticStroke()
422 P, fCurrDX, fCurrDY, fCurrStrokeRadius, 1 << numLinearSegmentsLog2); in appendCubicStroke()
443 this->appendTriangleInstance().set(n1 * fCurrStrokeRadius, Sk2f(0, 0), in appendJoin()
444 n0 * fCurrStrokeRadius, offset); in appendJoin()
452 this->appendTriangleInstance().set(-n0 * fCurrStrokeRadius, n0 * fCurrStrokeRadius, in appendJoin()
453 n1 * fCurrStrokeRadius, offset); in appendJoin()
454 this->appendTriangleInstance().set(-n0 * fCurrStrokeRadius, n1 * fCurrStrokeRadius, in appendJoin()
455 -n1 * fCurrStrokeRadius, offset); in appendJoin()
[all …]
DGrCCStrokeGeometry.cpp72 fCurrStrokeRadius = strokeDevWidth/2; in beginPath()
86 float r = SkTMax(1 - kMaxErrorFromLinearization / fCurrStrokeRadius, 0.f); in beginPath()
419 if ((base.abs() * fCurrStrokeRadius < kMaxErrorFromLinearization).allTrue()) { in recordLeftJoinIfNotEmpty()
470 if (curveHeight * fCurrStrokeRadius < kMaxErrorFromLinearization) { in recordLeftJoinIfNotEmpty()
554 if (fCurrStrokeRadius * SK_ScalarRoot2Over2 < kMaxErrorFromLinearization) { in recordCapsIfAny()
561 if (fCurrStrokeRadius < kMaxErrorFromLinearization) { in recordCapsIfAny()
DGrCCStrokeGeometry.h120 float fCurrStrokeRadius; variable