Searched refs:oy (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_xform_tmp.h254 const GLfloat ox = from[0], oy = from[1];
255 to[i][0] = m0 * ox + m4 * oy + m12;
256 to[i][1] = m1 * ox + m5 * oy + m13;
257 to[i][2] = m2 * ox + m6 * oy + m14;
258 to[i][3] = m3 * ox + m7 * oy + m15;
299 const GLfloat ox = from[0], oy = from[1];
300 to[i][0] = m0 * ox + m4 * oy + m12;
301 to[i][1] = m1 * ox + m5 * oy + m13;
320 const GLfloat ox = from[0], oy = from[1];
322 to[i][1] = m5 * oy
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_xform_tmp.h254 const GLfloat ox = from[0], oy = from[1];
255 to[i][0] = m0 * ox + m4 * oy + m12;
256 to[i][1] = m1 * ox + m5 * oy + m13;
257 to[i][2] = m2 * ox + m6 * oy + m14;
258 to[i][3] = m3 * ox + m7 * oy + m15;
299 const GLfloat ox = from[0], oy = from[1];
300 to[i][0] = m0 * ox + m4 * oy + m12;
301 to[i][1] = m1 * ox + m5 * oy + m13;
320 const GLfloat ox = from[0], oy = from[1];
322 to[i][1] = m5 * oy
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dapplewmproto.h204 CARD16 oy; member in struct:_AppleWMFrameGetRect
239 CARD16 oy; member in struct:_AppleWMFrameHitTest
272 CARD16 oy; member in struct:_AppleWMFrameDraw
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dterrain.c261 int h, i, idx, ox, oy; local in function:drawterrain
265 oy = (int) (obs[2] / stepYmnt);
266 GlobalMnt = ((ox * TSCALE) & 255) + ((oy * TSCALE) & 255) * 256;
269 glTranslatef((float) ox * stepXmnt, 0, (float) oy * stepYmnt);
281 glTexCoord2f((ox + i) / 8.0, (oy + h) / 8.0);
288 glTexCoord2f((ox + i) / 8.0, (oy + h + 1) / 8.0);
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttobjs.h179 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dx11.c373 LispObj *odisplay, *oparent, *ox, *oy, *owidth, *oheight, local in function:Lisp_XCreateSimpleWindow
381 oy = ARGUMENT(3);
399 CHECK_FIXNUM(oy);
400 y = FIXNUM_VALUE(oy);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dapplewm.c536 or = make_box (stuff->ox, stuff->oy, stuff->ow, stuff->oh);
570 or = make_box (stuff->ox, stuff->oy, stuff->ow, stuff->oh);
602 or = make_box (stuff->ox, stuff->oy, stuff->ow, stuff->oh);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dapplewm.c539 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh);
570 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh);
599 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh);
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafhints.h247 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
H A Dafhints.c377 point->oy / 64.0,
895 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
1334 ou = point->oy;
1600 point->v = point->oy;
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c2473 int ox, oy; local in function:draw_character
2522 oy = ry + (rot_shear_y * ox) / ROT_SHEAR_SCALE;
2523 ox += (rot_shear_x * oy) / ROT_SHEAR_SCALE;
2527 (int) context->graphics_output_cursor_y + oy,
2539 int ox, oy; local in function:move_text
2567 oy = str_invert * dy + (str_shear_y * ox) / ROT_SHEAR_SCALE;
2568 ox += (str_shear_x * oy) / ROT_SHEAR_SCALE;
2570 TRACE(("after pv output updating position %+d,%+d\n", ox, oy));
2572 context->graphics_output_cursor_y += oy;
2598 int ox, oy; local in function:draw_text
[all...]
/xsrc/external/mit/libXft/dist/src/
H A Dxftcore.c982 int ox, oy; local in function:XftGlyphCore
989 oy = y - gi.y;
1000 ox, oy,
1022 XCopyArea (dpy, draw->drawable, pix, gc, ox, oy,
1043 (*smooth) (image, xftg, x - ox, y - oy, color);
1050 XPutImage (dpy, draw->drawable, draw->core.gc, image, 0, 0, ox, oy,
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgetevents.c1211 double x, y, ox = 0.0, oy = 0.0; local in function:transformAbsolute
1225 oy = dev->last.valuators[1];
1228 transform(&invert, &ox, &oy);
1235 oy = valuator_mask_get_double(mask, 1);
1238 y = oy;
1245 if (has_y || oy != y)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_render.c1120 int16_t ox, oy, ow, oh; local in function:sna_render_picture_extract
1144 oy = box.y1 = y;
1153 v.vector[1] = oy << 16;
1157 oy = v.vector[1] / v.vector[2];
1271 if (ox == x && oy == y) {
1278 v.vector[1] = (oy - box.y1) << 16;
1286 y = oy - box.y1;
H A Dsna_accel.c14303 int oy = (y1 - origin->y) % gc->stipple->drawable.height; local in function:sna_poly_fill_rect_stippled_n_box__imm
14304 if (oy < 0)
14305 oy += gc->stipple->drawable.height;
14308 if (y2 - y1 > gc->stipple->drawable.height - oy)
14309 y2 = y1 + gc->stipple->drawable.height - oy;
14333 ox, oy, bx1, bx2,
14387 src += oy*len + ox/8;
14427 int row, oy = (y1 - origin->y) % gc->stipple->drawable.height; local in function:sna_poly_fill_rect_stippled_n_box
14428 if (oy < 0)
14429 oy
[all...]
H A Dgen3_render.c2881 int16_t ox, int16_t oy)
2912 oy += dy;
2919 channel->offset[1] = oy;
2929 int ox, int oy)
2962 if (!gen3_gradient_setup(sna, picture, channel, ox, oy))
2978 int ox, int oy)
3018 if (!gen3_gradient_setup(sna, picture, channel, ox, oy))
2878 gen3_gradient_setup(struct sna * sna,PicturePtr picture,struct sna_composite_channel * channel,int16_t ox,int16_t oy) argument
2925 gen3_init_linear(struct sna * sna,PicturePtr picture,struct sna_composite_op * op,struct sna_composite_channel * channel,int ox,int oy) argument
2974 gen3_init_radial(struct sna * sna,PicturePtr picture,struct sna_composite_op * op,struct sna_composite_channel * channel,int ox,int oy) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_render.c1139 int16_t ox, oy, ow, oh; local in function:sna_render_picture_extract
1163 oy = box.y1 = y;
1172 v.vector[1] = oy << 16;
1176 oy = v.vector[1] / v.vector[2];
1289 if (ox == x && oy == y) {
1296 v.vector[1] = (oy - box.y1) << 16;
1304 y = oy - box.y1;
H A Dsna_accel.c14083 int oy = (y1 - origin->y) % gc->stipple->drawable.height; local in function:sna_poly_fill_rect_stippled_n_box__imm
14084 if (oy < 0)
14085 oy += gc->stipple->drawable.height;
14088 if (y2 - y1 > gc->stipple->drawable.height - oy)
14089 y2 = y1 + gc->stipple->drawable.height - oy;
14113 ox, oy, bx1, bx2,
14166 src += oy*len + ox/8;
14206 int row, oy = (y1 - origin->y) % gc->stipple->drawable.height; local in function:sna_poly_fill_rect_stippled_n_box
14207 if (oy < 0)
14208 oy
[all...]
H A Dgen3_render.c2835 int16_t ox, int16_t oy)
2866 oy += dy;
2873 channel->offset[1] = oy;
2883 int ox, int oy)
2916 if (!gen3_gradient_setup(sna, picture, channel, ox, oy))
2932 int ox, int oy)
2972 if (!gen3_gradient_setup(sna, picture, channel, ox, oy))
2832 gen3_gradient_setup(struct sna * sna,PicturePtr picture,struct sna_composite_channel * channel,int16_t ox,int16_t oy) argument
2879 gen3_init_linear(struct sna * sna,PicturePtr picture,struct sna_composite_op * op,struct sna_composite_channel * channel,int ox,int oy) argument
2928 gen3_init_radial(struct sna * sna,PicturePtr picture,struct sna_composite_op * op,struct sna_composite_channel * channel,int ox,int oy) argument

Completed in 144 milliseconds