#include "BINativeImage.h"#include "FloatRect.h"#include "GraphicsTypes.h"#include "Image.h"#include "IntRect.h"#include "Path.h"#include "TextDirection.h"#include <wtf/Noncopyable.h>#include <wtf/Platform.h>Go to the source code of this file.
Namespaces | |
| namespace | WebCore |
| namespace | BAL |
Classes | |
| class | BAL::BIGraphicsContext |
Defines | |
| #define | IMPLEMENT_BIGRAPHICSCONTEXT |
Enumerations | |
| enum | BAL::StrokeStyle { BAL::NoStroke, BAL::SolidStroke, BAL::DottedStroke, BAL::DashedStroke } |
Variables | |
| const int | BAL::cMisspellingLineThickness = 3 |
| const int | BAL::cMisspellingLinePatternWidth = 4 |
| const int | BAL::cMisspellingLinePatternGapWidth = 1 |
| const int | BAL::cTextInvisible = 0 |
| const int | BAL::cTextFill = 1 |
| const int | BAL::cTextStroke = 2 |
| const int | BAL::cTextClip = 4 |
| #define IMPLEMENT_BIGRAPHICSCONTEXT |