Home | History | Annotate | Download | only in rendering

Lines Matching defs:graphicsContext

42 #include "platform/graphics/GraphicsContext.h"
1422 GraphicsContext* graphicsContext = paintInfo.context;
1423 if (graphicsContext->paintingDisabled())
1443 graphicsContext->beginTransparencyLayer(static_cast<float>(outlineColor.alpha()) / 255);
1448 paintOutlineForLine(graphicsContext, paintOffset, rects.at(i - 1), rects.at(i), rects.at(i + 1), outlineColor);
1451 graphicsContext->endLayer();
1454 void RenderInline::paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset,
1462 bool antialias = shouldAntialiasLines(graphicsContext);
1476 drawLineForBoxSide(graphicsContext,
1488 drawLineForBoxSide(graphicsContext,
1500 drawLineForBoxSide(graphicsContext,
1511 drawLineForBoxSide(graphicsContext,
1521 drawLineForBoxSide(graphicsContext,
1533 drawLineForBoxSide(graphicsContext,
1544 drawLineForBoxSide(graphicsContext,
1554 drawLineForBoxSide(graphicsContext,