Searched refs:fCurrDY (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCStroker.cpp | 389 fCurrDY = static_cast<float>(pathInfo.fDevToAtlasOffset.y()); 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() 429 Sk2f offset = Sk2f::Load(¢er) + Sk2f(fCurrDX, fCurrDY); in appendJoin() 487 Sk2f offset = Sk2f::Load(&pt) + Sk2f(fCurrDX, fCurrDY); in appendCap() 541 float fCurrDX, fCurrDY; member in GrCCStroker::InstanceBufferBuilder
|