HomeSort by: relevance | last modified time | path
    Searched refs:gv (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
SetClOrig.c 39 XGCValues *gv = &gc->values; local
42 if (xorig != gv->clip_x_origin) {
43 gv->clip_x_origin = xorig;
46 if (yorig != gv->clip_y_origin) {
47 gv->clip_y_origin = yorig;
SetTSOrig.c 39 XGCValues *gv = &gc->values; local
42 if (x != gv->ts_x_origin) {
43 gv->ts_x_origin = x;
46 if (y != gv->ts_y_origin) {
47 gv->ts_y_origin = y;
SetLStyle.c 41 XGCValues *gv = &gc->values; local
44 if (linewidth != gv->line_width) {
45 gv->line_width = linewidth;
48 if (linestyle != gv->line_style) {
49 gv->line_style = linestyle;
52 if (capstyle != gv->cap_style) {
53 gv->cap_style = capstyle;
56 if (joinstyle != gv->join_style) {
57 gv->join_style = joinstyle;
SetState.c 41 XGCValues *gv = &gc->values; local
45 if (function != gv->function) {
46 gv->function = function;
49 if (planemask != gv->plane_mask) {
50 gv->plane_mask = planemask;
53 if (foreground != gv->foreground) {
54 gv->foreground = foreground;
57 if (background != gv->background) {
58 gv->background = background;
CrGC.c 118 register XGCValues *gv = &gc->values; local
125 if (dirty & GCFunction) *value++ = gv->function;
126 if (dirty & GCPlaneMask) *value++ = gv->plane_mask;
127 if (dirty & GCForeground) *value++ = gv->foreground;
128 if (dirty & GCBackground) *value++ = gv->background;
129 if (dirty & GCLineWidth) *value++ = gv->line_width;
130 if (dirty & GCLineStyle) *value++ = gv->line_style;
131 if (dirty & GCCapStyle) *value++ = gv->cap_style;
132 if (dirty & GCJoinStyle) *value++ = gv->join_style;
133 if (dirty & GCFillStyle) *value++ = gv->fill_style
169 register XGCValues *gv = &gc->values; local
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
hull.cc 116 Hull::nextupper( GridTrimVertex *gv )
119 gv->set( upper.left->prev() );
120 if( gv->isTrimVert() ) return gv;
126 gv->set( uarray.uarray[upper.index], upper.line->vval );
127 gv->set( upper.index, upper.line->vindex );
129 return gv;
133 gv->set( upper.right->next() );
134 if( gv->isTrimVert() ) return gv;
    [all...]
coveandtiler.cc 60 CoveAndTiler::output( GridVertex &gv )
62 backend.tmeshvert( &gv );
200 GridVertex gv( top.uend, bot.vindex );
207 output( gv );
227 GridVertex gv( top.uend, bot.vindex );
231 assert( vert->param[0] >= uarray.uarray[gv.gparam[0]] );
233 if( gv.nextu() >= bot.uend ) {
239 if( vert->param[0] < uarray.uarray[gv.gparam[0]] ) {
246 output( gv );
247 if( gv.nextu() == bot.uend )
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/bugs/
bug1354.c 81 int gv; local
83 while ((gv = getopt (argc, argv, "t:r:")) != -1)
84 switch (gv)
  /xsrc/external/mit/xcb-util/dist/aux/
xcb_aux.c 357 xcb_params_gc_t gv; local
359 XCB_AUX_ADD_PARAM(&mask, &gv, line_width, linewidth);
360 XCB_AUX_ADD_PARAM(&mask, &gv, line_style, linestyle);
361 XCB_AUX_ADD_PARAM(&mask, &gv, cap_style, capstyle);
362 XCB_AUX_ADD_PARAM(&mask, &gv, join_style, joinstyle);
363 return xcb_aux_change_gc_checked(dpy, gc, mask, &gv);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_tv.c 108 float rv, gv, bv, av; member in struct:__anon8903
271 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
278 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
321 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
328 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
372 .rv = 0.3378, .gv =-0.2829, .bv =-0.0549, .av = 1.0000,
379 .rv = 0.3992, .gv =-0.3343, .bv =-0.0649, .av = 1.0000,
423 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
430 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
476 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
invocation.cpp 335 [=](const ::llvm::GlobalValue &gv) {
337 gv.getName()) != names.end();
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
invocation.cpp 435 [=](const ::llvm::GlobalValue &gv) {
437 gv.getName()) != names.end();
  /xsrc/external/mit/fontconfig/dist/conf.d/
35-lang-normalize.conf 374 <!-- gv* -> gv -->
376 <test name="lang" compare="contains"><string>gv</string></test>
377 <edit name="lang" mode="assign" binding="same"><string>gv</string></edit>

Completed in 16 milliseconds