Searched defs:y0 (Results 51 - 75 of 255) sorted by relevance

1234567891011

/external/skia/src/effects/
H A DSkMergeImageFilter.cpp81 const int y0 = bounds.top(); local
110 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
/external/speex/libspeex/
H A Dltp_arm4.h101 spx_word32_t y0, y1, y2, y3; local
102 y0=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c478 OI_INT32 y0, y1, y2, y3; local
487 y0 = -SCALE(f1 + f3, DCT_SHIFT);
502 out[6] = (OI_INT16)y0;
/external/ceres-solver/internal/ceres/
H A Ddynamic_autodiff_cost_function_test.cc518 // x0, y0, y1, z0, z1, z2
526 const T* y0 = parameters[1]; local
533 T sum_y = y0[0] + 2.0 * y1[0];
/external/chromium_org/media/tools/player_x11/
H A Dgl_video_renderer.cc239 float y0 = static_cast<float>(visible_rect.y()) / coded_size.height(); local
242 verts[0] = x0; verts[1] = y0;
244 verts[4] = x1; verts[5] = y0;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatQuad.cpp182 float x0 = p0.x() - center.x(), y0 = p0.y() - center.y(); local
185 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2)
190 float a = y0 - y1;
192 float c = x0 * y1 - x1 * y0;
203 && ((y0 <= y && y <= y1) || (y1 <= y && y <= y0)));
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c43 uint32_t y0; local
63 y0 = x0 + 5;
64 y1 = x1 + (y0 >> 26);
65 y0 &= 0x3ffffff;
75 y0 ^= x0;
81 y0 &= swap;
87 y0 ^= x0;
93 r->v[0] = y0;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; local
124 FT_Pos y = y0 + ( idx_min - idx0 );
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c133 float y0 = pos0[1]; local
137 float dy = y0 > y1 ? y0 - y1 : y1 - y0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c119 float y0 = info->v0[0][1] - setup->pixel_offset; local
123 info->a0[slot][0] = 0.5 - (dadx * x0 + dady * y0);
135 float y0 = info->v0[0][1] - setup->pixel_offset; local
143 info->a0[slot][1] = 0.5 - (dadx * x0 + dady * y0);
319 const int y0 = subpixel_snap(v0[0][1] - setup->pixel_offset) - fixed_width/2; local
340 bbox.y0 = (y0 + (FIXED_ONE-1)) >> FIXED_ORDER;
341 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1)) >> FIXED_ORDER;
401 plane[2].c = 1-bbox.y0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c128 int x0, int y0, unsigned int c, GLubyte * bitmap)
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
294 GLfloat x0, y0, dx, dy; local
324 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
345 glBitmap(width, height, x0, y0, dx, dy, bm);
126 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvgu.c55 VGfloat x0, VGfloat y0,
71 coords[1] = y0;
54 vguLine(VGPath path, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c134 int x0, int y0, unsigned int c, GLubyte * bitmap)
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
297 GLfloat x0, y0, dx, dy; local
327 y0 = ch->descent - 1;
347 glBitmap(width, height, x0, y0, dx, dy, bm);
132 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h192 uint32_t y0; member in class:brw_blorp_params
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c135 int x0, int y0, unsigned int c, GLubyte * bitmap)
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
300 GLfloat x0, y0, dx, dy; local
330 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
351 glBitmap(width, height, x0, y0, dx, dy, bm);
133 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c137 float x0, float y0, float x1, float y1, GLfloat z,
152 vertices[0][0][1] = y0;
155 vertices[1][0][1] = y0;
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; local
212 x0, y0,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
136 draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, GLfloat z, const union pipe_color_union *color) argument
H A Dst_cb_drawtex.c150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h70 GLfloat y0 = v0->attrib[FRAG_ATTRIB_WPOS][1]; variable
73 if (y0 <= y1) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 */
[all...]
H A Ds_linetemp.h73 GLint y0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]; local
142 if ((y0==h) | (y1==h)) {
143 if ((y0==h) & (y1==h))
145 y0 -= y0==h;
152 dy = y1 - y0;
169 zPtr = (DEPTH_TYPE *) _swrast_pixel_address(zrb, x0, y0);
172 pixelPtr = (PIXEL_TYPE *) PIXEL_ADDRESS(x0,y0);
313 PLOT( x0, y0 );
316 span.array->y[i] = y0;
[all...]
H A Ds_zoom.c45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
95 *y0 = r0;
136 GLint x0, x1, y0, y1; local
140 &x0, &x1, &y0, &y1)) {
314 if (y1 - y0 > 1) {
317 for (zoomed.y = y0; zoomed.y < y1; zoomed.y++) {
320 if (y1 - y0 > 1) {
366 GLint x0, x1, y0, y local
49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, GLint spanX, GLint spanY, GLint width, GLint *x0, GLint *x1, GLint *y0, GLint *y1) argument
415 GLint x0, x1, y0, y1, y; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dxfermodes.cpp234 SkScalar y0 = 0; local
236 SkScalar x = x0, y = y0;
275 y0 = y;
278 y0 = 0;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSkLayer.cpp39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, argument
43 src.set(x0, y0, z0);
46 x0, y0, z0,
54 SkScalar y0, SkScalar y1, SkScalar y2) {
57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) {
61 x0, x1, x2, y0, y1, y2, str.c_str());
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_sample.h157 unsigned y0 = XY >> 14; local
158 row0 = (const SRCTYPE*)(srcAddr + (y0 >> 4) * rb);
160 subY = y0 & 0xF;
199 unsigned y0 = data >> 14; local
201 unsigned subY = y0 & 0xF;
202 y0 >>= 4;
210 const SRCTYPE* SK_RESTRICT row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
H A DSkEdge.cpp36 SkFDot6 x0, y0, x1, y1; local
41 y0 = SkScalarRoundToFDot6(p0.fY, shift);
47 y0 = int(p0.fY * scale);
55 if (y0 > y1) {
57 SkTSwap(y0, y1);
61 int top = SkFDot6Round(y0);
73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
74 const int dy = SkEdge_Compute_DY(top, y0);
91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
97 y0 >>
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapFilter_opts_SSE2.cpp62 int y0 = SkClampMax(SkScalarCeilToInt(srcPt.fY-s.getBitmapFilter()->width()), maxY); local
72 for (int srcY = y0; srcY < y1; srcY++) {

Completed in 1035 milliseconds

1234567891011