Searched defs:boxRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.cpp143 IntRect boxRect = textBox->calculateBoundaries(); local
144 textBox->setX(boxRect.x());
145 textBox->setY(boxRect.y());
146 textBox->setLogicalWidth(boxRect.width());
147 textBox->setLogicalHeight(boxRect.height());
158 IntRect boxRect = flowBox->calculateBoundaries(); local
159 flowBox->setX(boxRect.x());
160 flowBox->setY(boxRect.y());
161 flowBox->setLogicalWidth(boxRect.width());
162 flowBox->setLogicalHeight(boxRect
[all...]
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp391 const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal)
402 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
462 static inline AffineTransform rotation(const FloatRect& boxRect, RotationDirection clockwise) argument
464 return clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())
465 : AffineTransform(0, -1, 1, 0, boxRect.x() - boxRect.maxY(), boxRect
390 paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, int startOffset, int endOffset, int truncationPoint, const FloatPoint& textOrigin, const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp539 void WebChromeClient::paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect, argument

Completed in 146 milliseconds