Home | History | Annotate | Download | only in functional

Lines Matching refs:y1

5399 						const int			y1			= (int)((scale[1] + offset[1] + 1.0f)*0.5f*(float)pixels.getHeight()) + 1;
5403 if (y1 > lastWhitePixelRow)
5406 lastWhitePixelRow = y1;
5410 for (int y = y0; y <= y1 && !pixelOk; y++)
5431 << "[x0=" << x0 << ", y0=" << y0 << ", x1=" << x1 << ", y1=" << y1 << "]" << TestLog::EndMessage