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

  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_arc.c 75 DDXPointRec org, orgo; local
83 org.y = info.yorg + pDraw->y;
84 org.x = 0;
97 DRAW_POINT(info.xorgo, org.y);
109 orghb.y = org.y + info.h;
110 orghb.x = org.x + info.xorg;
114 org.x += info.xorg;
119 DRAW_POINT(org.x + x, org.y + yoffset);
120 DRAW_POINT(org.x - x, org.y + yoffset)
    [all...]
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshglob.h 66 FT_Int org; member in struct:PSH_WidthRec_
  /xsrc/external/mit/mesa-demos/dist/src/demos/
spriteblast.c 61 static int animate = 1, motion = 0, org = 0, sprite = 1, smooth = 1; variable
444 org ^= 1;
448 org ? GL_LOWER_LEFT : GL_UPPER_LEFT);
  /xsrc/external/mit/freetype/dist/src/autofit/
aftypes.h 78 FT_Pos org; /* original position/width in font units */ member in struct:AF_WidthRec_
aflatin2.c 146 axis->widths[num_widths++].org = dist;
162 ? axis->widths[0].org
376 blue_ref = & blue->ref.org;
377 blue_shoot = & blue->shoot.org;
582 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
629 width->cur = FT_MulFix( width->org, scale );
647 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta;
649 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
654 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
2059 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /xsrc/external/mit/glu/dist/src/libtess/
sweep.c 68 * - for each e, e->Dst has been processed, but not e->Org
69 * - each edge e satisfies VertLeq(e->Dst,event) && VertLeq(event,e->Org)
133 if( VertLeq( e1->Org, e2->Org )) {
134 return EdgeSign( e2->Dst, e1->Org, e2->Org ) <= 0;
136 return EdgeSign( e1->Dst, e2->Org, e1->Org ) >= 0;
138 return EdgeSign( e2->Dst, event, e2->Org ) <= 0;
141 return EdgeSign( e1->Dst, event, e1->Org ) >= 0
182 GLUvertex *org = reg->eUp->Org; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrtypes.h 279 FT_UInt org; member in struct:PFR_CoordRec_
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 1675 * org ::
1698 FT_Vector* org; /* original point coordinates */ member in struct:TT_GlyphZoneRec_
  /xsrc/external/mit/xterm/dist/
util.c 3118 * See http://bugzilla.mozilla.org/show_bug.cgi?id=196312
5273 Pixel org; member in struct:_DimColorHT
5354 && ht[hv].org == result) {
5369 ht[hv].org = p;

Completed in 17 milliseconds