Home
last modified time | relevance | path

Searched refs:verticalOffset (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp102 … const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize… in layoutAndCalculateWidgetRectInternal() argument
110 …idgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset)); in layoutAndCalculateWidgetRectInternal()
179 int verticalOffset = - m_controlPosition.p4().y() + m_controlPosition.p3().y(); in layoutAndCalculateWidgetRect() local
180 int verticalForRTLOffset = isRTL ? verticalOffset : 0; in layoutAndCalculateWidgetRect()
202 …InScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffs… in layoutAndCalculateWidgetRect()
DPopupContainer.h115 … const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize…
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp75 …dRTL(const IntRect& initialRect, const IntSize& transformOffset, int verticalOffset, PopupContent*… in calculatePositionWithTransformAndRTL() argument
83 …ect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffs… in calculatePositionWithTransformAndRTL()
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp2229 xpsGlyph->verticalOffset = SkFixedToFloat(y) * -procs->centemPerUnit; in xps_draw_1_glyph()
2235 xpsGlyph->verticalOffset = (SkFixedToFloat(y) * -procs->centemPerUnit) in xps_draw_1_glyph()
2236 - first.verticalOffset; in xps_draw_1_glyph()
2314 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit, in drawText()
2317 procs.xpsGlyphs[0].verticalOffset = 0.0f; in drawText()
2367 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit, in drawPosText()
2370 procs.xpsGlyphs[0].verticalOffset = 0.0f; in drawPosText()
/external/skia/src/device/xps/
DSkXPSDevice.cpp2229 xpsGlyph->verticalOffset = SkFixedToFloat(y) * -procs->centemPerUnit; in xps_draw_1_glyph()
2235 xpsGlyph->verticalOffset = (SkFixedToFloat(y) * -procs->centemPerUnit) in xps_draw_1_glyph()
2236 - first.verticalOffset; in xps_draw_1_glyph()
2314 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit, in drawText()
2317 procs.xpsGlyphs[0].verticalOffset = 0.0f; in drawText()
2367 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit, in drawPosText()
2370 procs.xpsGlyphs[0].verticalOffset = 0.0f; in drawPosText()