#include "config.h"#include "BALConfiguration.h"#include "BCGraphicsContext.h"#include "BINativeImage.h"#include "BTAffineTransform.h"#include "Color.h"#include "DeprecatedString.h"#include <BIMath.h>#include "BIGraphicsDevice.h"#include "BTLogHelper.h"Namespaces | |
| namespace | BAL |
Classes | |
| struct | BAL::GraphicsContextState |
| class | BAL::GraphicsContextPrivate |
| class | BAL::GraphicsContextPlatformPrivate |
Defines | |
| #define | M_PI 3.14159265358979323846 |
| #define | notImplemented() DBGM(MODULE_GRAPHICS, "not implemented\n"); |
Functions | |
| void | WebCore::setFocusRingColorChangeFunction (void(*)()) |
| Color | WebCore::focusRingColor () |
| BIGraphicsContext * | BAL::createBIGraphicsContext () |
| void | BAL::deleteBIGraphicsContext (BIGraphicsContext *) |
| BIGraphicsContext * | BAL::createFakeBIGraphicsContext () |
| void | BAL::realDrawTiled (BINativeImage *, const FloatRect &dstRect, const FloatRect &srcRect, BIGraphicsContext::TileRule hRule, BIGraphicsContext::TileRule vRule, CompositeOperator) |
| #define M_PI 3.14159265358979323846 |
| #define notImplemented | ( | ) | DBGM(MODULE_GRAPHICS, "not implemented\n"); |