Searched refs:bSelectItem (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/applet/phtsel/ |
| D | Menu.h | 161 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const = 0; 165 void DrawItemNameCommon( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in DrawItemNameCommon() argument 167 const bool bColor = bSelectItem && !IsDetailEditMode(); in DrawItemNameCommon() 222 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() argument 224 DrawItemNameCommon( df, x, y, bSelectItem ); in Draw() 288 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() argument 290 DrawItemNameCommon( df, x, y, bSelectItem ); in Draw()
|
| D | PhtselMenu.h | 129 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() argument 131 DrawItemNameCommon( df, x, y, bSelectItem ); in Draw() 274 virtual void Draw( demo::RenderSystemDrawing& df, s32 x, s32 y, bool bSelectItem ) const in Draw() argument 276 DrawItemNameCommon( df, x, y, bSelectItem ); in Draw()
|