|
| template<typename _type > |
| yconstfn bool | YSLib::Drawing::operator== (const GBinaryGroup< _type > &a, const GBinaryGroup< _type > &b) ynothrow |
| | 比较:屏幕二元组相等关系。 更多...
|
| |
| template<typename _type > |
| yconstfn bool | YSLib::Drawing::operator!= (const GBinaryGroup< _type > &a, const GBinaryGroup< _type > &b) ynothrow |
| | 比较:屏幕二元组不等关系。 更多...
|
| |
| template<typename _type > |
| yconstfn GBinaryGroup< _type > | YSLib::Drawing::operator+ (const GBinaryGroup< _type > &a, const GBinaryGroup< _type > &b) ynothrow |
| | 加法:屏幕二元组。 更多...
|
| |
| template<typename _type > |
| yconstfn GBinaryGroup< _type > | YSLib::Drawing::operator- (const GBinaryGroup< _type > &a, const GBinaryGroup< _type > &b) ynothrow |
| | 减法:屏幕二元组。 更多...
|
| |
| template<typename _type , typename _tScalar > |
| yconstfn GBinaryGroup< _type > | YSLib::Drawing::operator* (const GBinaryGroup< _type > &val, _tScalar l) ynothrow |
| | 数乘:屏幕二元组。 更多...
|
| |
| yconstfn bool | YSLib::Drawing::operator== (const Size &a, const Size &b) ynothrow |
| | 比较:屏幕区域大小相等关系。 更多...
|
| |
| yconstfn bool | YSLib::Drawing::operator!= (const Size &a, const Size &b) ynothrow |
| | 比较:屏幕区域大小不等关系。 更多...
|
| |
| template<typename _type > |
| yconstfn GBinaryGroup< _type > | YSLib::Drawing::operator+ (GBinaryGroup< _type > val, const Size &s) ynothrow |
| | 加法:使用屏幕二元组和屏幕区域大小分量对应相加构造屏幕二元组。 更多...
|
| |
| template<class _tBinary > |
| yconstfn _tBinary | YSLib::Drawing::Transpose (_tBinary &obj) ynothrow |
| | 二元对象转置。 更多...
|
| |
| yconstfn auto | YSLib::Drawing::GetAreaOf (const Size &s) ynothrow-> decltype(s.Width *s.Height) |
| | 取面积。 更多...
|
| |
| | YSLib::Drawing::DeclDerivedI (YF_API, IImage, ystdex::cloneable) DeclIEntry(const Graphics &GetContext() const ynothrow) DeclIEntry(void SetSize(const Size &)) DeclIEntry(IImage *clone() const override) EndDeclstruct YF_API PaintContext |
| | 图像接口。 更多...
|
| |