HomeSort by relevance Sort by last modified time
    Searched full:corner (Results 126 - 150 of 242) sorted by null

1 2 3 4 56 7 8 910

  /external/quake/quake/src/WinQuake/
gl_model.cpp 1132 vec3_t corner; local
1136 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1139 return Length (corner);
    [all...]
model.cpp 1128 vec3_t corner; local
1132 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1135 return Length (corner);
    [all...]
  /external/bison/src/
vcg.h 188 upper corner. The algorithm is able to calculate appropriate levels
590 /* xy-base: specify the upper left corner coordinates of the graph
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 607 Draws a single character directly to the upper right corner of the screen.
924 Draws the little blue disc in the corner of the screen.
    [all...]
  /external/skia/include/core/
SkCanvas.h 474 /** Draw the specified bitmap, with its top/left corner at (x,y), using the
502 /** Draw the specified bitmap, with its top/left corner at (x,y),
    [all...]
  /development/simulator/app/
PhoneData.cpp 398 * The coordinates must be relative to the upper left corner of the
  /external/dbus/dbus/
dbus-keyring.c 190 * filesystem is running really slowly. Stuff might break in corner
  /external/grub/stage2/
shared.h 788 corner of the screen). Returns packed values, (RET >> 8) is x,
  /external/jpeg/
jdmerge.c 29 * Corner-aligned (non-CCIR601) sampling alignment.
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chvr_filter.cpp 508 else /* at the corner do default*/
  /external/v8/test/mjsunit/
smi-ops.js 667 // Verify that we handle the (optimized) corner case of shifting by
  /external/webkit/WebCore/bridge/
npapi.h 543 int32 x; /* Position of top left corner relative */
  /external/webkit/WebCore/page/
DragController.cpp 581 // dragImageOffset is the cursor position relative to the lower-left corner of the image.
  /external/webkit/WebCore/platform/
ScrollView.cpp 629 // Invalidate the scroll corner too on unsuppress.
    [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 734 // clamp corner arc sizes
  /external/webkit/WebCore/rendering/
RenderLayer.h 661 // Renderers to hold our custom scroll corner and resizer.
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 537 // upper left corner of the match specified by m_findIndex in
  /external/webkit/WebKit/chromium/public/
WebFrame.h 126 // The scroll offset from the top-left corner of the frame in pixels.
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 450 // Top corner should be the original background.
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 473 // Find the top left corner of the Widget's containing window in screen coords,
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 583 // The upperleft corner of the target view in raw coordinates
  /frameworks/base/docs/html/guide/appendix/
api-levels.jd 354 top-right corner of the content area on each documentation page. The API Level
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 131 are 0, 0 (top-left corner), all growth will be down and to the right. Represents a {@link
  /frameworks/base/graphics/java/android/graphics/
Path.java 426 * Add a closed round-rectangle contour to the path. Each corner receives
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 508 else /* at the corner do default*/

Completed in 799 milliseconds

1 2 3 4 56 7 8 910