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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
377 yTop = y0 + line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
389 yTop = y1 + line->halfWidth;
393 yTop = y1 + 3.0F * line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
403 const GLint iyTop = (GLint) (yTop + 1.0F);
410 yTop += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
420 yTop = y1 + line->halfWidth
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
377 yTop = y0 + line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
389 yTop = y1 + line->halfWidth;
393 yTop = y1 + 3.0F * line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
403 const GLint iyTop = (GLint) (yTop + 1.0F);
410 yTop += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
420 yTop = y1 + line->halfWidth
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 628 int yTop = mCanvasHeight - ((int) mY + mLanderHeight / 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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 584 iTop = (swp.cy - rcl.yTop) * pVideo->hidden->SrcBufferDesc.uiYResolution / swp.cy - iYScaleError;
588 iHeight = ((rcl.yTop-rcl.yBottom) * pVideo->hidden->SrcBufferDesc.uiYResolution + swp.cy-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 401 LONG yTop,
555 LONG yTop,
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...]
dsound.h     [all...]
winuser.h     [all...]
winddi.h 142 FIX yTop;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 702 int yTop = spacing + (row * mBlockHeight);
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /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 754 milliseconds