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

/external/skia/src/core/
H A DSkLinearBitmapPipeline_core.h98 int dxSteps = SkScalarFloorToInt((breakX - this->startX()) / dx); local
100 if (dxSteps < 0) {
103 } else if (dxSteps >= fCount) {
111 SkScalar newLength = dxSteps * dx;
121 if (dxSteps > 0) {
122 dxSteps -= 1;
131 int newCount = dxSteps + 1;

Completed in 88 milliseconds