, including all inherited members.
areaAverage(const Area &area) const | cinder::SurfaceT< T > | |
clone(bool copyPixels=true) const | cinder::SurfaceT< T > | |
clone(const Area &area, bool copyPixels=true) const | cinder::SurfaceT< T > | |
copyFrom(const SurfaceT< T > &srcSurface, const Area &srcArea, const Vec2i &relativeOffset=Vec2i::zero()) | cinder::SurfaceT< T > | |
getAlphaOffset() const | cinder::SurfaceT< T > | |
getAspectRatio() const | cinder::SurfaceT< T > | |
getBlueOffset() const | cinder::SurfaceT< T > | |
getBounds() const | cinder::SurfaceT< T > | |
getChannel(uint8_t ChannelT) | cinder::SurfaceT< T > | |
getChannel(uint8_t ChannelT) const | cinder::SurfaceT< T > | |
getChannelAlpha() | cinder::SurfaceT< T > | |
getChannelAlpha() const | cinder::SurfaceT< T > | |
getChannelBlue() | cinder::SurfaceT< T > | |
getChannelBlue() const | cinder::SurfaceT< T > | |
getChannelGreen() | cinder::SurfaceT< T > | |
getChannelGreen() const | cinder::SurfaceT< T > | |
getChannelOrder() const | cinder::SurfaceT< T > | |
getChannelRed() | cinder::SurfaceT< T > | |
getChannelRed() const | cinder::SurfaceT< T > | |
getData() | cinder::SurfaceT< T > | |
getData() const | cinder::SurfaceT< T > | |
getData(const Vec2i &offset) | cinder::SurfaceT< T > | |
getData(const Vec2i &offset) const | cinder::SurfaceT< T > | |
getDataAlpha(const Vec2i &offset) | cinder::SurfaceT< T > | |
getDataAlpha(const Vec2i &offset) const | cinder::SurfaceT< T > | |
getDataBlue(const Vec2i &offset) | cinder::SurfaceT< T > | |
getDataBlue(const Vec2i &offset) const | cinder::SurfaceT< T > | |
getDataGreen(const Vec2i &offset) | cinder::SurfaceT< T > | |
getDataGreen(const Vec2i &offset) const | cinder::SurfaceT< T > | |
getDataRed(const Vec2i &offset) | cinder::SurfaceT< T > | |
getDataRed(const Vec2i &offset) const | cinder::SurfaceT< T > | |
getGreenOffset() const | cinder::SurfaceT< T > | |
getHeight() const | cinder::SurfaceT< T > | |
getIter() | cinder::SurfaceT< T > | |
getIter(const Area &area) | cinder::SurfaceT< T > | |
getIter() const | cinder::SurfaceT< T > | |
getIter(const Area &area) const | cinder::SurfaceT< T > | |
getPixel(Vec2i pos) const | cinder::SurfaceT< T > | |
getPixelInc() const | cinder::SurfaceT< T > | |
getRedOffset() const | cinder::SurfaceT< T > | |
getRowBytes() const | cinder::SurfaceT< T > | |
getSize() const | cinder::SurfaceT< T > | |
getWidth() const | cinder::SurfaceT< T > | |
hasAlpha() const | cinder::SurfaceT< T > | |
isPremultiplied() const | cinder::SurfaceT< T > | |
operator ImageSourceRef() const | cinder::SurfaceT< T > | |
operator unspecified_bool_type() | cinder::SurfaceT< T > | |
reset() | cinder::SurfaceT< T > | |
setChannelOrder(const SurfaceChannelOrder &aChannelOrder) | cinder::SurfaceT< T > | |
setData(T *aData, int32_t aWidth, int32_t aHeight, int32_t aRowBytes) | cinder::SurfaceT< T > | |
setDeallocator(void(*aDeallocatorFunc)(void *), void *aDeallocatorRefcon) | cinder::SurfaceT< T > | |
setPixel(Vec2i pos, const ColorT< T > &c) | cinder::SurfaceT< T > | |
setPixel(Vec2i pos, const ColorAT< T > &c) | cinder::SurfaceT< T > | |
setPremultiplied(bool premult=true) const | cinder::SurfaceT< T > | |
SurfaceT() | cinder::SurfaceT< T > | |
SurfaceT(int32_t aWidth, int32_t aHeight, bool alpha, SurfaceChannelOrder aChannelOrder=SurfaceChannelOrder::UNSPECIFIED) | cinder::SurfaceT< T > | |
SurfaceT(int32_t aWidth, int32_t aHeight, bool alpha, const SurfaceConstraints &constraints) | cinder::SurfaceT< T > | |
SurfaceT(T *aData, int32_t aWidth, int32_t aHeight, int32_t aRowBytes, SurfaceChannelOrder aChannelOrder) | cinder::SurfaceT< T > | |
SurfaceT(shared_ptr< class ImageSource > imageSource, const SurfaceConstraints &constraints=SurfaceConstraintsDefault(), boost::tribool alpha=boost::logic::indeterminate) | cinder::SurfaceT< T > | |
unspecified_bool_type typedef | cinder::SurfaceT< T > | |