Home | History | Annotate | Download | only in dib

Lines Matching refs:m_DestFormat

3760     m_DestFormat = dest_format;

3807 int dest_Bpp = (m_DestFormat & 0xff) >> 3;
3852 if (m_DestFormat == FXDIB_8bppMask) {
3862 } else if ((m_DestFormat & 0xff) == 8) {
3863 if (m_DestFormat & 0x0400) {
3870 if (m_DestFormat & 0x0200) {
3876 if (m_DestFormat & 0x0200) {
3882 if (m_DestFormat & 0x0400) {
4001 if (m_DestFormat == FXDIB_8bppRgb) {
4003 } else if(m_DestFormat == FXDIB_Argb) {
4006 _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder(dest_scan, src_scan, src_left, m_pSrcPalette, width, (m_DestFormat & 0xff) >> 3, clip_scan);
4009 if (m_DestFormat == FXDIB_8bppRgb) {
4011 } else if (m_DestFormat == FXDIB_Argb) {
4014 _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder(dest_scan, src_scan, m_pSrcPalette, width, (m_DestFormat & 0xff) >> 3, clip_scan);
4019 if (m_DestFormat == FXDIB_8bppMask) {
4022 } else if ((m_DestFormat & 0xff) == 8) {
4024 if (m_DestFormat & 0x0200) {
4030 if (m_DestFormat & 0x0200)
4047 _CompositeRow_8bppRgb2Rgb_NoBlend(dest_scan, src_scan, m_pSrcPalette, width, (m_DestFormat & 0xff) >> 3, clip_scan,
4051 _CompositeRow_1bppRgb2Rgb_NoBlend(dest_scan, src_scan, src_left, m_pSrcPalette, width, (m_DestFormat & 0xff) >> 3, clip_scan);
4054 _CompositeRow_8bppRgb2Rgb_NoBlend(dest_scan, src_scan, m_pSrcPalette, width, (m_DestFormat & 0xff) >> 3, clip_scan,
4068 if (m_DestFormat == FXDIB_8bppMask) {
4070 } else if ((m_DestFormat & 0xff) == 8) {
4071 if (m_DestFormat & 0x0200) {
4077 if (m_DestFormat == FXDIB_Argb)
4082 width, m_BlendType, (m_DestFormat & 0xff) >> 3, clip_scan);
4084 } else if (m_DestFormat == FXDIB_Argb)
4087 else if (m_DestFormat == FXDIB_Rgb || m_DestFormat == FXDIB_Rgb32)
4089 width, m_BlendType, (m_DestFormat & 0xff) >> 3, clip_scan);
4090 else if (m_DestFormat == FXDIB_Rgba)
4097 if (m_DestFormat == FXDIB_8bppMask) {
4099 } else if ((m_DestFormat & 0xff) == 8) {
4100 if (m_DestFormat & 0x0200)
4107 if (m_DestFormat == FXDIB_Argb)
4112 src_left, width, m_BlendType, (m_DestFormat & 0xff) >> 3, clip_scan);
4114 } else if (m_DestFormat == FXDIB_Argb)
4117 else if (m_DestFormat == FXDIB_Rgb || m_DestFormat == FXDIB_Rgb32)
4119 src_left, width, m_BlendType, (m_DestFormat & 0xff) >> 3, clip_scan);