Home | History | Annotate | Download | only in dib

Lines Matching refs:GetPaletteEntry

728         ArgbDecode(pSource->GetPaletteEntry(0), a0, r0, g0, b0);

729 ArgbDecode(pSource->GetPaletteEntry(1), a1, r1, g1, b1);
743 CmykDecode(pSource->GetPaletteEntry(0), c0, m0, y0, k0);
744 CmykDecode(pSource->GetPaletteEntry(1), c1, m1, y1, k1);