HomeSort by relevance Sort by last modified time
    Searched refs:inflateY (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 101 static FloatRect inflateRect(const FloatRect& rect, float inflateX, float inflateY)
105 inflatedRect.inflateY(inflateY);
TiledDrawingAreaProxy.cpp 398 result.inflateY(visibleRect.height() * (m_keepAreaMultiplier.height() - 1) / 2);
408 result.inflateY(visibleRect.height() * (m_coverAreaMultiplier.height() - 1) / 2);
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 127 void inflateY(float dy) {
131 void inflate(float d) { inflateX(d); inflateY(d); }
IntRect.h 159 void inflateY(int dy)
164 void inflate(int d) { inflateX(d); inflateY(d); }
TiledBackingStore.cpp 216 keepRect.inflateY(visibleRect.height() * (m_keepAreaMultiplier.height() - 1.f) / 2);
224 coverRect.inflateY(visibleRect.height() * (m_coverAreaMultiplier.height() - 1.f) / 2);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 126 rect.inflateY(2);
256 focusRect.inflateY(-style->ythickness - focusPadding);
259 buttonRect.inflateY(-focusPadding - focusPadding);
442 interiorRect.inflateY(-style->ythickness);
483 troughRect.inflateY(-gtk_widget_get_style(widget)->ythickness);
567 progressRect.inflateY(-style->ythickness);
598 expandedRect.inflateY(2);
    [all...]
WidgetRenderingContext.cpp 138 fullTargetRect.inflateY(m_extraSpace.height());
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 287 result.inflateY(cOuterButtonOverlap);
444 thumbArea.inflateY(-thumbArea.width());
ScrollbarThemeChromiumWin.cpp 84 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp 163 absolutePaintRect.inflateY(3 * kernelSizeY * 0.5f);
FEMorphology.cpp 90 paintRect.inflateY(filter->applyVerticalScale(m_radiusY));
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 179 paintRect.inflateY(cButtonLength[controlSize]);
ScrollbarThemeWin.cpp 204 rect.inflateY((horz ? kOffSideMultiplier : kOffEndMultiplier) * thickness);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 205 expandedArea.inflateY(EXPANDED_PREFETCH_BOUNDS_Y_INFLATE);
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 337 result.inflateY(cOuterButtonOverlap);
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 254 buttonRect.inflateY(-1);
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 842 srcRect.inflateY(halfWidth);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 521 origRect.inflateY(stableRound((height - origRect.height()) * 0.5));
    [all...]

Completed in 79 milliseconds