|
| ax::Texture2D * | textureGet () const |
| fsS32 | imageWidthGet () const override |
| fsS32 | imageHeightGet () const override |
| fsS32 | textureWidthGet () const override |
| fsS32 | textureHeightGet () const override |
| fsBool | hasAlphaChannelGet () const override |
| fsU8 | alphaGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) const override |
| virtual | ~fsCTexture () |
| bgfx::TextureHandle | textureGet () const |
| fsU32 | samplerFlagsGet () const |
| fsS32 | imageWidthGet () const override |
| fsS32 | imageHeightGet () const override |
| fsS32 | textureWidthGet () const override |
| fsS32 | textureHeightGet () const override |
| fsBool | hasAlphaChannelGet () const override |
| fsU8 | alphaGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) const override |
| virtual | ~fsCTexture () |
| cocos2d::Texture2D * | textureGet () const |
| fsS32 | imageWidthGet () const override |
| fsS32 | imageHeightGet () const override |
| fsS32 | textureWidthGet () const override |
| fsS32 | textureHeightGet () const override |
| fsBool | hasAlphaChannelGet () const override |
| fsU8 | alphaGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) const override |
| virtual | ~fsCTexture () |
| Magnum::GL::Texture2D * | textureGet () const |
| fsS32 | imageWidthGet () const override |
| fsS32 | imageHeightGet () const override |
| fsS32 | textureWidthGet () const override |
| fsS32 | textureHeightGet () const override |
| fsBool | hasAlphaChannelGet () const override |
| fsU8 | alphaGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) const override |
| virtual | ~fsCTexture () |
| Texture * | textureGet () const |
| fsS32 | imageWidthGet () const override |
| fsS32 | imageHeightGet () const override |
| fsS32 | textureWidthGet () const override |
| fsS32 | textureHeightGet () const override |
| fsBool | hasAlphaChannelGet () const override |
| fsU8 | alphaGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) const override |
| virtual | ~fsCTexture () |
| void | filterModeSet (fsFilterMode pNewMode) |
| void | wrapModeSet (fsWrapMode pNewMode) |
| std::shared_ptr< fsITexture > | cloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) |
| void | blend (fsCBrush const *pBlend, fsPoint const &pOffset) |
| void | finalise () |
| fsSColour4B | pixelGet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) |
| void | pixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, fsSColour4B const &pPixel) |
| void | textureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) |
| void | textureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) |
| fsBool | hasHitMapGet () const |
| fsBool | hitTest (fsPoint const &pLocalPoint) const |
| virtual | ~fsITexture () |
|
| void | filterModeSetDo (fsFilterMode pNewMode) override |
| void | wrapModeSetDo (fsWrapMode pNewMode) override |
| std::shared_ptr< fsITexture > | doCloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) const override |
| void | doBlend (fsCBrush const *pBlend, fsPoint const &pOffset) override |
| fsSColour4B | pixelGetDo (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) override |
| void | doPixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, const fsSColour4B &pPixel) override |
| void | doTextureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) override |
| void | doTextureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) override |
| fsU8 | alphaValueGet (fsS32 pImgX, fsS32 pImgY) override |
| void | createFromAlpha8Data (std::vector< fsU8 > &pAlphaData, fsS32 pImgW, fsS32 pImgH, fsPoint const &pPOTDimenions) override |
| void | createFromImage (fsIImage const *pImage) override |
| | fsCTexture () |
| void | filterModeSetDo (fsFilterMode pNewMode) override |
| void | wrapModeSetDo (fsWrapMode pNewMode) override |
| std::shared_ptr< fsITexture > | doCloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) const override |
| void | doBlend (fsCBrush const *pBlend, fsPoint const &pOffset) override |
| fsSColour4B | pixelGetDo (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) override |
| void | doPixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, const fsSColour4B &pPixel) override |
| void | doTextureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) override |
| void | doTextureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) override |
| fsU8 | alphaValueGet (fsS32 pImgX, fsS32 pImgY) override |
| void | createFromAlpha8Data (std::vector< fsU8 > &pAlphaData, fsS32 pImgW, fsS32 pImgH, fsPoint const &pPOTDimenions) override |
| void | createFromImage (fsIImage const *pImage) override |
| | fsCTexture () |
| void | filterModeSetDo (fsFilterMode pNewMode) override |
| void | wrapModeSetDo (fsWrapMode pNewMode) override |
| std::shared_ptr< fsITexture > | doCloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) const override |
| void | doBlend (fsCBrush const *pBlend, fsPoint const &pOffset) override |
| fsSColour4B | pixelGetDo (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) override |
| void | doPixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, const fsSColour4B &pPixel) override |
| void | doTextureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) override |
| void | doTextureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) override |
| fsU8 | alphaValueGet (fsS32 pImgX, fsS32 pImgY) override |
| void | createFromAlpha8Data (std::vector< fsU8 > &pAlphaData, fsS32 pImgW, fsS32 pImgH, fsPoint const &pPOTDimenions) override |
| void | createFromImage (fsIImage const *pImage) override |
| | fsCTexture () |
| void | filterModeSetDo (fsFilterMode pNewMode) override |
| void | wrapModeSetDo (fsWrapMode pNewMode) override |
| std::shared_ptr< fsITexture > | doCloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) const override |
| void | doBlend (fsCBrush const *pBlend, fsPoint const &pOffset) override |
| fsSColour4B | pixelGetDo (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) override |
| void | doPixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, const fsSColour4B &pPixel) override |
| void | doTextureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) override |
| void | doTextureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) override |
| fsU8 | alphaValueGet (fsS32 pImgX, fsS32 pImgY) override |
| void | createFromAlpha8Data (std::vector< fsU8 > &pAlphaData, fsS32 pImgW, fsS32 pImgH, fsPoint const &pPOTDimenions) override |
| void | maskImageLoad (const fsCResourceName &pImageFileName) |
| void | createFromImage (fsIImage const *pImage) override |
| | fsCTexture () |
| void | filterModeSetDo (fsFilterMode pNewMode) override |
| void | wrapModeSetDo (fsWrapMode pNewMode) override |
| std::shared_ptr< fsITexture > | doCloneSubSection (fsCBrush const *pBlend, fsPoint const &pOffset) const override |
| void | doBlend (fsCBrush const *pBlend, fsPoint const &pOffset) override |
| fsSColour4B | pixelGetDo (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow) override |
| void | doPixelSet (fsS32 pU, fsS32 pV, fsS32 pCol, fsS32 pRow, const fsSColour4B &pPixel) override |
| void | doTextureCopyThroughStencil (std::shared_ptr< fsITexture > pSrc, std::shared_ptr< fsITexture > pStencil, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY, fsS32 pAlphaHitMaskThreshold) override |
| void | doTextureCopyInto (std::shared_ptr< fsITexture > pSrc, fsS32 pU, fsS32 pV, fsS32 pX, fsS32 pY) override |
| fsU8 | alphaValueGet (fsS32 pImgX, fsS32 pImgY) override |
| void | createFromAlpha8Data (std::vector< fsU8 > &pAlphaData, fsS32 pImgW, fsS32 pImgH, fsPoint const &pPOTDimenions) override |
| void | createFromImage (fsIImage const *pImage) override |
| | fsCTexture () |
| | fsITexture () |
| void | hitMapStore (fsU8 pAlphaThreshold=0) |
| void | emptyImageCreate (fsS32 pWidth, fsS32 pHeight) |
| void | imageLoad (fsCResourceName const &pImageFileName) |
| void | imageFileLoad (fsCResourceName const &pImageFileName, fsBool pUVAnimation) |
| void | maskFileLoad (fsCResourceName const &pImageFileName, fsBool pUVAnimation) |