Searched refs:m_y (Results 51 - 75 of 75) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h97 CppVariant m_y; member in class:AccessibilityUIElement
H A DAccessibilityUIElement.cpp315 bindProperty("y", &m_y);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp44 , m_y(0)
68 y = m_y + m_dy;
79 m_y = y + glyphAdvance;
82 m_y = y;
H A DSVGRootInlineBox.cpp219 if (point.y() < leaf->m_y)
221 if (point.y() > leaf->m_y + leaf->virtualLogicalHeight())
H A DRenderSVGText.cpp224 return closestBox->renderer()->positionForPoint(IntPoint(pointInContents.x(), closestBox->m_y));
/external/webkit/Source/WebCore/svg/
H A DSVGCursorElement.cpp41 , m_y(LengthModeHeight)
H A DSVGFilterPrimitiveStandardAttributes.cpp48 , m_y(LengthModeHeight, "0%")
H A DSVGForeignObjectElement.cpp47 , m_y(LengthModeHeight)
H A DSVGFilterElement.cpp59 , m_y(LengthModeHeight, "-10%")
H A DSVGImageElement.cpp50 , m_y(LengthModeHeight)
H A DSVGMaskElement.cpp52 , m_y(LengthModeHeight, "-10%")
H A DSVGRectElement.cpp46 , m_y(LengthModeHeight)
H A DSVGPatternElement.cpp61 , m_y(LengthModeHeight)
H A DSVGSVGElement.cpp68 , m_y(LengthModeHeight)
H A DSVGUseElement.cpp71 , m_y(LengthModeHeight)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h217 Translate(float x, float y) : m_x(x), m_y(y) {}
219 context->translate(m_x, m_y);
225 float m_y; member in class:WebCore::GraphicsOperation::Translate
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h215 int y() const { return m_y; }
219 m_y = y;
666 int m_y; member in class:WebCore::RenderLayer
H A DInlineBox.cpp156 m_y += dy;
H A DInlineFlowBox.h256 return FloatRect(lineTop, m_y, lineBottom - lineTop, height());
H A DRenderTreeAsText.cpp496 int y = run.m_y;
H A DInlineTextBox.cpp205 IntPoint topPoint = isHorizontal() ? IntPoint(tx + m_x + r.x(), ty + selTop) : IntPoint(tx + selTop, ty + m_y + r.x());
H A DRenderText.cpp999 return m_firstTextBox ? m_firstTextBox->m_y : 0;
H A DRenderLayer.cpp145 , m_y(0)
301 // we just update the cache using our offset to our parent (which is m_x / m_y). Otherwise, regenerated cached
304 cachedOffset->move(m_x, m_y); // Fast case
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp810 mouseEvent.m_y = localEventPoint.y;
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h723 Length transformOriginY() const { return rareNonInheritedData->m_transform->m_y; }
1085 void setTransformOriginY(Length l) { SET_VAR(rareNonInheritedData.access()->m_transform, m_y, l); }

Completed in 297 milliseconds

123