#include <BitmapTexture.h>
|
| | BitmapTexture () |
| |
| virtual | ~BitmapTexture () |
| |
| virtual bool | isBackedByOpenGL () const |
| |
| virtual IntSize | size () const =0 |
| |
| virtual void | updateContents (Image *, const IntRect &, const IntPoint &offset, UpdateContentsFlag)=0 |
| |
| virtual void | updateContents (TextureMapper &, GraphicsLayer *, const IntRect &target, const IntPoint &offset, UpdateContentsFlag, float scale=1) |
| |
| virtual void | updateContents (const void *, const IntRect &target, const IntPoint &offset, int bytesPerLine, UpdateContentsFlag)=0 |
| |
| virtual bool | isValid () const =0 |
| |
| Flags | flags () const |
| |
| virtual int | bpp () const |
| |
| void | reset (const IntSize &size, Flags flags=0) |
| |
| virtual void | didReset () |
| |
| IntSize | contentSize () const |
| |
| int | numberOfBytes () const |
| |
| bool | isOpaque () const |
| |
| virtual PassRefPtr< BitmapTexture > | applyFilters (TextureMapper &, const FilterOperations &) |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
◆ Flags
◆ Flag
| Enumerator |
|---|
| NoFlag | |
| SupportsAlpha | |
| FBOAttachment | |
◆ UpdateContentsFlag
| Enumerator |
|---|
| UpdateCanModifyOriginalImageData | |
| UpdateCannotModifyOriginalImageData | |
◆ BitmapTexture()
| WebCore::BitmapTexture::BitmapTexture |
( |
| ) |
|
|
inline |
◆ ~BitmapTexture()
| virtual WebCore::BitmapTexture::~BitmapTexture |
( |
| ) |
|
|
inlinevirtual |
◆ applyFilters()
◆ bpp()
| virtual int WebCore::BitmapTexture::bpp |
( |
| ) |
const |
|
inlinevirtual |
◆ contentSize()
| IntSize WebCore::BitmapTexture::contentSize |
( |
| ) |
const |
|
inline |
◆ didReset()
| virtual void WebCore::BitmapTexture::didReset |
( |
| ) |
|
|
inlinevirtual |
◆ flags()
| Flags WebCore::BitmapTexture::flags |
( |
| ) |
const |
|
inline |
◆ isBackedByOpenGL()
| virtual bool WebCore::BitmapTexture::isBackedByOpenGL |
( |
| ) |
const |
|
inlinevirtual |
◆ isOpaque()
| bool WebCore::BitmapTexture::isOpaque |
( |
| ) |
const |
|
inline |
◆ isValid()
| virtual bool WebCore::BitmapTexture::isValid |
( |
| ) |
const |
|
pure virtual |
◆ numberOfBytes()
| int WebCore::BitmapTexture::numberOfBytes |
( |
| ) |
const |
|
inline |
◆ reset()
◆ size()
| virtual IntSize WebCore::BitmapTexture::size |
( |
| ) |
const |
|
pure virtual |
◆ updateContents() [1/3]
◆ updateContents() [2/3]
◆ updateContents() [3/3]
◆ m_contentSize
| IntSize WebCore::BitmapTexture::m_contentSize |
|
protected |
The documentation for this class was generated from the following files: