HomeSort by relevance Sort by last modified time
    Searched defs:fa (Results 26 - 37 of 37) sorted by null

12

  /external/quake/quake/src/WinQuake/
gl_warp.cpp 146 void GL_SubdivideSurface (msurface_t *fa)
155 warpface = fa;
161 for (i=0 ; i<fa->numedges ; i++)
163 lindex = loadmodel->surfedges[fa->firstedge + i];
194 void EmitWaterPolys (msurface_t *fa)
202 for (p=fa->polys ; p ; p=p->next)
255 void EmitSkyPolys (msurface_t *fa)
264 for (p=fa->polys ; p ; p=p->next)
326 void EmitBothSkyLayers (msurface_t *fa)
338 EmitSkyPolys (fa);
358 msurface_t *fa; local
949 msurface_t *fa; local
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 362 int fr, fg, fb, fa, br, bg, bb, ba; local
364 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
367 that->setActiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
373 int fr, fg, fb, fa, br, bg, bb, ba; local
375 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
378 that->setInactiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
384 int fr, fg, fb, fa; local
386 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, 0, 0, 0, 0, 0, 0, 0, 0))
389 that->setFocusRingColor(fr, fg, fb, fa);
395 int fr, fg, fb, fa, br, bg, bb, ba local
406 int fr, fg, fb, fa, br, bg, bb, ba; local
417 int fr, fg, fb, fa, br, bg, bb, ba; local
428 int fr, fg, fb, fa, br, bg, bb, ba; local
483 int fr, fg, fb, fa, br, bg, bb, ba; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 413 float fa = startAngle; local
414 float falen = fa + angleSpan;
422 cairo_arc_negative(cr, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, -fa * M_PI/180, -falen * M_PI/180);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 336 float fa = startAngle; local
337 float falen = fa + angleSpan;
338 float start = -fa * piFloat / 180.0f;
    [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c 133 const struct func_map *fa = a; local
136 if (fa->addr < fb->addr)
138 if (fa->addr > fb->addr)
211 const struct func_map *fa = a; local
214 if ((fa->addr == fb->addr) ||
216 (fa->addr > fb->addr &&
217 fa->addr < (fb+1)->addr))
220 if (fa->addr < fb->addr)
262 const struct func_map *fa = a; local
265 if (fa->addr < fb->addr
    [all...]
  /system/core/adb/
sysdeps_win32.c 1191 FH fa, fb; local
1194 fa = _fh_alloc( &_fh_socketpair_class );
1197 if (!fa || !fb)
1209 fa->fh_pair = pair;
1212 pair->a_fd = fa;
1214 sv[0] = _fh_to_int(fa);
1222 snprintf( fa->name, sizeof(fa->name), "%d(pair:%d)", sv[0], sv[1] );
1229 _fh_close(fa);
    [all...]
  /external/skia/tests/
PathTest.cpp 1162 SkPoint fa[] = {{1, 0}, {8, 0}, {8, 8}, {0, 8}, {0, -1}, {1, -1}}; \/\/ non colinear gap local
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3857 int fa = foo.a; \/\/ expected-warning {{reading variable 'foo' requires locking 'mu_'}} local
    [all...]
  /external/v8/src/
objects-inl.h 4252 FixedArray* fa = reinterpret_cast<FixedArray*>(data()); local
4267 FixedArray* fa = reinterpret_cast<FixedArray*>(data()); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 702 milliseconds

12