Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp510 SkPoint devicePts[2]; variable
511 args.fSrcRotInv.mapPoints(devicePts, draw.fPtsRot, 2);
512 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
530 SkPoint devicePts[2]; variable
531 args.fSrcRotInv.mapPoints(devicePts, draw.fPtsRot, 2);
532 draw.fLineLength = SkPoint::Distance(devicePts[0], devicePts[1]);

Completed in 3 milliseconds