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

  /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
HitTestResult.cpp 74 HitTestResult::HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
77 , m_topPadding(topPadding)
83 m_isRectBased = topPadding || rightPadding || bottomPadding || leftPadding;
616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
619 actualPoint -= IntSize(leftPadding, topPadding);
621 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
RenderLineBoxList.cpp 290 int logicalPointStart = isHorizontal ? y - result.topPadding() : x - result.leftPadding();
RenderImage.cpp 413 HitTestResult tempResult(result.point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding());
RenderThemeSafari.cpp 64 topPadding,
    [all...]
RenderThemeMac.mm 119 topPadding,
    [all...]
RenderLayer.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 194 public Params addPaddingToScrollView(int topPadding, int bottomPadding) {
195 mTopPadding = topPadding;
  /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/WebKit/qt/Api/
qwebpage_p.h 136 TouchAdjuster(unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
Document.h 337 * @param topPadding How much to expand the top of the rectangle
344 PassRefPtr<NodeList> nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPadding,
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 179 milliseconds