Home | History | Annotate | Download | only in core

Lines Matching refs:SkScalarFloorToInt

295         int x = SkScalarFloorToInt(devPts[i].fX);
296 int y = SkScalarFloorToInt(devPts[i].fY);
316 int x = SkScalarFloorToInt(devPts[i].fX);
317 int y = SkScalarFloorToInt(devPts[i].fY);
337 int x = SkScalarFloorToInt(devPts[i].fX);
338 int y = SkScalarFloorToInt(devPts[i].fY);
348 int x = SkScalarFloorToInt(devPts[i].fX);
349 int y = SkScalarFloorToInt(devPts[i].fY);
1461 int left = SkScalarFloorToInt(position.fX);
1462 int top = SkScalarFloorToInt(position.fY);
1936 ctx->shadeSpan(SkScalarFloorToInt(sample.x()), SkScalarFloorToInt(sample.y()), &pmColor, 1);