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

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp329 SkPoint devicePts[2]; local
330 vm.mapPoints(devicePts, ptsRot, 2);
331 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
369 SkPoint devicePts[2]; local
370 vm.mapPoints(devicePts, ptsRot, 2);
371 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp329 SkPoint devicePts[2]; local
330 vm.mapPoints(devicePts, ptsRot, 2);
331 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
369 SkPoint devicePts[2]; local
370 vm.mapPoints(devicePts, ptsRot, 2);
371 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);

Completed in 47 milliseconds