HomeSort by relevance Sort by last modified time
    Searched refs:xLeft (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
373 xLeft = x0 - line->halfWidth;
385 xLeft = x1 - line->halfWidth;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
416 GLfloat yBot, yTop, xLeft, xRight;
422 xLeft = x0 - 3.0F * line->halfWidth;
426 xLeft = x0 - line->halfWidth;
434 xLeft = x1 - 3.0F * line->halfWidth;
438 xLeft = x1 - line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*/
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
373 xLeft = x0 - line->halfWidth;
385 xLeft = x1 - line->halfWidth;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
416 GLfloat yBot, yTop, xLeft, xRight;
422 xLeft = x0 - 3.0F * line->halfWidth;
426 xLeft = x0 - line->halfWidth;
434 xLeft = x1 - 3.0F * line->halfWidth;
438 xLeft = x1 - line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*/
    [all...]
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 35 SkScalar xLeft, SkScalar xDelta,
48 SkScalar x = xLeft;
81 fill->lineTo(xLeft, yBase);
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 31 SkScalar xLeft, SkScalar xDelta,
44 SkScalar x = xLeft;
77 fill->lineTo(xLeft, yBase);
  /external/skia/bench/
ChartBench.cpp 35 SkScalar xLeft, SkScalar xDelta,
48 SkScalar x = xLeft;
81 fill->lineTo(xLeft, yBase);
  /external/skia/samplecode/
SampleChart.cpp 31 SkScalar xLeft, SkScalar xDelta,
44 SkScalar x = xLeft;
77 fill->lineTo(xLeft, yBase);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 629 int xLeft = (int) mX - mLanderWidth / 2;
667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 585 iLeft = rcl.xLeft * pVideo->hidden->SrcBufferDesc.uiXResolution / swp.cx - iXScaleError;
586 iWidth = ((rcl.xRight-rcl.xLeft) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 181 W32KAPI HRGN WINAPI NtGdiCreateEllipticRgn(int xLeft,int yTop,int xRight,int yBottom);
182 W32KAPI HRGN WINAPI NtGdiCreateRoundRectRgn(int xLeft,int yTop,int xRight,int yBottom,int xWidth,int yHeight);
219 W32KAPI WINBOOL WINAPI NtGdiEllipse(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
220 W32KAPI WINBOOL WINAPI NtGdiRectangle(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
295 W32KAPI int WINAPI NtGdiIntersectClipRect(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
296 W32KAPI HRGN WINAPI NtGdiCreateRectRgn(int xLeft,int yTop,int xRight,int yBottom);
315 W32KAPI int WINAPI NtGdiExcludeClipRect(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
318 W32KAPI WINBOOL WINAPI NtGdiSetRectRgn(HRGN hrgn,int xLeft,int yTop,int xRight,int yBottom);
    [all...]
oleacc.h 400 LONG xLeft,
554 LONG xLeft,
607 #define IAccessible_accHitTest(This,xLeft,yTop,pvarID) (This)->lpVtbl->accHitTest(This,xLeft,yTop,pvarID)
687 static FORCEINLINE HRESULT IAccessible_accHitTest(IAccessible* This,LONG xLeft,LONG yTop,VARIANT *pvarID) {
688 return This->lpVtbl->accHitTest(This,xLeft,yTop,pvarID);
    [all...]
winuser.h     [all...]
winddi.h 141 FIX xLeft;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 291 var xLeft = xOrigin + Math.floor(start / (size - 1) * (width - 1));
296 plotCtx.fillRect(xLeft + 1, yOrigin, xRight - xLeft - 2, height - 1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 5570 milliseconds