HomeSort by: relevance | last modified time | path
    Searched defs:X0 (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
pixeltest.c 24 float X0 = 0.0f; /* for line translation */
67 drawzoomline(int x0, int y0, int x1, int y1, GLushort color)
70 GLboolean steep = (abs(y1 - y0) > abs(x1 - x0));
80 int temp0 = x0;
82 x0 = y0;
87 if (x0 > x1) {
88 int tem0 = x0;
90 x0 = x1;
96 deltax = x1 - x0;
107 for (x = x0; x < x1; x++)
130 int x0 = xf0 * ZOOM; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_noise.c 217 float x0 = x - i0; local
218 float x1 = x0 - 1.0f;
222 float t0 = 1.0f - x0 * x0;
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
254 float X0 = i - t; /* Unskew the cell origin back to (x,y) space */
256 float x0 = x - X0; /* The x,y distances from the cell origin */ local
266 if (x0 > y0) {
279 x1 = x0 - i1 + G2; /* Offsets for middle corner in (x,y) unskewed coords *
342 float x0 = x - X0; \/* The x,y,z distances from the cell origin *\/ local
503 float x0 = x - X0; \/* The x,y,z,w distances from the cell origin *\/ local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_noise.c 217 float x0 = x - i0; local
218 float x1 = x0 - 1.0f;
222 float t0 = 1.0f - x0 * x0;
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
254 float X0 = i - t; /* Unskew the cell origin back to (x,y) space */
256 float x0 = x - X0; /* The x,y distances from the cell origin */ local
266 if (x0 > y0) {
279 x1 = x0 - i1 + G2; /* Offsets for middle corner in (x,y) unskewed coords *
342 float x0 = x - X0; \/* The x,y,z distances from the cell origin *\/ local
503 float x0 = x - X0; \/* The x,y,z,w distances from the cell origin *\/ local
    [all...]
  /xsrc/external/mit/ctwm/dist/
workspace_manager.c 1097 int X0, Y0, X1, Y1;
1103 XGetGeometry(dpy, sw, &junkW, &X0, &Y0, &W0, &H0, &bw, &JunkDepth);
1112 mw->w, X0, Y0, &X1, &Y1, &junkW);
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
addrlib2.h 168 const UINT_64 X0 = InitBit(0, 0);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 1942 float X0, Y0, X1, Y1; // Glyph corners
2125 IMGUI_API void AddGlyph(ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x);
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 1942 float X0, Y0, X1, Y1; // Glyph corners
2125 IMGUI_API void AddGlyph(ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x);

Completed in 23 milliseconds