HomeSort by relevance Sort by last modified time
    Searched defs:vf (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/localize/
ValuesFile_test.cpp 10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, local
13 const set<StringResource>& strings = vf->GetStrings();
14 string canonical = vf->ToString();
52 delete vf;
  /external/quake/quake/src/QW/client/
mathlib.c 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/quake/quake/src/WinQuake/
mathlib.cpp 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/libvpx/vp8/encoder/
variance.h 373 vp8_variance_fn_t vf; member in struct:__anon5141
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 262 SDL_PixelFormat *vf = SDL_VideoSurface->format;
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
265 0, vf->palette->ncolors, vf->palette->colors);
701 SDL_PixelFormat *vf = mode->format; local
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
703 video->SetColors(this, 0, vf->palette->ncolors,
704 vf->palette->colors)
938 SDL_PixelFormat *vf; local
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 1303 final Rect vf = mTmpVisibleFrame; local
1390 final Rect vf = mTmpVisibleFrame; local
    [all...]

Completed in 398 milliseconds