HomeSort by relevance Sort by last modified time
    Searched refs:devPts (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 254 SkPoint devPts[4];
265 m.mapPoints(devPts, chopPnts, 3);
266 bounds.setBounds(devPts, 3);
270 if (is_degen_quad_or_conic(devPts)) {
272 pts[0] = devPts[0];
273 pts[1] = devPts[1];
274 pts[2] = devPts[1];
275 pts[3] = devPts[2];
278 SkPoint* cPts = persp ? chopPnts : devPts;
292 m.mapPoints(devPts, pathPts, 2)
    [all...]
  /external/skia/src/core/
SkDraw.cpp 303 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
314 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
320 int x = SkScalarFloorToInt(devPts[i].fX);
321 int y = SkScalarFloorToInt(devPts[i].fY);
329 const SkPoint devPts[], int count,
341 int x = SkScalarFloorToInt(devPts[i].fX);
342 int y = SkScalarFloorToInt(devPts[i].fY);
350 const SkPoint devPts[], int count,
362 int x = SkScalarFloorToInt(devPts[i].fX);
363 int y = SkScalarFloorToInt(devPts[i].fY)
    [all...]

Completed in 30 milliseconds