Searched refs:GetBppFromFormat (Results 1 – 8 of 8) sorted by relevance
60 m_DestBPP(GetBppFromFormat(m_DestFormat)) { in CFX_ImageStretcher()
87 } else if (GetBppFromFormat(m_SrcFormat) == 8) { in DoCompose()
2775 if (GetBppFromFormat(dest_format) == 1) in Init()2783 if (GetBppFromFormat(m_SrcFormat) <= 8) { in Init()2791 (GetBppFromFormat(src_format) == 1 ? 8 : 0); in Init()2811 if (GetBppFromFormat(m_DestFormat) == 8) { in InitSourceMask()2823 bool bIsDestBpp8 = GetBppFromFormat(dest_format) == 8; in InitSourcePalette()2824 int pal_count = 1 << GetBppFromFormat(src_format); in InitSourcePalette()2978 } else if (GetBppFromFormat(m_DestFormat) == 8) { in CompositeRgbBitmapLine()3105 if (GetBppFromFormat(m_DestFormat) == 8) { in CompositePalBitmapLine()3174 } else if (GetBppFromFormat(m_DestFormat) == 8) { in CompositeByteMaskLine()3216 } else if (GetBppFromFormat(m_DestFormat) == 8) { in CompositeBitMaskLine()
42 m_bpp = GetBppFromFormat(format); in Create()849 int bpp = GetBppFromFormat(format); in CalculatePitchAndSize()1224 int dest_bpp = GetBppFromFormat(dest_format); in ConvertFormat()1270 m_bpp = GetBppFromFormat(dest_format); in ConvertFormat()
231 m_DestBpp(GetBppFromFormat(dest_format)), in CStretchEngine()232 m_SrcBpp(GetBppFromFormat(pSrcBitmap->GetFormat())), in CStretchEngine()
1254 const int bpp = GetBppFromFormat(src_format); in ConvertBuffer()
109 inline int GetBppFromFormat(FXDIB_Format format) { in GetBppFromFormat() function
27 m_bpp = GetBppFromFormat(format); in CPDF_TransferFuncDIB()