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

12345678

/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp156 float y0 = rnd.getFloat(-1.0f, 1.0f); local
163 sglr::drawQuad(*getCurrentContext(), flatShaderID, Vec3(x0, y0, z0), Vec3(x1, y1, z1));
/external/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/kernel-headers/original/uapi/linux/dvb/
H A Dosd.h34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
65 OSD_SetPixel, // (x0,y0,color)
68 OSD_GetPixel, // (x0,y0)
70 OSD_SetRow, // (x0,y0,x1,data)
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
78 OSD_FillRow, // (x0,y0,x1,color)
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 throug
103 int y0; member in struct:osd_cmd_s
[all...]
/external/libvncserver/libvncserver/
H A Dscale.c134 void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w0, int h0) argument
145 y1 = y0;
151 y0 = ScaleY(ptr, screen, y1);
159 (y0 * screen->paddedWidthInBytes + x0 * bytesPerPixel));
179 * x0, y0, w0, h0, x1, y1, w1, h1, areaX, areaY,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c134 int x0, y0; local
155 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
161 if (y0 + bs <= frame_height) {
165 const int extend_bottom = frame_height - y0;
257 int x0, y0; local
278 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
285 if (y0 + bs <= frame_height) {
289 const int extend_bottom = frame_height - y0;
/external/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h192 uint32_t y0; member in class:brw_blorp_params
/external/mesa3d/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/mesa3d/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/mesa3d/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
411 GLint x0, x1, y0, y1, y; local
[all...]
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp158 FX_INT32 x0, y0, x1, y1, x2, y2; local
163 y0 = yPos;
171 y0 = ySize + yPos;
179 y0 = ySize + yPos;
187 y0 = yPos;
195 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth),
197 FXSYS_Div((FX_FLOAT)(y1 - y0), m_PageHeight),
198 (FX_FLOAT)(x0), (FX_FLOAT)(y0));
/external/skia/gm/
H A Dxfermodes.cpp241 SkScalar y0 = 0; variable
243 SkScalar x = x0, y = y0;
282 y0 = y;
285 y0 = 0;
/external/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/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 SkFDot6 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
336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
H A DSkEdgeClipper.cpp376 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, argument
381 SkTSwap<SkScalar>(y0, y1);
383 fCurrPoint[0].set(x, y0);
/external/skia/src/utils/
H A DSkCullPoints.cpp18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { argument
23 (y0 < r.fTop && y1 < r.fTop) ||
24 (y0 > r.fBottom && y1 > r.fBottom)) {
29 if (r.contains(x0, y0) || r.contains(x1, y1)) {
37 vec.set(x1 - x0, y1 - y0);
38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
83 int y0 = fPrevPt.fY; local
88 if (this->sect_test(x0, y0, x, y)) {
89 line[0].set(x0, y0);
[all...]
H A DSkDashPath.cpp201 SkScalar y0 = fPts[0].fY + SkScalarMul(fTangent.fY, d0); local
205 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo
208 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo

Completed in 505 milliseconds

12345678