Lines Matching refs:mask

62                     const Rect& mask,
82 if ((yBottom < mask.GetTop()) || (yTop > mask.GetBottom())) {
87 DrawHorizontalLine(gfxDstBuffer, start, end, mask, width, color, opacity);
89 DrawVerticalLine(gfxDstBuffer, start, end, mask, width, color, opacity);
91 DrawWuLine(gfxDstBuffer, start, end, mask, width, color, opacity);
98 const Rect& mask,
117 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
122 const Rect& mask,
141 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
145 const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity)
148 DrawThinWuLine(gfxDstBuffer, start, end, mask, width, color, opacity);
184 DrawThinWuLine(gfxDstBuffer, { x0Int, y0Int }, { x3Int, y3Int }, mask, 2, color, opacity); // 2 : line width
250 drawUtils->DrawPixel(gfxDstBuffer, x0Int, y0Int, mask, color, opacity);
261 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity,
273 drawUtils->DrawPixel(gfxDstBuffer, x3Int, y3Int, mask, color, opacity);
284 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity,
293 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
295 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
308 drawUtils->DrawPixelInLine(gfxDstBuffer, sx + dir, sy, mask,
317 drawUtils->DrawPixelInLine(gfxDstBuffer, sx + dir, sy, mask,
319 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity,
325 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity,
336 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
348 drawUtils->DrawPixel(gfxDstBuffer, sx, sy, mask, color, opacity);
359 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity,
381 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity,
384 drawUtils->DrawPixel(gfxDstBuffer, x3Int, y3Int, mask, color, opacity);
391 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
393 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
406 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy + dir, mask,
415 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy + dir, mask,
417 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, syTemp, mask, color,
423 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, syTemp, mask, color, opacity,
434 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
441 const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity)
461 drawUtils->DrawAdjPixelInLine(gfxDstBuffer, sx, sy, sx + dir, sy, mask,
464 drawUtils->DrawVerPixelInLine(gfxDstBuffer, sx, sy, dir, mask,
474 drawUtils->DrawAdjPixelInLine(gfxDstBuffer, sx, sy, sx, sy + dir, mask,
477 drawUtils->DrawHorPixelInLine(gfxDstBuffer, sx, sy, dir, mask,