This is the complete list of members for Graphics::VectorRenderer, including all inherited members.
_activeSurface | Graphics::VectorRenderer | [protected] |
_bevel | Graphics::VectorRenderer | [protected] |
_disableShadows | Graphics::VectorRenderer | [protected] |
_dynamicData | Graphics::VectorRenderer | [protected] |
_fillMode | Graphics::VectorRenderer | [protected] |
_gradientFactor | Graphics::VectorRenderer | [protected] |
_shadowFillMode | Graphics::VectorRenderer | [protected] |
_shadowOffset | Graphics::VectorRenderer | [protected] |
_strokeWidth | Graphics::VectorRenderer | [protected] |
applyScreenShading(GUI::ThemeEngine::ShadingStyle)=0 | Graphics::VectorRenderer | [pure virtual] |
blitAlphaBitmap(Graphics::TransparentSurface *source, const Common::Rect &r, GUI::ThemeEngine::AutoScaleMode autoscale=GUI::ThemeEngine::kAutoScaleNone, Graphics::DrawStep::VectorAlignment xAlign=Graphics::DrawStep::kVectorAlignManual, Graphics::DrawStep::VectorAlignment yAlign=Graphics::DrawStep::kVectorAlignManual, int alpha=255)=0 | Graphics::VectorRenderer | [pure virtual] |
blitKeyBitmap(const Graphics::Surface *source, const Common::Rect &r)=0 | Graphics::VectorRenderer | [pure virtual] |
blitKeyBitmapClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
blitSubSurface(const Graphics::Surface *source, const Common::Rect &r)=0 | Graphics::VectorRenderer | [pure virtual] |
blitSubSurfaceClip(const Graphics::Surface *source, const Common::Rect &r, const Common::Rect &clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
blitSurface(const Graphics::Surface *source, const Common::Rect &r)=0 | Graphics::VectorRenderer | [pure virtual] |
clearSurface() | Graphics::VectorRenderer | [inline, virtual] |
copyFrame(OSystem *sys, const Common::Rect &r)=0 | Graphics::VectorRenderer | [pure virtual] |
copyWholeFrame(OSystem *sys)=0 | Graphics::VectorRenderer | [pure virtual] |
disableShadows() | Graphics::VectorRenderer | [inline, virtual] |
drawBeveledSquare(int x, int y, int w, int h, int bevel)=0 | Graphics::VectorRenderer | [pure virtual] |
drawBeveledSquareClip(int x, int y, int w, int h, int bevel, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawCallback_ALPHABITMAP(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_BEVELSQ(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_BITMAP(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_CIRCLE(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_CROSS(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_FILLSURFACE(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_LINE(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_ROUNDSQ(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_SQUARE(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_TAB(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_TRIANGLE(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCallback_VOID(const Common::Rect &area, const DrawStep &step, const Common::Rect &clip) | Graphics::VectorRenderer | [inline] |
drawCircle(int x, int y, int r)=0 | Graphics::VectorRenderer | [pure virtual] |
drawCircleClip(int x, int y, int r, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawCross(int x, int y, int w, int h) | Graphics::VectorRenderer | [inline, virtual] |
drawCrossClip(int x, int y, int w, int h, Common::Rect clipping) | Graphics::VectorRenderer | [inline, virtual] |
drawLine(int x1, int y1, int x2, int y2)=0 | Graphics::VectorRenderer | [pure virtual] |
drawLineClip(int x1, int y1, int x2, int y2, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawRoundedSquare(int x, int y, int r, int w, int h)=0 | Graphics::VectorRenderer | [pure virtual] |
drawRoundedSquareClip(int x, int y, int r, int w, int h, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawSquare(int x, int y, int w, int h)=0 | Graphics::VectorRenderer | [pure virtual] |
drawSquareClip(int x, int y, int w, int h, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawStep(const Common::Rect &area, const DrawStep &step, uint32 extra=0) | Graphics::VectorRenderer | [virtual] |
drawStepClip(const Common::Rect &area, const Common::Rect &clip, const DrawStep &step, uint32 extra=0) | Graphics::VectorRenderer | [virtual] |
drawString(const Graphics::Font *font, const Common::String &text, const Common::Rect &area, Graphics::TextAlign alignH, GUI::ThemeEngine::TextAlignVertical alignV, int deltax, bool useEllipsis, const Common::Rect &textDrawableArea)=0 | Graphics::VectorRenderer | [pure virtual] |
drawTab(int x, int y, int r, int w, int h)=0 | Graphics::VectorRenderer | [pure virtual] |
drawTabClip(int x, int y, int r, int w, int h, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
drawTriangle(int x, int y, int base, int height, TriangleOrientation orient)=0 | Graphics::VectorRenderer | [pure virtual] |
drawTriangleClip(int x, int y, int base, int height, TriangleOrientation orient, Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
enableShadows() | Graphics::VectorRenderer | [inline, virtual] |
FillMode enum name | Graphics::VectorRenderer | |
fillSurface()=0 | Graphics::VectorRenderer | [pure virtual] |
fillSurfaceClip(Common::Rect clipping)=0 | Graphics::VectorRenderer | [pure virtual] |
getActiveSurface() | Graphics::VectorRenderer | [inline, virtual] |
kFillBackground enum value | Graphics::VectorRenderer | |
kFillDisabled enum value | Graphics::VectorRenderer | |
kFillForeground enum value | Graphics::VectorRenderer | |
kFillGradient enum value | Graphics::VectorRenderer | |
kShadowExponential enum value | Graphics::VectorRenderer | |
kShadowLinear enum value | Graphics::VectorRenderer | |
kTriangleAuto enum value | Graphics::VectorRenderer | |
kTriangleDown enum value | Graphics::VectorRenderer | |
kTriangleLeft enum value | Graphics::VectorRenderer | |
kTriangleRight enum value | Graphics::VectorRenderer | |
kTriangleUp enum value | Graphics::VectorRenderer | |
setBevel(int amount) | Graphics::VectorRenderer | [inline, virtual] |
setBevelColor(uint8 r, uint8 g, uint8 b)=0 | Graphics::VectorRenderer | [pure virtual] |
setBgColor(uint8 r, uint8 g, uint8 b)=0 | Graphics::VectorRenderer | [pure virtual] |
setFgColor(uint8 r, uint8 g, uint8 b)=0 | Graphics::VectorRenderer | [pure virtual] |
setFillMode(FillMode mode) | Graphics::VectorRenderer | [inline, virtual] |
setGradientColors(uint8 r1, uint8 g1, uint8 b1, uint8 r2, uint8 g2, uint8 b2)=0 | Graphics::VectorRenderer | [pure virtual] |
setGradientFactor(int factor) | Graphics::VectorRenderer | [inline, virtual] |
setShadowFillMode(ShadowFillMode mode) | Graphics::VectorRenderer | [inline, virtual] |
setShadowOffset(int offset) | Graphics::VectorRenderer | [inline, virtual] |
setStrokeWidth(int width) | Graphics::VectorRenderer | [inline, virtual] |
setSurface(TransparentSurface *surface) | Graphics::VectorRenderer | [inline, virtual] |
ShadowFillMode enum name | Graphics::VectorRenderer | |
stepGetPositions(const DrawStep &step, const Common::Rect &area, uint16 &in_x, uint16 &in_y, uint16 &in_w, uint16 &in_h) | Graphics::VectorRenderer | |
stepGetRadius(const DrawStep &step, const Common::Rect &area) | Graphics::VectorRenderer | |
TriangleOrientation enum name | Graphics::VectorRenderer | |
VectorRenderer() | Graphics::VectorRenderer | [inline] |
~VectorRenderer() | Graphics::VectorRenderer | [inline, virtual] |
Generated on Sat Nov 30 2019 05:01:49 for ResidualVM by 1.7.1
|
|