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

  /external/expat/examples/
outline.c 46 int Depth;
53 for (i = 0; i < Depth; i++)
63 Depth++;
69 Depth--;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 40 int Depth;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 247 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
307 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
417 size_t Depth() const {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 204 int depth; member in struct:__anon13462
273 * Depth structure; contains information for each possible depth.
276 int depth; /* this depth (Z) of the depth */ member in struct:__anon13465
277 int nvisuals; /* number of Visual types at this depth */
278 Visual *visuals; /* list of visuals possible at this depth */
279 } Depth;
296 Depth *depths; /* list of allowable depths on the screen *
314 int depth; \/* depth of this image format *\/ member in struct:__anon13467
344 int depth; \/* depth of window *\/ member in struct:__anon13469
401 int depth; \/* depth of image *\/ member in struct:_XImage
    [all...]

Completed in 271 milliseconds