HomeSort by relevance Sort by last modified time
    Searched refs:yPos (Results 1 - 25 of 28) sorted by null

1 2

  /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())
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...]
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...]
RenderBlock.h 116 IntRect fillLeftSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
118 IntRect fillRightSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
120 IntRect fillHorizontalSelectionGap(RenderObject* selObj, int xPos, int yPos, int width, int height, const PaintInfo*);
257 int& yPos);
293 int getClearDelta(RenderBox* child, int yPos);
491 int clearFloatsIfNeeded(RenderBox* child, MarginInfo&, int oldTopPosMargin, int oldTopNegMargin, int yPos);
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 1064 int ypos = height(); local
    [all...]
RenderTable.h 167 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int xPos, int yPos, int tx, int ty, HitTestAction);
InlineFlowBox.cpp 470 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, int& selectionTop, int& selectionBottom)
473 setY(yPos + maxAscent - baselinePosition(true)); // Place our root box.
483 static_cast<InlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, selectionTop, selectionBottom);
487 curr->setY(yPos);
489 curr->setY(yPos + maxHeight - curr->lineHeight(false));
494 curr->setY(curr->y() + yPos + posAdjust);
    [all...]
RenderTable.cpp     [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...]
RenderTextControl.cpp 440 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int ty)
445 yPos - ty - y() - m_innerText->renderBox()->y()));
RenderTableSection.cpp     [all...]
RenderTextControlSingleLine.cpp 252 bool RenderTextControlSingleLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction)
260 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction))
267 hitInnerTextElement(result, xPos, yPos, tx, ty);
RenderBox.h 343 int& heightValue, int& marginTopValue, int& marginBottomValue, int& yPos);
RenderLayer.cpp 547 // Omit them when computing our xpos/ypos.
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
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...]
ImageGallery.java 787 Bitmap b, int xPos, int yPos, int w, int h) {
805 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
809 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
820 int top = (w - height) / 2 + yPos;
842 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
847 int top = (h - height) / 2 + yPos;
859 int xPos, int yPos, int w, int h)
    [all...]
GalleryPicker.java 628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
630 c.drawBitmap(image, xPos, yPos, paint);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 113 const int yPos = rect.topLeft().y() + (rect.height() * percent);
115 IntPoint tick(scrollbar->x(), yPos);
ScrollbarThemeChromiumMac.mm 438 const int yPos = static_cast<int>((thumbArea.topLeft().y() + (thumbArea.height() * percent))) & ~1;
442 FloatRect tickRect(thumbArea.topLeft().x() + indent, yPos, thumbArea.width() - 2 * indent - 1, 2);
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 129 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPos, hb_uint32* resultingNumPoints)
151 *yPos = SkiaScalarToHarfbuzzFixed(points[point].fY);
  /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/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 70 public float yPos;
335 blades.yPos = mHeight;
  /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);
  /external/webkit/JavaScriptCore/runtime/
DatePrototype.cpp 220 char* yPos = strchr(formatString, 'y');
221 if (yPos)
222 *yPos = 'Y';
    [all...]

Completed in 991 milliseconds

1 2