Home | History | Annotate | Download | only in agg23

Lines Matching refs:GetPalette

546             if (m_pDevice->GetPalette() == NULL) {
550 if (FXARGB_TODIB(m_pDevice->GetPalette()[i]) == m_Color) {
584 if (m_pDevice->GetPalette() == NULL) {
588 if (FXARGB_TODIB(m_pDevice->GetPalette()[i]) == m_Color) {
1321 FX_ARGB* src_pal = pSrcBitmap->GetPalette();