|
Namespaces |
| namespace | BAL |
| namespace | std |
Classes |
| struct | BAL::GraphicsContextState |
| class | BAL::GraphicsContextPrivate |
| class | BAL::GraphicsContextPlatformPrivate |
Defines |
| #define | M_PI 3.14159265358979323846 |
| #define | notImplemented() logm(MODULE_GRAPHICS, "not implemented"); |
Functions |
| BIGraphicsContext * | BAL::createBIGraphicsContext () |
| static void | BAL::setColor (cairo_t *cr, const Color &col) |
| static void | BAL::fillRectSourceOver (cairo_t *cr, const FloatRect &rect, const Color &col) |
| static void | BAL::setCompositingOperation (cairo_t *context, CompositeOperator op, bool hasAlpha) |
| void | BAL::realDrawTiled (BINativeImage *, const FloatRect &dstRect, const FloatRect &srcRect, WebCore::TileRule hRule, WebCore::TileRule vRule, CompositeOperator) |
| static void | BAL::adjustLineToPixelBounderies (FloatPoint &p1, FloatPoint &p2, float strokeWidth, const Pen::PenStyle &penStyle) |