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

  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 263 SkPoint devPts[4];
274 m.mapPoints(devPts, chopPnts, 3);
275 bounds.setBounds(devPts, 3);
279 if (is_degen_quad_or_conic(devPts)) {
281 pts[0] = devPts[0];
282 pts[1] = devPts[1];
283 pts[2] = devPts[1];
284 pts[3] = devPts[2];
292 SkPoint* cPts = persp ? chopPnts : devPts;
316 m.mapPoints(devPts, pathPts, 2)
    [all...]
  /external/skia/src/core/
SkDraw.cpp 236 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
247 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
253 int x = SkScalarFloorToInt(devPts[i].fX);
254 int y = SkScalarFloorToInt(devPts[i].fY);
262 const SkPoint devPts[], int count,
274 int x = SkScalarFloorToInt(devPts[i].fX);
275 int y = SkScalarFloorToInt(devPts[i].fY);
283 const SkPoint devPts[], int count,
295 int x = SkScalarFloorToInt(devPts[i].fX);
296 int y = SkScalarFloorToInt(devPts[i].fY)
    [all...]

Completed in 69 milliseconds