Home
last modified time | relevance | path

Searched refs:DrawBitmapNoScale (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h18 struct DrawBitmapNoScale { struct
93 struct CMap8Copy : public DrawBitmapNoScale<CMap8Copy> argument
107 struct CMap8Over : public DrawBitmapNoScale<CMap8Over>
124 struct Bgr32Copy : public DrawBitmapNoScale<Bgr32Copy>
133 struct Bgr32Over : public DrawBitmapNoScale<Bgr32Over>
149 struct Bgr32Alpha : public DrawBitmapNoScale<Bgr32Alpha>
175 struct Bgr32CopyMasked : public DrawBitmapNoScale<Bgr32CopyMasked>
H A DBitmapPainter.cpp86 DrawBitmapNoScale<CMap8Copy> drawNoScale; in Draw()
92 DrawBitmapNoScale<CMap8Over> drawNoScale; in Draw()
99 DrawBitmapNoScale<Bgr32Over> drawNoScale; in Draw()
115 DrawBitmapNoScale<Bgr32Copy> drawNoScale; in Draw()
124 DrawBitmapNoScale<Bgr32Alpha> drawNoScale; in Draw()
133 DrawBitmapNoScale<Bgr32CopyMasked> drawNoScale; in Draw()