YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::Drawing::RectTransformer结构体 参考

标准矩形转换器。 更多...

#include <yblit.h>

Public 成员函数

template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void operator() (_tOut dst, const Size &ds, const Point &dp, const Size &sc, _fTransformPixel tp, _fTransformLine tl)
 渲染标准矩形内的像素。 更多...
 
template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void operator() (_tOut dst, const Size &ds, const Rect &r, _fTransformPixel tp, _fTransformLine tl)
 
template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void operator() (_tOut dst, SDst dw, SDst dh, SPos x, SPos y, SDst w, SDst h, _fTransformPixel tp, _fTransformLine tl)
 

详细描述

标准矩形转换器。

自从
build 266

在文件 yblit.h368 行定义.

成员函数说明

template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void YSLib::Drawing::RectTransformer::operator() ( _tOut  dst,
const Size ds,
const Point dp,
const Size sc,
_fTransformPixel  tp,
_fTransformLine  tl 
)
inline

渲染标准矩形内的像素。

模板参数
_tOut输出迭代器类型(需要支持 += 操作,一般应是随机迭代器)。
注解
不含右边界和下边界。
自从
build 438

在文件 yblit.h379 行定义.

template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void YSLib::Drawing::RectTransformer::operator() ( _tOut  dst,
const Size ds,
const Rect r,
_fTransformPixel  tp,
_fTransformLine  tl 
)
inline

在文件 yblit.h393 行定义.

template<typename _tOut , class _fTransformPixel , class _fTransformLine >
void YSLib::Drawing::RectTransformer::operator() ( _tOut  dst,
SDst  dw,
SDst  dh,
SPos  x,
SPos  y,
SDst  w,
SDst  h,
_fTransformPixel  tp,
_fTransformLine  tl 
)
inline

在文件 yblit.h401 行定义.


该结构体的文档由以下文件生成: