HomeSort by relevance Sort by last modified time
    Searched refs:vline (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
    [all...]
curses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
ncurses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
    [all...]
curses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
ncurses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
    [all...]
curses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
ncurses.h 730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline macro
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 152 static SkFixed vline(int y, int stopy, SkFixed fx, SkFixed /*slope*/,
316 proc = vline;

Completed in 68 milliseconds