Searched refs:maskSize (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServerGradient.cpp | 155 IntSize maskSize(maskRect.width(), maskRect.height()); in createMaskAndSwapContextForTextGradient() local 156 clampImageBufferSizeToViewport(object->document()->renderer(), maskSize); in createMaskAndSwapContextForTextGradient() 158 auto_ptr<ImageBuffer> maskImage = ImageBuffer::create(maskSize, false); in createMaskAndSwapContextForTextGradient() 187 IntSize maskSize(lroundf(textBoundary.width()), lroundf(textBoundary.height())); in clipToTextMask() local 188 clampImageBufferSizeToViewport(object->document()->renderer(), maskSize); in clipToTextMask() 189 textBoundary.setSize(textBoundary.size().shrunkTo(maskSize)); in clipToTextMask()
|
/external/webkit/WebCore/svg/graphics/cg/ |
D | SVGResourceMaskerCg.mm | 102 IntSize maskSize(static_cast<int>(m_maskRect.width()), static_cast<int>(m_maskRect.height())); 103 clampImageBufferSizeToViewport(m_ownerElement->document()->renderer(), maskSize); 106 auto_ptr<ImageBuffer> grayScaleImage(ImageBuffer::create(maskSize, true)); 120 …ge:grayScaleMask atPoint:CGPointZero fromRect:CGRectMake(0, 0, maskSize.width(), maskSize.height()…
|
/external/webkit/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 815 list->append(CSSPrimitiveValue::create(style->maskSize().width())); in getPropertyCSSValue() 816 list->append(CSSPrimitiveValue::create(style->maskSize().height())); in getPropertyCSSValue()
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.h | 527 LengthSize maskSize() const { return rareNonInheritedData->m_mask.m_size; } in maskSize() function
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 28134 (WebCore::RenderStyle::maskSize):
|