OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:graphicsContext
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp
224
GraphicsContext
*
graphicsContext
= imageBuffer->context();
225
graphicsContext
->drawImage(image, IntPoint());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp
43
#include "platform/graphics/
GraphicsContext
.h"
[
all
...]
RenderBoxModelObject.cpp
145
bool RenderBoxModelObject::shouldPaintAtLowQuality(
GraphicsContext
* context, Image* image, const void* layer, const LayoutSize& size)
445
void RenderBoxModelObject::clipRoundedInnerRect(
GraphicsContext
* context, const LayoutRect& rect, const RoundedRect& clipRect)
477
static LayoutRect shrinkRectByOnePixel(
GraphicsContext
* context, const LayoutRect& rect)
486
LayoutRect RenderBoxModelObject::borderInnerRectAdjustedForBleedAvoidance(
GraphicsContext
* context, const LayoutRect& rect, BackgroundBleedAvoidance bleedAvoidance) const
492
RoundedRect RenderBoxModelObject::backgroundRoundedRectAdjustedForBleedAvoidance(
GraphicsContext
* context, const LayoutRect& borderRect, BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
504
static void applyBoxShadowForBackground(
GraphicsContext
* context, const RenderObject* renderer)
522
GraphicsContext
* context = paintInfo.context;
[
all
...]
RenderObject.cpp
85
#include "platform/graphics/
GraphicsContext
.h"
901
void RenderObject::drawLineForBoxSide(
GraphicsContext
*
graphicsContext
, int x1, int y1, int x2, int y2,
929
drawDashedOrDottedBoxSide(
graphicsContext
, x1, y1, x2, y2, side,
933
drawDoubleBoxSide(
graphicsContext
, x1, y1, x2, y2, length, side, color,
938
drawRidgeOrGrooveBoxSide(
graphicsContext
, x1, y1, x2, y2, side, color,
952
drawSolidBoxSide(
graphicsContext
, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
957
void RenderObject::drawDashedOrDottedBoxSide(
GraphicsContext
*
graphicsContext
, int x1, int y1, int x2, int y2,
963
bool wasAntialiased =
graphicsContext
->shouldAntialias()
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 206 milliseconds