Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/WebCore/rendering/
DRenderLineBoxList.cpp165 int yPos = firstLineBox()->topVisibleOverflow() - renderer->maximalOutlineSize(paintInfo.phase); in paint() local
166 … h = renderer->maximalOutlineSize(paintInfo.phase) + lastLineBox()->bottomVisibleOverflow() - yPos; in paint()
167 yPos += ty; in paint()
168 if (yPos >= paintInfo.rect.bottom() || yPos + h <= paintInfo.rect.y()) in paint()
201 yPos = ty + top; in paint()
203 if (yPos < info.rect.bottom() && yPos + h > info.rect.y()) in paint()
DRenderFrameSet.cpp140 int yPos = 0; in paint() local
147 … paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height())); in paint()
154 yPos += m_rows.m_sizes[r]; in paint()
156 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness)); in paint()
157 yPos += borderThickness; in paint()
528 int yPos = 0; in positionFrames() local
547 child->setY(yPos); in positionFrames()
573 yPos += height + borderThickness; in positionFrames()
579 int newHeight = yPos - borderThickness; in positionFrames()
607 yPos = 0; in positionFrames()
[all …]
DRenderFlexibleBox.cpp336 int yPos = borderTop() + paddingTop(); in layoutHorizontalBox() local
358 setHeight(yPos); in layoutHorizontalBox()
398 setHeight(max(yPos + maxAscent + maxDescent, height())); in layoutHorizontalBox()
401 … setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom())); in layoutHorizontalBox()
431 if (childLayer->staticY() != yPos) { in layoutHorizontalBox()
432 child->layer()->setStaticY(yPos); in layoutHorizontalBox()
451 int childY = yPos; in layoutHorizontalBox()
645 int yPos = borderTop() + paddingTop(); in layoutVerticalBox() local
839 yPos = height(); in layoutVerticalBox()
857 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos; in layoutVerticalBox()
DRenderBox.cpp536 …Point(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, Hi… in nodeAtPoint() argument
543 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) { in nodeAtPoint()
544 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); in nodeAtPoint()
551 …ting() && action == HitTestForeground && IntRect(tx, ty, width(), height()).contains(xPos, yPos)) { in nodeAtPoint()
552 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); in nodeAtPoint()
2278 … int& heightValue, int& marginTopValue, int& marginBottomValue, int& yPos) in calcAbsoluteVerticalValues() argument
2391 yPos = topValue + marginTopValue + containerBlock->borderTop(); in calcAbsoluteVerticalValues()
2782 int yPos = point.y(); in positionForPoint() local
2788 if (xPos < 0 || xPos > right || yPos < 0 || yPos > bottom) { in positionForPoint()
2799 int newY = yPos; in positionForPoint()
[all …]
DRenderBlock.h116 …IntRect fillLeftSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* ro…
118 …IntRect fillRightSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* r…
120 …IntRect fillHorizontalSelectionGap(RenderObject* selObj, int xPos, int yPos, int width, int height…
257 int& yPos);
293 int getClearDelta(RenderBox* child, int yPos);
491 …rFloatsIfNeeded(RenderBox* child, MarginInfo&, int oldTopPosMargin, int oldTopNegMargin, int yPos);
DRenderBlock.cpp1109 …eeded(RenderBox* child, MarginInfo& marginInfo, int oldTopPosMargin, int oldTopNegMargin, int yPos) in clearFloatsIfNeeded() argument
1111 int heightIncrease = getClearDelta(child, yPos); in clearFloatsIfNeeded()
1113 return yPos; in clearFloatsIfNeeded()
1153 return yPos + heightIncrease; in clearFloatsIfNeeded()
1846 int yPos = ty + firstLineBox()->y(); in paintEllipsisBoxes() local
1848 if (yPos >= paintInfo.rect.bottom() || yPos + h <= paintInfo.rect.y()) in paintEllipsisBoxes()
1855 yPos = ty + curr->y(); in paintEllipsisBoxes()
1857 … if (curr->ellipsisBox() && yPos < paintInfo.rect.bottom() && yPos + h > paintInfo.rect.y()) in paintEllipsisBoxes()
2183 IntRect RenderBlock::fillHorizontalSelectionGap(RenderObject* selObj, int xPos, int yPos, int width… in fillHorizontalSelectionGap() argument
2187 IntRect gapRect(xPos, yPos, width, height); in fillHorizontalSelectionGap()
[all …]
DRenderTable.cpp1181 …Point(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, Hi… in nodeAtPoint() argument
1187 if (!hasOverflowClip() || overflowClipRect(tx, ty).contains(xPos, yPos)) { in nodeAtPoint()
1190 child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) { in nodeAtPoint()
1191 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); in nodeAtPoint()
1198 …ction == HitTestChildBlockBackground) && IntRect(tx, ty, width(), height()).contains(xPos, yPos)) { in nodeAtPoint()
1199 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); in nodeAtPoint()
DInlineFlowBox.cpp470 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, i… in placeBoxesVertically() argument
473 setY(yPos + maxAscent - baselinePosition(true)); // Place our root box. in placeBoxesVertically()
483 …static_cast<InlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, se… in placeBoxesVertically()
487 curr->setY(yPos); in placeBoxesVertically()
489 curr->setY(yPos + maxHeight - curr->lineHeight(false)); in placeBoxesVertically()
494 curr->setY(curr->y() + yPos + posAdjust); in placeBoxesVertically()
DRenderTextControlSingleLine.cpp252 …Point(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, Hi… in nodeAtPoint() argument
260 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction)) in nodeAtPoint()
267 hitInnerTextElement(result, xPos, yPos, tx, ty); in nodeAtPoint()
DRenderBoxModelObject.cpp381 int yPos = (isBox() ? toRenderBox(this)->y() : 0); in offsetTop() local
388 yPos -= toRenderBox(offsetPar)->borderTop(); in offsetTop()
391 yPos += relativePositionOffsetY(); in offsetTop()
396 yPos += toRenderBox(curr)->y(); in offsetTop()
400 yPos += toRenderBox(offsetPar)->y(); in offsetTop()
403 return yPos; in offsetTop()
DRenderTable.h167 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int xPos, int yPos, int tx, int ty…
DRenderTextControl.cpp440 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int … in hitInnerTextElement() argument
445 yPos - ty - y() - m_innerText->renderBox()->y())); in hitInnerTextElement()
DRenderTableSection.cpp1255 …Point(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, Hi… in setCellWidths() argument
1262 if (hasOverflowClip() && !overflowClipRect(tx, ty).contains(xPos, yPos)) in setCellWidths()
1270 …hild)->hasSelfPaintingLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) { in setCellWidths()
1271 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); in setCellWidths()
DRenderLayer.cpp1002 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords()
1013 yPos += absPos.y(); in convertToLayerCoords()
1046 yPos += (fixedContainerY - ancestorY); in convertToLayerCoords()
1083 yPos += (thisY - ancestorY); in convertToLayerCoords()
1092 parentLayer->convertToLayerCoords(ancestorLayer, xPos, yPos); in convertToLayerCoords()
1095 yPos += y(); in convertToLayerCoords()
DRenderBox.h343 … int& heightValue, int& marginTopValue, int& marginBottomValue, int& yPos);
DRenderBlockLineLayout.cpp1117 …otInlineBox* startLine, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus, int& yPos) in determineEndPosition() argument
1137 yPos = prev->blockHeight(); in determineEndPosition()
/external/webkit/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp113 const int yPos = rect.topLeft().y() + (rect.height() * percent); in paintTickmarks() local
115 IntPoint tick(scrollbar->x(), yPos); in paintTickmarks()
DScrollbarThemeChromiumMac.mm438 …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/
DHarfbuzzSkia.cpp129 …nt, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPos, hb_uint32* resulti… in getOutlinePoint() argument
151 *yPos = SkiaScalarToHarfbuzzFixed(points[point].fY); in getOutlinePoint()
/external/webkit/WebCore/svg/
DSVGParserUtilities.cpp177 float yPos = 0.0f; in pointsListFromSVGData() local
178 if (!parseNumber(cur, end, yPos, false)) in pointsListFromSVGData()
190 pointsList->appendItem(FloatPoint(xPos, yPos), ec); in pointsListFromSVGData()
/external/webkit/JavaScriptCore/runtime/
DDatePrototype.cpp220 char* yPos = strchr(formatString, 'y'); in formatLocaleDate() local
221 if (yPos) in formatLocaleDate()
222 *yPos = 'Y'; in formatLocaleDate()
/external/quake/quake/src/WinQuake/
Dgl_vidnt.cpp1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
Dvid_win.cpp2822 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
/external/quake/quake/src/QW/client/
Dgl_vidnt.c1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
Dvid_win.c2863 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local

12