Home | History | Annotate | Download | only in dib

Lines Matching refs:m_SrcFormat

3759     m_SrcFormat = src_format;

3774 if (m_SrcFormat == FXDIB_1bppMask || m_SrcFormat == FXDIB_8bppMask) {
3782 if ((m_SrcFormat & 0xff) <= 8) {
3806 int src_Bpp = (m_SrcFormat & 0xff) >> 3;
3853 if (m_SrcFormat & 0x0200) {
3854 if (m_SrcFormat == FXDIB_Argb) {
3869 if (m_SrcFormat & 0x0200) {
4000 if (m_SrcFormat == FXDIB_1bppRgb) {
4468 m_SrcFormat = src_format;
4510 if (m_SrcFormat == FXDIB_8bppMask) {
4512 } else if ((m_SrcFormat & 0xff) == 8) {