Lines Matching refs:y1
142 int32_t y1 = 0;
144 y1 = scanline1.GetYLevel();
153 if (y2 > y1) {
155 y1 = scanline1.GetYLevel();
156 if (y1 == y2) {
164 if (y1 == y2) {
216 if (y1 == y2) {
218 y1 = scanline1.GetYLevel();
237 int32_t y1 = 0;
239 y1 = scanline1.GetYLevel();
243 BlendSourceInLoop(raster1, scanline1, scanline2, spanGen1, renBase, alloc, y1);
259 int32_t y1 = 0;
261 y1 = scanline1.GetYLevel();
266 y1 = scanline1.GetYLevel();
267 if (y1 == raster2.GetMinY()) {
270 BlendSourceOutWhile(y1, scanline1, renBase, alloc, spanGen1);
280 if (y1 == y2) {
324 if (y1 == y2 && y1 < raster2.GetMaxY() - 1) {
326 y1 = scanline1.GetYLevel();
333 void BlendSourceOutWhile(int32_t y1, GeometryScanline& scanline1, RenderBase& renBase,
341 spanGen1.Generate(alloc.GetSpanPtr(), x, y1, span->spanLength);
342 renBase.BlendColorHSpan(x, y1, (uint32_t)span->spanLength,
401 int32_t y1 = 0;
403 y1 = scanline1.GetYLevel();
406 BlendXORColorHspan(y1, raster1, raster2, scanline1, renBase, alloc, spanGen1);
415 if (y1 == y2) {
487 if (y1 == y2 && y1 < raster2.GetMaxY() - 1) {
489 y1 = scanline1.GetYLevel();
519 void BlendXORColorHspan(int32_t& y1, RasterizerScanlineAntialias& raster1, RasterizerScanlineAntialias& raster2,
526 y1 = scanline1.GetYLevel();
527 if (y1 == raster2.GetMinY()) {
535 spanGen1.Generate(alloc.GetSpanPtr(), x, y1, span->spanLength);
536 renBase.BlendColorHSpan(x, y1, (uint32_t)span->spanLength,
557 SpanBase& spanGen1, RenderBase& renBase, FillBase& alloc, int32_t& y1)
564 if (y2 > y1) {
566 y1 = scanline1.GetYLevel();
567 if (y1 == y2) {
575 if (y1 == y2) {
613 if (y1 == y2) {
615 y1 = scanline1.GetYLevel();