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

  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 131 const int yPos = rect.y() + (rect.height() * percent);
133 IntPoint tick(scrollbar->x(), yPos);
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 201 float yPos = 0.0f;
202 if (!parseNumber(cur, end, yPos, false))
213 pointsList.append(FloatPoint(xPos, yPos));
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 163 final float yPos = -1 * dh / 6;
167 mDimSurface.setPosition(xPos, yPos);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackGraphs.java 289 int yPos = LABELOFFSET;
290 canvas.drawText(label, xPos, yPos, whiteLabels);
296 yPos = LABELOFFSET + (1 + statIndex) * PlaybackView.TILE_SCALE
298 canvas.drawText(label, xPos, yPos, whiteLabels);
302 int yPos = LABELOFFSET + stringIndex * PlaybackView.TILE_SCALE / 2;
303 canvas.drawText(strings.get(stringIndex), 0, yPos, whiteLabels);
  /external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 222 char* yPos = strchr(formatString, 'y');
223 if (yPos)
224 *yPos = 'Y';
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 324 int yPos = borderTop() + paddingTop();
344 setHeight(yPos);
384 setHeight(max(yPos + maxAscent + maxDescent, height()));
387 setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom()));
409 if (childLayer->staticBlockPosition() != yPos) {
410 childLayer->setStaticBlockPosition(yPos);
432 int childY = yPos;
604 int yPos = borderTop() + paddingTop();
690 yPos = height();
708 remainingSpace = borderTop() + paddingTop() + contentHeight() - yPos;
    [all...]
RenderFrameSet.cpp 141 int yPos = 0;
148 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
155 yPos += m_rows.m_sizes[r];
157 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
158 yPos += borderThickness;
529 int yPos = 0;
548 child->setY(yPos);
574 yPos += height + borderThickness;
580 int newHeight = yPos - borderThickness;
608 yPos = 0
    [all...]
RenderBoxModelObject.cpp 465 int yPos = (isBox() ? toRenderBox(this)->y() : 0);
472 yPos -= toRenderBox(offsetPar)->borderTop();
475 yPos += relativePositionOffsetY();
480 yPos += toRenderBox(curr)->y();
484 yPos += toRenderBox(offsetPar)->y();
487 return yPos;
    [all...]
RenderBox.cpp 758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action)
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
    [all...]
RenderBlock.cpp     [all...]
  /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/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 147 float yPos = Float.parseFloat(values[1]);
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 162 float yPos = new Float(values[1]);
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 464 milliseconds