HomeSort by relevance Sort by last modified time
    Searched full:bkgd (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/docs/tools/
manpage.css 184 .bttndrkblue-bkgd-top {
188 .bttndrkblue-bkgd-left {
192 .bttndrkblue-bkgd {
202 .bttndrkblue-bkgd-right {
206 .bttndrkblue-bkgd-bottom {
  /external/libpng/contrib/gregbook/
readpng.c 151 /* returns 0 if succeeds, 1 if fails due to no bKGD chunk, 2 if libpng error;
178 /* however, it always returns the raw bKGD data, regardless of any
readppm.c 130 /* returns 0 if succeeds, 1 if fails due to no bKGD chunk, 2 if libpng error;
readpng2.c 209 * IEND, tRNS, bKGD, gAMA, and sRGB (small performance improvement) */
437 /* however, it always returns the raw bKGD data, regardless of any
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 63 stdscr.bkgd(' ')
64 stdscr.bkgd(' ', curses.A_REVERSE)
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image.py 43 'bKGD cHRM gAMA iCCP pHYs sBIT sRGB tRNS'.split())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 671 #ifdef bkgd
672 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
673 #undef bkgd macro
674 #define bkgd UNDEF(bkgd) macro
1021 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
ncurses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 671 #ifdef bkgd
672 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
673 #undef bkgd macro
674 #define bkgd UNDEF(bkgd) macro
1021 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
ncurses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 671 #ifdef bkgd
672 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
673 #undef bkgd macro
674 #define bkgd UNDEF(bkgd) macro
1021 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
ncurses.h 533 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1017 #define bkgd macro
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 146 /* The bKGD chunk gives the suggested image background color if the
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 66 and understood (when reading): ``tRNS``, ``bKGD``, ``gAMA``.
357 Specify a default background colour (create a ``bKGD`` chunk).
695 # chunk which must precede tRNS and bKGD.
714 # http://www.w3.org/TR/PNG/#11bKGD
717 write_chunk(outfile, 'bKGD',
720 write_chunk(outfile, 'bKGD',
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 
  /external/chromium_org/third_party/libpng/
pngrutil.c     [all...]
pngget.c 397 png_debug1(1, "in %s retrieval function", "bKGD");
  /external/libpng/
pngrutil.c     [all...]
pngget.c 397 png_debug1(1, "in %s retrieval function", "bKGD");
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c     [all...]
pngget.c 368 png_debug1(1, "in %s retrieval function\n", "bKGD");

Completed in 761 milliseconds

1 2