Lines Matching refs:opacity

65                     OpacityType opacity)
67 if ((width == 0) || (opacity == OPA_TRANSPARENT)) {
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);
101 OpacityType opacity)
117 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity);
125 OpacityType opacity)
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);
309 color, opacity, acc0 >> SHIFT_8);
318 color, opacity, acc0 >> SHIFT_8);
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);
407 color, opacity, acc0 >> SHIFT_8);
416 color, opacity, acc0 >> SHIFT_8);
418 opacity, (acc2 >> SHIFT_8) ^ OPA_OPAQUE);
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)
462 color, opacity, acc >> SHIFT_8);
465 color, opacity, acc >> SHIFT_8);
475 color, opacity, acc >> SHIFT_8);
478 color, opacity, acc >> SHIFT_8);