| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_xform_tmp.h | 88 const GLfloat ox = from[0]; local 89 to[i][0] = m0 * ox + m12; 90 to[i][1] = m1 * ox + m13; 91 to[i][2] = m2 * ox + m14; 92 to[i][3] = m3 * ox + m15; 132 const GLfloat ox = from[0]; local 133 to[i][0] = m0 * ox + m12; 134 to[i][1] = m1 * ox + m13; 153 const GLfloat ox = from[0]; local 154 to[i][0] = m0 * ox + m12 175 const GLfloat ox = from[0]; local 199 const GLfloat ox = from[0]; local 221 const GLfloat ox = from[0]; local 254 const GLfloat ox = from[0], oy = from[1]; local 299 const GLfloat ox = from[0], oy = from[1]; local 320 const GLfloat ox = from[0], oy = from[1]; local 342 const GLfloat ox = from[0], oy = from[1]; local 369 const GLfloat ox = from[0], oy = from[1]; local 397 const GLfloat ox = from[0], oy = from[1]; local 425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_xform_tmp.h | 88 const GLfloat ox = from[0]; local 89 to[i][0] = m0 * ox + m12; 90 to[i][1] = m1 * ox + m13; 91 to[i][2] = m2 * ox + m14; 92 to[i][3] = m3 * ox + m15; 132 const GLfloat ox = from[0]; local 133 to[i][0] = m0 * ox + m12; 134 to[i][1] = m1 * ox + m13; 153 const GLfloat ox = from[0]; local 154 to[i][0] = m0 * ox + m12 175 const GLfloat ox = from[0]; local 199 const GLfloat ox = from[0]; local 221 const GLfloat ox = from[0]; local 254 const GLfloat ox = from[0], oy = from[1]; local 299 const GLfloat ox = from[0], oy = from[1]; local 320 const GLfloat ox = from[0], oy = from[1]; local 342 const GLfloat ox = from[0], oy = from[1]; local 369 const GLfloat ox = from[0], oy = from[1]; local 397 const GLfloat ox = from[0], oy = from[1]; local 425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local 736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| cffotypes.h | 96 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| applewmproto.h | 203 CARD16 ox; member in struct:_AppleWMFrameGetRect 238 CARD16 ox; member in struct:_AppleWMFrameHitTest 271 CARD16 ox; member in struct:_AppleWMFrameDraw
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| terrain.c | 261 int h, i, idx, ox, oy; local 264 ox = (int) (obs[0] / stepXmnt); 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/ |
| ttobjs.h | 179 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| x11.c | 373 LispObj *odisplay, *oparent, *ox, *oy, *owidth, *oheight, local 382 ox = ARGUMENT(2); 396 CHECK_FIXNUM(ox); 397 x = FIXNUM_VALUE(ox);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| applewm.c | 539 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/xorg-server.old/dist/hw/xquartz/ |
| applewm.c | 536 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/xterm/dist/ |
| graphics_regis.c | 2473 int ox, oy; local 2521 ox = rx + (rot_shear_x * ry) / ROT_SHEAR_SCALE; 2522 oy = ry + (rot_shear_y * ox) / ROT_SHEAR_SCALE; 2523 ox += (rot_shear_x * oy) / ROT_SHEAR_SCALE; 2526 (int) context->graphics_output_cursor_x + ox, 2539 int ox, oy; local 2566 ox = str_invert * dx + (str_shear_x * dy) / ROT_SHEAR_SCALE; 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)) 2598 int ox, oy; local [all...] |
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afhints.h | 247 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
|
| afhints.c | 376 point->ox / 64.0, 894 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta; 1339 ou = point->ox; 1590 point->v = point->ox;
|
| /xsrc/external/mit/libXft/dist/src/ |
| xftcore.c | 982 int ox, oy; local 988 ox = x - gi.x; 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/ |
| getevents.c | 1211 double x, y, ox = 0.0, oy = 0.0; local 1224 ox = dev->last.valuators[0]; 1228 transform(&invert, &ox, &oy); 1232 ox = valuator_mask_get_double(mask, 0); 1237 x = ox; 1242 if (has_x || ox != x)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| ShaderTGSI.c | 1292 const struct dx10_opcode_xlate *ox; local 1295 ox = &opcode_xlate[opcode.type]; 2231 assert(ox->tgsi_opcode != TGSI_EXPAND); 2233 if (ox->tgsi_opcode == TGSI_LOG_UNSUPPORTED) { 2239 __FUNCTION__, ox->type); 2240 assert(ox->tgsi_opcode != TGSI_LOG_UNSUPPORTED); 2251 src[i] = translate_src_operand(&sx, &opcode.src[i], ox->format); 2262 ox->tgsi_opcode,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| blt.c | 570 unsigned ox, lx; local 582 ox = (dst_x & tile_mask) * cpp; 583 lx = min(tile_width - ox, width); 609 to_memcpy(dst_row + ox, src_row + ox, lx);
|
| sna_render.c | 1120 int16_t ox, oy, ow, oh; local 1143 ox = box.x1 = x; 1152 v.vector[0] = ox << 16; 1156 ox = v.vector[0] / v.vector[2]; 1271 if (ox == x && oy == y) { 1277 v.vector[0] = (ox - box.x1) << 16; 1285 x = ox - box.x1;
|
| sna_accel.c | 14312 int bx1, bx2, bw, bh, len, ox; local 14316 ox = (x1 - origin->x) % gc->stipple->drawable.width; 14317 if (ox < 0) 14318 ox += gc->stipple->drawable.width; 14319 bx1 = ox & ~7; 14320 bx2 = ox + (x2 - x1); 14323 x2 = x1 + bx2-ox; 14333 ox, oy, bx1, bx2, 14354 b[0] = br00 | (6 + len) | (ox & 7) << 17; 14369 b[0] = br00 | (5 + len) | (ox & 7) << 17 14437 int bx1, bx2, bw, bh, len, ox; local [all...] |
| gen3_render.c | 2881 int16_t ox, int16_t oy) 2911 ox += dx; 2918 channel->offset[0] = ox; 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))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_render.c | 1139 int16_t ox, oy, ow, oh; local 1162 ox = box.x1 = x; 1171 v.vector[0] = ox << 16; 1175 ox = v.vector[0] / v.vector[2]; 1289 if (ox == x && oy == y) { 1295 v.vector[0] = (ox - box.x1) << 16; 1303 x = ox - box.x1;
|
| sna_accel.c | 14092 int bx1, bx2, bw, bh, len, ox; local 14096 ox = (x1 - origin->x) % gc->stipple->drawable.width; 14097 if (ox < 0) 14098 ox += gc->stipple->drawable.width; 14099 bx1 = ox & ~7; 14100 bx2 = ox + (x2 - x1); 14103 x2 = x1 + bx2-ox; 14113 ox, oy, bx1, bx2, 14133 b[0] = br00 | (6 + len) | (ox & 7) << 17; 14148 b[0] = br00 | (5 + len) | (ox & 7) << 17 14216 int bx1, bx2, bw, bh, len, ox; local [all...] |
| gen3_render.c | 2835 int16_t ox, int16_t oy) 2865 ox += dx; 2872 channel->offset[0] = ox; 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))
|