HomeSort by relevance Sort by last modified time
    Searched defs:graphicsContext (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 31 #include "core/platform/graphics/GraphicsContext.h"
    [all...]
RenderBoxModelObject.cpp 151 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const LayoutSize& size)
453 void RenderBoxModelObject::clipRoundedInnerRect(GraphicsContext * context, const LayoutRect& rect, const RoundedRect& clipRect)
485 static LayoutRect shrinkRectByOnePixel(GraphicsContext* context, const LayoutRect& rect)
494 LayoutRect RenderBoxModelObject::borderInnerRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect& rect, BackgroundBleedAvoidance bleedAvoidance) const
500 RoundedRect RenderBoxModelObject::backgroundRoundedRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect& borderRect, BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
512 static void applyBoxShadowForBackground(GraphicsContext* context, const RenderObject* renderer)
526 GraphicsContext* context = paintInfo.context;
    [all...]
RenderObject.cpp 51 #include "core/platform/graphics/GraphicsContext.h"
893 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
922 bool wasAntialiased = graphicsContext->shouldAntialias();
923 StrokeStyle oldStrokeStyle = graphicsContext->strokeStyle();
924 graphicsContext->setShouldAntialias(antialias);
925 graphicsContext->setStrokeColor(color);
926 graphicsContext->setStrokeThickness(thickness);
927 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke);
932 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2))
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 321 milliseconds