Searched refs:ypos (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_linux.h37 int ypos, int width, int height, char* title);
/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/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/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc172 float ypos, yvel, yaccel;
182 float ypos) const;
186 float ypos) const;
736 float ypos) const {
742 state.ypos = ypos;
751 float ypos) const {
762 float yvel = (ypos - state.ypos) / dt;
788 state.ypos
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const {
70 *ypos = y;
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const {
70 *ypos = y;
/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/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
H A Dharfbuzz-freetype.c68 hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos,
89 *ypos = face->glyph->outline.points[point].y;
67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *n_points) argument
/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/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/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h173 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/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/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/skia/third_party/harfbuzz/src/
H A Dharfbuzz-shaper.h234 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc167 int screen, xpos = 10, ypos = 10;
198 ypos = 200;
202 ypos = 200;
210 xpos, ypos,
/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/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp786 int ypos = draggingRect.maxY();
787 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos;
788 return IntPoint(xpos, ypos);
/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/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/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/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);

Completed in 1467 milliseconds

12