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

  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 113 const int yPos = rect.topLeft().y() + (rect.height() * percent);
115 IntPoint tick(scrollbar->x(), yPos);
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 165 int yPos = firstLineBox()->topVisibleOverflow() - renderer->maximalOutlineSize(paintInfo.phase);
166 int h = renderer->maximalOutlineSize(paintInfo.phase) + lastLineBox()->bottomVisibleOverflow() - yPos;
167 yPos += ty;
168 if (yPos >= paintInfo.rect.bottom() || yPos + h <= paintInfo.rect.y())
201 yPos = ty + top;
203 if (yPos < info.rect.bottom() && yPos + h > info.rect.y())
RenderFlexibleBox.cpp 336 int yPos = borderTop() + paddingTop();
358 setHeight(yPos);
398 setHeight(max(yPos + maxAscent + maxDescent, height()));
401 setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom()));
431 if (childLayer->staticY() != yPos) {
432 child->layer()->setStaticY(yPos);
451 int childY = yPos;
645 int yPos = borderTop() + paddingTop();
    [all...]
RenderFrameSet.cpp 140 int yPos = 0;
147 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
154 yPos += m_rows.m_sizes[r];
156 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
157 yPos += borderThickness;
528 int yPos = 0;
547 child->setY(yPos);
573 yPos += height + borderThickness;
579 int newHeight = yPos - borderThickness;
607 yPos = 0
    [all...]
RenderBoxModelObject.cpp 381 int yPos = (isBox() ? toRenderBox(this)->y() : 0);
388 yPos -= toRenderBox(offsetPar)->borderTop();
391 yPos += relativePositionOffsetY();
396 yPos += toRenderBox(curr)->y();
400 yPos += toRenderBox(offsetPar)->y();
403 return yPos;
    [all...]
RenderBox.cpp 536 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action)
543 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
544 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
551 if (visibleToHitTesting() && action == HitTestForeground && IntRect(tx, ty, width(), height()).contains(xPos, yPos)) {
552 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
    [all...]
RenderBlock.cpp 1063 int ypos = height(); local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
DatePrototype.cpp 220 char* yPos = strchr(formatString, 'y');
221 if (yPos)
222 *yPos = 'Y';
    [all...]
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 177 float yPos = 0.0f;
178 if (!parseNumber(cur, end, yPos, false))
190 pointsList->appendItem(FloatPoint(xPos, yPos), ec);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 501 int yPos = (getMeasuredHeight() -
533 mCandRects.elementAt(i).set(xPos - 1, yPos + mFmiCandidates.top,
534 xPos + itemTotalWidth + 1, yPos + mFmiCandidates.bottom);
539 / 2, yPos, mFootnotePaint);
553 canvas.drawText(cand, xPos + centerOffset, yPos,
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
630 c.drawBitmap(image, xPos, yPos, paint);
GridViewSpecial.java 68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
685 yPos += mBlockHeight;
910 final int yPos = currentBlock * height;
911 if (yPos >= scrollPos + thisHeight) {
917 blk.doDraw(canvas, 0, yPos);
919 drawEmptyBlock(canvas, 0, yPos, currentBlock);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row)
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp;
    [all...]
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp;
    [all...]
vid_win.cpp     [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 70 public float yPos;
335 blades.yPos = mHeight;

Completed in 559 milliseconds