Home
last modified time | relevance | path

Searched refs:blendLine (Results 1 – 5 of 5) sorted by relevance

/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dpixelbuffer.h48 void blendLine(std::size_t x, std::size_t y,
74 void blendLine(std::size_t x, std::size_t y,
H A Dpixelbuffer.cc55 void PixelBuffer::blendLine(std::size_t x, std::size_t y, in blendLine() function in GUI::PixelBuffer
197 blendLine(pixel_buffer->x + from_x, in updateBuffer()
272 void PixelBufferAlpha::blendLine(std::size_t x, std::size_t y, in blendLine() function in GUI::PixelBufferAlpha
H A Dpainter.cc225 pixbuf.blendLine(x + x0, y + y0, c, renderWidth - x); in drawText()
443 pixbuf.blendLine(x_offset + x0, y + y0, image.line(y, x_offset), in drawImage()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_RenderingHelpers.h613 blendLine (dest, p, width); in handleEdgeTableLine()
623 blendLine (dest, sourceColour, width); in handleEdgeTableLineFull()
646 blendLine (dest, p, width); in handleEdgeTableRectangle()
668 inline void blendLine (PixelType* dest, PixelARGB colour, int width) const noexcept in blendLine() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_RenderingHelpers.h613 blendLine (dest, p, width); in handleEdgeTableLine()
623 blendLine (dest, sourceColour, width); in handleEdgeTableLineFull()
646 blendLine (dest, p, width); in handleEdgeTableRectangle()
668 inline void blendLine (PixelType* dest, PixelARGB colour, int width) const noexcept in blendLine() function