Searched defs:ypos (Results 1 - 25 of 28) sorted by relevance

12

/external/libhevc/decoder/
H A Dihevcd_decode.c477 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
479 if(ypos < 0)
480 ypos = 0;
489 ypos,
818 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
820 if(ypos < 0)
821 ypos = 0;
830 ypos,
/external/chromium_org/third_party/libjpeg_turbo/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
248 GLint xpos, GLint ypos, GLint width, GLint height,
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
342 GLint xpos, GLint ypos, GLint width, GLint height)
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
455 GLint xpos, ypos, width, height; local
466 ypos
189 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) argument
247 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
341 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) argument
[all...]
/external/jpeg/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/mesa3d/src/mesa/main/
H A Daccum.c190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
248 GLint xpos, GLint ypos, GLint width, GLint height,
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
342 GLint xpos, GLint ypos, GLint width, GLint height)
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
455 GLint xpos, ypos, width, height; local
466 ypos
189 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) argument
247 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
341 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) argument
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccoefct.c151 JDIMENSION ypos, xpos; local
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
181 ypos, xpos, (JDIMENSION) blockcnt);
199 ypos += DCTSIZE;
/external/qemu/distrib/jpeg-6b/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; local
158 aes_encrypt(aes, cb, ypos);
159 xor_block(ypos, xpos);
161 ypos += AES_BLOCK_SIZE;
170 *ypos++ = *xpos++ ^ tmp[i];
/external/skia/tests/
H A DImageFilterTest.cpp398 SkScalar ypos = SkIntToScalar(height); local
401 untiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
408 tiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c90 GLint xpos, ypos; member in struct:bitmap_cache
649 cache->xpos, cache->ypos);
669 cache->ypos,
706 py = y - cache->ypos;
724 cache->ypos = y - py;
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp450 SkScalar ypos = SkIntToScalar(height); local
453 untiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
460 tiledCanvas.drawText(text, strlen(text), 0, ypos, paint);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c90 GLint xpos, ypos; member in struct:bitmap_cache
649 cache->xpos, cache->ypos);
669 cache->ypos,
706 py = y - cache->ypos;
724 cache->ypos = y - py;
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c816 int xpos, ypos; local
818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c276 int xpos, ypos; local
278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h486 * @ypos: Y position of cursor.
497 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c227 int xpos, ypos; local
229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h173 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c816 int xpos, ypos; local
818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c276 int xpos, ypos; local
278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h486 * @ypos: Y position of cursor.
497 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c227 int xpos, ypos; local
229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h499 * @ypos: Y position of cursor.
510 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 526 milliseconds

12