Lines Matching defs:windownr
694 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend()
699 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_()
706 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_()
713 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont()
794 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine()
801 static inline int DrawBlock(struct av7110 *av7110, u8 windownr, in DrawBlock()
808 static inline int HideWindow(struct av7110 *av7110, u8 windownr) in HideWindow()
813 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
818 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
823 static inline int DestroyOSDWindow(struct av7110 *av7110, u8 windownr) in DestroyOSDWindow()
828 static inline int CreateOSDWindow(struct av7110 *av7110, u8 windownr, in CreateOSDWindow()