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

  /external/webkit/WebCore/svg/
SVGMaskElement.cpp 220 GraphicsContext* maskImageContext = maskImage->context();
221 ASSERT(maskImageContext);
223 maskImageContext->save();
226 maskImageContext->translate(-maskDestRect.x(), -maskDestRect.y());
227 maskImageContext->concatCTM(contextTransform);
235 maskImageContext->restore();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerGradient.cpp 161 GraphicsContext* maskImageContext = maskImage->context();
164 maskImageContext->translate(-maskAbsoluteBoundingBox.x(), -maskAbsoluteBoundingBox.y());
165 maskImageContext->concatCTM(transform);
169 context = maskImageContext;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 508 GraphicsContext* maskImageContext = maskImage->context();
509 maskImageContext->translate(-maskRect.x(), -maskRect.y());
513 PaintInfo info(maskImageContext, maskRect, PaintPhaseTextClip, true, 0, 0);
    [all...]

Completed in 114 milliseconds