Home
last modified time | relevance | path

Searched refs:DrawBlendOp (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DDrawing.Sprite.BMP.cpp12 template<DrawBlendOp TBlendOp> static void FASTCALL DrawBMPSpriteMagnify(rct_drawpixelinfo& dpi, co… in DrawBMPSpriteMagnify()
38 template<DrawBlendOp TBlendOp> static void FASTCALL DrawBMPSpriteMinify(rct_drawpixelinfo& dpi, con… in DrawBMPSpriteMinify()
63 template<DrawBlendOp TBlendOp> static void FASTCALL DrawBMPSprite(rct_drawpixelinfo& dpi, const Dra… in DrawBMPSprite()
H A DDrawing.Sprite.RLE.cpp15 template<DrawBlendOp TBlendOp, size_t TZoom>
86 template<DrawBlendOp TBlendOp, size_t TZoom>
181 template<DrawBlendOp TBlendOp> static void FASTCALL DrawRLESprite(rct_drawpixelinfo& dpi, const Dra… in DrawRLESprite()
H A DDrawing.h164 using DrawBlendOp = uint8_t; variable
166 constexpr DrawBlendOp BLEND_NONE = 0;
172 constexpr DrawBlendOp BLEND_TRANSPARENT = 1 << 0;
178 constexpr DrawBlendOp BLEND_SRC = 1 << 1;
184 constexpr DrawBlendOp BLEND_DST = 2 << 2;
570 template<DrawBlendOp TBlendOp> bool FASTCALL BlitPixel(const uint8_t* src, uint8_t* dst, const Pale… in BlitPixel()
627 template<DrawBlendOp TBlendOp>