HomeSort by relevance Sort by last modified time
    Searched defs:y1 (Results 126 - 150 of 480) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-method.cpp 82 int *y1 = x1; // expected-error{{no viable conversion}} local
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 128 int y1 = y0+1; local
133 int j1 = de::clamp(y1, 0, h-1);
  /external/deqp/framework/delibs/deimage/
deImage.c 141 int y1 = deClamp32(y0+1, 0, srcHeight-1); local
149 deARGB p01 = deImage_getPixel(srcImage, x0, y1);
150 deARGB p11 = deImage_getPixel(srcImage, x1, y1);
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 159 float y1 = rnd.getFloat(-1.0f, 1.0f); local
163 sglr::drawQuad(*getCurrentContext(), flatShaderID, Vec3(x0, y0, z0), Vec3(x1, y1, z1));
  /external/freetype/src/cff/
cffdrivr.c 596 FT_Int y1 = darken_params[1]; local
606 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
608 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
612 driver->darken_params[1] = y1;
  /external/kernel-headers/original/uapi/linux/dvb/
osd.h 34 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})
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col>
84 OSD_Line, // (x0,y0,x1,y1,color)
85 // draw a line from x0,y0 to x1,y1 with the color <col>
87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11
105 int y1; member in struct:osd_cmd_s
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 134 float y1 = pos1[1]; local
137 float dy = y0 > y1 ? y0 - y1 : y1 - y0;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 194 uint32_t y1; member in class:brw_blorp_params
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 268 int x1, y1, x2, y2; local
289 y1 = cy + irb->draw_y;
299 x1, y1, x2 - x1, y2 - y1);
362 assert(y1 < y2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
557 y1 = image_y;
567 x1, y1, x2 - x1, y2 - y1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
158 vertices[2][0][1] = y1;
161 vertices[3][0][1] = y1;
204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; local
213 x1, y1);
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
st_cb_drawtex.c 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 71 GLfloat y1 = v1->attrib[FRAG_ATTRIB_WPOS][1]; variable
73 if (y0 <= y1) {
74 if (y1 <= y2) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
88 else if (y2 <= y1) {
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 *
    [all...]
s_linetemp.h 74 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]; local
142 if ((y0==h) | (y1==h)) {
143 if ((y0==h) & (y1==h))
146 y1 -= y1==h;
152 dy = y1 - y0;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 271 int x, y, x1, y1, j; local
311 y1 = y + ystep;
312 for( ++y; y < y1; y++, dst += step )
333 int x, y, x1, y1, j; local
373 y1 = y + ystep;
374 for( ++y; y < y1; y++, dst += step )
  /external/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
449 y1 = BN_CTX_get(ctx);
468 if (!BN_copy(y1, &b->Y)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
479 if (!BN_GF2m_add(s, y0, y1)) goto err;
488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
505 if (!BN_GF2m_add(y2, y2, y1)) goto err;
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 144 FX_FLOAT x1, x2, y1, y2; local
146 pObject2Device->Transform(pPoints[0].m_PointX, pPoints[0].m_PointY, x1, y1);
150 y1 = pPoints[0].m_PointY;
154 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type);
295 FX_BOOL CFX_RenderDevice::DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
301 if (m_pDeviceDriver->DrawCosmeticLine(x1, y1, x2, y2, color, alpha_flag, pIccTransform, blend_type)) {
307 path.SetPoint(0, x1, y1, FXPT_MOVETO);
  /external/pixman/pixman/
pixman-android.c 185 int y1, y2; local
201 y1 = pixman_fixed_to_int(vy);
205 y2 = y1 + 1;
209 y2 = y1;
218 if (y1 < 0) {
220 y1 = 0;
222 if (y1 >= src_height) {
224 y1 = src_height - 1;
234 src_image->get_scanline(src_image, (void**)(&src1), y1);
pixman-trap.c 421 box->y1 = 0;
428 box->y1 = INT32_MAX;
435 int y1, y2; local
440 y1 = pixman_fixed_to_int (trap->top);
441 if (y1 < box->y1)
442 box->y1 = y1;
465 if (box->x1 >= box->x2 || box->y1 >= box->y2)
527 mask_format, box.x2 - box.x1, box.y2 - box.y1, NULL, -1))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 104 double y1,t1,t2,r,s,t,u,v,w; local
252 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
253 y1 = y;
254 SET_LOW_WORD(y1,0);
255 p_l = (y-y1)*t1+y*t2;
256 p_h = y1*t1;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 477 int x1, y1, x2, y2; local
486 y1 = rects[i].y;
488 y2 = y1 + rects[i].h;
500 if (y1 < 0) {
501 y1 = 0;
502 } else if (y1 > height) {
503 y1 = height;
510 if (x2 <= x1 || y2 <= y1) {
517 sha_y1 = scr_y1 = y1;
524 scr_x1 = y1;
    [all...]
  /external/skia/experimental/SkV8Example/
Path2D.cpp 231 double y1 = args[1]->NumberValue(); local
239 SkDoubleToScalar(y1),
  /external/skia/src/core/
SkBitmapProcState_sample.h 200 unsigned y1 = data & 0x3FFF; local
211 const SRCTYPE* SK_RESTRICT row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
SkEdge.cpp 36 SkFDot6 x0, y0, x1, y1; local
43 y1 = int(p1.fY * scale);
48 if (y0 > y1) {
50 SkTSwap(y0, y1);
55 int bot = SkFDot6Round(y1);
66 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
84 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
91 y1 >>= 10;
93 SkASSERT(y0 <= y1);
96 int bot = SkFDot6Round(y1);
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
SkRegion_path.cpp 383 void set(int x, int y0, int y1) {
384 SkASSERT(y0 != y1);
388 fY1 = (SkRegion::RunType)(y1);
409 int y1 = base->fY1; local
428 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {

Completed in 1267 milliseconds

1 2 3 4 56 7 8 91011>>