YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
标准矩形转换器。 更多...
#include <yblit.h>
Public 成员函数 | |
template<typename _tPixel , class _fTransformPixel , class _fTransformLine > | |
void | operator() (_tPixel *dst, const Size &ds, const Point &dp, const Size &ss, _fTransformPixel tp, _fTransformLine tl) |
渲染标准矩形内的像素。 | |
template<typename _tPixel , class _fTransformPixel , class _fTransformLine > | |
void | operator() (_tPixel *dst, const Size &ds, const Rect &rSrc, _fTransformPixel tp, _fTransformLine tl) |
渲染标准矩形内的像素。 | |
template<typename _tPixel , class _fTransformPixel , class _fTransformLine > | |
void | operator() (_tPixel *dst, SDst dw, SDst dh, SPos dx, SPos dy, SDst sw, SDst sh, _fTransformPixel tp, _fTransformLine tl) |
渲染标准矩形内的像素。 | |
|
inline |
渲染标准矩形内的像素。
参考 BlitBounds(),YSLib::Drawing::Size::Width,YSLib::Drawing::GBinaryGroup< _type >::X , 以及 YSLib::Drawing::GBinaryGroup< _type >::Y.
|
inline |
渲染标准矩形内的像素。
参考 YSLib::Drawing::Rect::GetPoint() , 以及 YSLib::Drawing::Rect::GetSize().
|
inline |