Searched refs:GetTexture (Results 1 – 9 of 9) sorted by relevance
36 GX2Texture** GetTexture(CWTextures num);
168 this->minus->tex = GetTexture(CW_TEXTURE_SLIDERLEFT); in Draw()169 this->plus->tex = GetTexture(CW_TEXTURE_SLIDERRIGHT); in Draw()
206 this->minus->tex = GetTexture(CW_TEXTURE_SLIDERLEFT); in Draw()207 this->plus->tex = GetTexture(CW_TEXTURE_SLIDERRIGHT); in Draw()
267 …peripheral->DrawTexQuad(*GetTexture(CW_TEXTURE_CURSOR), CVec3(peripheral->CursorX(), peripheral->C… in Draw()570 GX2Texture** WindowManager::GetTexture(CWTextures num) in GetTexture() function in WindowManager
259 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + this->width / 2 - arrowWidth /… in Draw()
439 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + (this->width - arrowWidth) / 2… in Draw()
202 GX2Texture** GetTexture(CWTextures num) in GetTexture() function203 {return window->manager->GetTexture(num);} in GetTexture()