HomeSort by relevance Sort by last modified time
    Searched defs:topPadding (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 208 float topPadding = srcRect.y() - floorf(srcRect.y());
210 subimageRect.move(-leftPadding, -topPadding);
211 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
216 subimageRect.setHeight(ceilf(subimageRect.height() + topPadding));
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 53 HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
108 static IntRect rectForPoint(const IntPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
109 int topPadding() const { return m_topPadding; }
155 // y = p.y() - topPadding
157 // height = topPadding + bottomPadding + 1
RenderThemeSafari.cpp 64 topPadding,
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 177 milliseconds