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

12

/external/libhevc/decoder/
H A Dihevcd_decode.c532 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
534 if(ypos < 0)
535 ypos = 0;
544 ypos,
915 WORD32 ypos = ps_codec->i4_disp_ht - 32 - LOGO_HT; local
917 if(ypos < 0)
918 ypos = 0;
927 ypos,
/external/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/mesa3d/src/mesa/main/
H A Daccum.c177 GLint xpos, GLint ypos, GLint width, GLint height,
187 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
235 GLint xpos, GLint ypos, GLint width, GLint height,
257 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
265 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
329 GLint xpos, GLint ypos, GLint width, GLint height)
338 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
359 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
442 GLint xpos, ypos, width, height; local
453 ypos
176 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) argument
234 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
328 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) argument
[all...]
H A Ddlist.c698 unsigned i, row_height = 0, xpos = 0, ypos = 0; local
756 ypos += row_height;
762 g->y = ypos;
777 atlas->texHeight = ypos + row_height;
836 unsigned ypos = atlas->glyphs[i].y; local
845 map + map_stride * ypos + xpos, /* dest addr */
/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/freetype/src/pfr/
H A Dpfrsbit.c412 FT_Long xpos, ypos, advance; local
420 ypos = 0;
431 ypos = ( (FT_Char)( b << 4 ) ) >> 4;
437 ypos = PFR_NEXT_INT8( p );
443 ypos = PFR_NEXT_SHORT( p );
449 ypos = PFR_NEXT_LONG( p );
515 *aypos = ypos;
656 FT_Long xpos = 0, ypos = 0, advance = 0; local
683 &xpos, &ypos,
744 ypos > FT_INT_MA
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c89 GLint xpos, ypos; member in struct:bitmap_cache
441 cache->xpos, cache->ypos);
458 cache->ypos,
496 py = y - cache->ypos;
514 cache->ypos = y - py;
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h174 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c353 int xpos, ypos; local
355 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c230 int xpos, ypos; local
232 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h522 * @ypos: Y position of cursor.
533 __s32 ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h512 * @ypos: Y position of cursor.
523 __s32 ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h514 * @ypos: Y position of cursor.
525 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c1424 int ypos; local
1426 for (ypos = 0; ypos < vsamp; ypos++) {
1427 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
1983 int clumpoffset, ci, xpos, ypos; local
2017 for (ypos = 0; ypos < vsamp; ypos++) {
2019 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos];
2069 int ci, ypos, n; local
[all...]
/external/skia/tests/
H A DImageFilterTest.cpp762 SkScalar ypos = SkIntToScalar(height); local
765 untiledCanvas.drawString(text, 0, ypos, paint);
772 tiledCanvas.drawString(text, 0, ypos, paint);
/external/skqp/tests/
H A DImageFilterTest.cpp762 SkScalar ypos = SkIntToScalar(height); local
765 untiledCanvas.drawString(text, 0, ypos, paint);
772 tiledCanvas.drawString(text, 0, ypos, paint);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 545 milliseconds

12