![]() |
Pixel Dust Game Engine
v0.9.5
|
This is the complete list of members for Port, including all inherited members.
drawImage(Image *img, const Point &loc) | Port | |
drawImage(Image *img, const Rect &r) | Port | inline |
drawImage(Image *img, const Rect &r, Image::FitType fitType, bool clipOverflow=false) | Port | |
drawImage(Image *img, const RotatedRect &rr) | Port | inline |
drawImage(Image *img, const Quad &quad) | Port | |
drawImage(ImageStrip *img, int frame, const Point &loc) | Port | |
drawImage(ImageStrip *img, int frame, const Rect &r) | Port | inline |
drawImage(ImageStrip *img, int frame, const Rect &r, Image::FitType fitType, bool clipOverflow=false) | Port | |
drawImage(ImageStrip *img, int frame, const RotatedRect &rr) | Port | inline |
drawImage(ImageStrip *img, int frame, const Quad &quad) | Port | |
drawLine(const Point &from, const Point &to, Color rgba=PDG_BLACK_COLOR) | Port | |
drawLineEx(const Point &from, const Point &to, uint8 thickness, uint32 pattern, uint8 patternShift, Color rgba) | Port | |
drawText(const char *text, const Point &loc, int size, uint32 style=Graphics::textStyle_Plain, Color rgba=PDG_BLACK_COLOR) | Port | |
drawText(const char *text, const Rect &r, int size, uint32 style=Graphics::textStyle_Plain, Color rgba=PDG_BLACK_COLOR) | Port | inline |
drawText(const char *text, const RotatedRect &rr, int size, uint32 style=Graphics::textStyle_Plain, Color rgba=PDG_BLACK_COLOR) | Port | inline |
drawText(const char *text, const Quad &quad, int size, uint32 style=Graphics::textStyle_Plain, Color rgba=PDG_BLACK_COLOR) | Port | |
drawTexture(Image *img, const Rect &r) | Port | |
drawTexture(ImageStrip *img, int frame, const Rect &r) | Port | |
drawTexturedSphere(Image *img, const Point &loc, float radius, float rotation=0.0f, const Offset &polarOffsetRadians=Offset(0, 0), const Offset &lightOffsetRadians=Offset(0, 0)) | Port | |
drawTexturedSphere(ImageStrip *img, int frame, const Point &loc, float radius, float rotation=0.0f, const Offset &polarOffsetRadians=Offset(0, 0), const Offset &lightOffsetRadians=Offset(0, 0)) | Port | |
fillCircle(const Point ¢erPt, float radius, Color rgba=PDG_BLACK_COLOR) | Port | |
fillOval(const Point ¢erPt, float xRadius, float yRadius, Color rgba=PDG_BLACK_COLOR) | Port | |
fillRect(const Rect &r, Color rgba=PDG_BLACK_COLOR) | Port | inline |
fillRect(const RotatedRect &rr, Color rgba=PDG_BLACK_COLOR) | Port | inline |
fillRect(const Quad &quad, Color rgba=PDG_BLACK_COLOR) | Port | |
fillRectEx(const Rect &r, uint32 pattern, uint8 patternShift, Color rgba) | Port | inline |
fillRectEx(const RotatedRect &rr, uint32 pattern, uint8 patternShift, Color rgba) | Port | inline |
fillRectEx(const Quad &quad, uint32 pattern, uint8 patternShift, Color rgba) | Port | |
fillRectWithGradient(const Rect &r, Color startColor, Color endColor) | Port | inline |
fillRectWithGradient(const RotatedRect &rr, Color startColor, Color endColor) | Port | inline |
fillRectWithGradient(const Quad &quad, Color startColor, Color endColor) | Port | |
fillRoundRect(const Rect &rect, float radius, Color rgba=PDG_BLACK_COLOR) | Port | |
frameCircle(const Point ¢erPt, float radius, Color rgba=PDG_BLACK_COLOR) | Port | |
frameOval(const Point ¢erPt, float xRadius, float yRadius, Color rgba=PDG_BLACK_COLOR) | Port | |
frameRect(const Rect &r, Color rgba=PDG_BLACK_COLOR) | Port | inline |
frameRect(const RotatedRect &rr, Color rgba=PDG_BLACK_COLOR) | Port | inline |
frameRect(const Quad &quad, Color rgba=PDG_BLACK_COLOR) | Port | |
frameRectEx(const Rect &r, uint8 thickness, uint32 pattern, uint8 patternShift, Color rgba) | Port | inline |
frameRectEx(const RotatedRect &rr, uint8 thickness, uint32 pattern, uint8 patternShift, Color rgba) | Port | inline |
frameRectEx(const Quad &quad, uint8 thickness, uint32 pattern, uint8 patternShift, Color rgba) | Port | |
frameRoundRect(const Rect &rect, float radius, Color rgba=PDG_BLACK_COLOR) | Port | |
getClipRect() | Port | |
getCurrentFont(uint32 style=Graphics::textStyle_Plain) | Port | |
getCursor() | Port | |
getDrawingArea() | Port | |
getTextWidth(const char *text, int size, uint32 style=Graphics::textStyle_Plain, int len=-1) | Port | |
resetCursor() | Port | |
setClipRect(const Rect &rect) | Port | |
setCursor(Image *cursorImage, const Point &hotSpot) | Port | |
setFont(Font *font=0) | Port | |
setFontForStyle(Font *font, uint32 style) | Port | |
setFontScalingFactor(float scaleBy) | Port | |
startTrackingMouse(const Rect &rect, void *userData=0) | Port | |
stopTrackingMouse(int trackingRef) | Port |