HomeSort by relevance Sort by last modified time
    Searched full:maxy (Results 151 - 175 of 231) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/rs/scriptc/
rs_graphics.rsh 404 float *maxX, float *maxY, float *maxZ);
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 404 float *maxX, float *maxY, float *maxZ);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 259 float maxY = std::max(cubic[0].y(), cubic[3].y());
263 || xRay.y() > maxY) {
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 485 stableRound(trRect.maxY()),
501 stableRound(visibleDstRect.maxY()) - stableRound(visibleDstRect.y())
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
RenderView.cpp 318 rect.setY(viewHeight() - rect.maxY());
678 return overflowRect.maxY();
RenderBox.cpp 572 result.setY(box.maxY() + reflectionOffset() + (box.maxY() - r.maxY()));
575 result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
    [all...]
RenderTableSection.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 396 IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth, popupHeight);
406 if (popupRect.maxY() > screen.height()) {
WebView.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
OrientedBoundingBox.java 190 // float maxX = _compVect1.x, maxY = _compVect1.y, maxZ = _compVect1.z;
202 // else if (_compVect1.y > maxY)
203 // maxY = _compVect1.y;
211 // center.set(minX + maxX, minY + maxY, minZ + maxZ);
214 // extent.set(maxX - center.x, maxY - center.y, maxZ - center.z);
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /system/core/libpixelflinger/
trap.cpp 547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom); local
548 if ((minx >= maxx) || (miny >= maxy))
565 for (int32_t y = miny; y < maxy; y++) {
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 397 int bottom = clampToInteger(ceilf(logicalRect.maxY() * m_pageScaleFactor));
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 463 boundingBox.setY(-boundingBox.maxY());
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 351 m_maxGlyphBoundingBoxY = max(m_maxGlyphBoundingBoxY, glyphBounds.maxY());
  /external/webkit/Source/WebKit/wince/
WebView.cpp 239 OwnPtr<HRGN> clipRgn(CreateRectRgn(clipRect.x(), clipRect.y(), clipRect.maxX(), clipRect.maxY()));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 371 m_npWindow.clipRect.bottom = m_clipRect.maxY();
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /frameworks/base/docs/html/training/custom-views/
making-interactive.jd 166 mScroller.fling(currentX, currentY, velocityX / SCALE, velocityY / SCALE, minX, minY, maxX, maxY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 650 int maxY = mGrid.getRowMaxY(row);
655 int distance = abs(mRowMatch.matchedLine - (maxY + mRowMatch.margin));
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__graphics_8rsh.html 69 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__graphics_8rsh.html#a0978c54902dd1d60180f8dbb0b781105">rsgMeshComputeBoundingBox</a> (<a class="el" href="structrs__mesh.html">rs_mesh</a> mesh, float *minX, float *minY, float *minZ, float *maxX, float *maxY, float *maxZ)</td></tr>
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3510 int maxy = ((src_height - 1) << 16) - 1; local
3585 int maxy = ((src_height - 1) << 16) - 1; \/\/ max is filter of last 2 rows. local
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]

Completed in 3131 milliseconds

1 2 3 4 5 67 8 910