Home
last modified time | relevance | path

Searched defs:maskRect (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DPlatformContextCairo.h38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect) in update()
46 const FloatRect& maskRect() const { return m_maskRect; } in maskRect() function
DPlatformContextCairo.cpp42 const FloatRect& maskRect = maskInformation.maskRect(); in restore() local
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMasker.cpp209 FloatRect maskRect = m_maskContentBoundaries; in resourceBoundingBox() local
/external/skia/src/gpu/
DGrContext.cpp1405 GrRect maskRect = GrRect::MakeWH(w / texture->width(), in drawPath() local
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp673 IntRect maskRect(tx, ty, w, h); in paintFillLayerExtended() local
DRenderBox.cpp953 IntRect maskRect; in maskClipRect() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1907 IntRect maskRect = enclosingIntRect(textRect); in drawTextInternal() local