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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 42 #include "platform/graphics/GraphicsContext.h"
186 GraphicsContext* graphicsContext = imageBuffer->context();
187 graphicsContext->drawImage(image, IntRect(IntPoint(), imageRect.size()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 42 #include "platform/graphics/GraphicsContext.h"
    [all...]
RenderBoxModelObject.cpp 103 InterpolationQuality RenderBoxModelObject::chooseInterpolationQuality(GraphicsContext* context, Image* image, const void* layer, const LayoutSize& size)
445 void RenderBoxModelObject::clipRoundedInnerRect(GraphicsContext * context, const LayoutRect& rect, const RoundedRect& clipRect)
479 static LayoutRect shrinkRectByOnePixel(GraphicsContext* context, const LayoutRect& rect)
488 LayoutRect RenderBoxModelObject::borderInnerRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect& rect, BackgroundBleedAvoidance bleedAvoidance) const
494 RoundedRect RenderBoxModelObject::backgroundRoundedRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect& borderRect, BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
506 static void applyBoxShadowForBackground(GraphicsContext* context, const RenderObject* renderer)
524 GraphicsContext* context = paintInfo.context;
    [all...]
RenderObject.cpp 84 #include "platform/graphics/GraphicsContext.h"
960 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 178 milliseconds