Home
last modified time | relevance | path

Searched refs:FXDIB_Format (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_dib.h12 enum FXDIB_Format { enum
157 FXDIB_Format GetFormat() const in GetFormat()
159 return (FXDIB_Format)(m_AlphaFlag * 0x100 + m_bpp); in GetFormat()
240 …CFX_DIBitmap* CloneConvert(FXDIB_Format format, const FX_RECT* pClip = NULL, void* pIccTransform =…
294 …FX_BOOL Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer = NULL, int pitch =…
313 FX_BOOL ConvertFormat(FXDIB_Format format, void* pIccTransform = NULL);
383 virtual FXDIB_Format GetDestFormat() = 0;
409 …virtual FX_BOOL SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPalette) = …
419 …FX_BOOL Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcP…
439 FXDIB_Format m_SrcFormat,
[all …]
Dfx_ge_apple.h17 FX_BOOL Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format);
Dfx_ge_win32.h88 CFX_WinBitmapDevice(int width, int height, FXDIB_Format format);
Dfx_ge.h488 …FX_BOOL Create(int width, int height, FXDIB_Format format, int dither_bits = 0, CFX_DIBitmap* pO…
503 …FX_BOOL Create(int width, int height, FXDIB_Format format, int dither_bits = 0, CFX_DIBitmap* pO…
/external/pdfium/core/src/fxge/dib/
Ddib_int.h59 CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
65 FXDIB_Format m_DestFormat;
Dfx_dib_convert.cpp606 FX_BOOL _ConvertBuffer_1bppMask2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, in… in _ConvertBuffer_1bppMask2Rgb()
631 FX_BOOL _ConvertBuffer_8bppMask2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, in… in _ConvertBuffer_8bppMask2Rgb()
649 FX_BOOL _ConvertBuffer_1bppPlt2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int… in _ConvertBuffer_1bppPlt2Rgb()
696 FX_BOOL _ConvertBuffer_8bppPlt2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int… in _ConvertBuffer_8bppPlt2Rgb()
841 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int … in ConvertBuffer()
844 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in ConvertBuffer()
932 CFX_DIBitmap* CFX_DIBSource::CloneConvert(FXDIB_Format dest_format, const FX_RECT* pClip, void* pIc… in CloneConvert()
998 FX_BOOL CFX_DIBitmap::ConvertFormat(FXDIB_Format dest_format, void* pIccTransform) in ConvertFormat()
1000 FXDIB_Format src_format = GetFormat(); in ConvertFormat()
Dfx_dib_main.cpp12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int …
62 FX_BOOL CFX_DIBitmap::Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer, int pit… in Create()
397 FXDIB_Format dest_format = GetFormat(); in TransferBitmap()
398 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in TransferBitmap()
654 … pSrcClone = pSrcBitmap->CloneConvert((FXDIB_Format)((pSrcBitmap->GetFormat() & 0xff00) | 0x20));
656 … pSrcClone = pSrcBitmap->CloneConvert((FXDIB_Format)((pSrcBitmap->GetFormat() & 0xff00) | 0x18));
1044 if (!ConvertFormat((FXDIB_Format)(GetFormat() | 0x0200))) {
1544 FXDIB_Format format = GetDestFormat();
1719 FX_BOOL CFX_BitmapStorer::SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcPal…
Dfx_dib_transform.cpp329 FXDIB_Format _GetTransformedFormat(const CFX_DIBSource* pDrc) in _GetTransformedFormat()
331 FXDIB_Format format = pDrc->GetFormat(); in _GetTransformedFormat()
376 FXDIB_Format transformF = _GetTransformedFormat(m_Stretcher.m_pSource); in Continue()
Dfx_dib_engine.cpp179 CStretchEngine::CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format, in CStretchEngine()
699 FXDIB_Format _GetStretchedFormat(const CFX_DIBSource* pSrc) in _GetStretchedFormat()
701 FXDIB_Format format = pSrc->GetFormat(); in _GetStretchedFormat()
Dfx_dib_composite.cpp3535 inline FX_BOOL _ScanlineCompositor_InitSourceMask(FXDIB_Format dest_format, int alpha_flag, FX_DWOR… in _ScanlineCompositor_InitSourceMask()
3592 inline void _ScanlineCompositor_InitSourcePalette(FXDIB_Format src_format, FXDIB_Format dest_format, in _ScanlineCompositor_InitSourcePalette()
3756 FX_BOOL CFX_ScanlineCompositor::Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 wi… in Init()
4466 FX_BOOL CFX_BitmapComposer::SetInfo(int width, int height, FXDIB_Format src_format, FX_DWORD* pSrcP… in SetInfo()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp66FXDIB_Format format = bAlpha ? (FXDIB_Format)(pbmi->bmiHeader.biBitCount + 0x200) : (FXDIB_Format)… in _FX_WindowsDIB_LoadFromBuf()
Dfx_win32_device.cpp1161 CFX_WinBitmapDevice::CFX_WinBitmapDevice(int width, int height, FXDIB_Format format) in CFX_WinBitmapDevice()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp203 FXDIB_Format maskFormat = pMask->GetFormat(); in SetImage()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1295 FXDIB_Format dest_format = pBitmap->GetFormat(); in RgbByteOrderTransferBitmap()
1296 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in RgbByteOrderTransferBitmap()
1609 FX_BOOL CFX_FxgeDevice::Create(int width, int height, FXDIB_Format format, int dither_bits, CFX_DIB… in Create()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h447 virtual FXDIB_Format GetDestFormat();
Dfpdf_render_image.cpp170 FXDIB_Format CPDF_DIBTransferFunc::GetDestFormat() in GetDestFormat()
Dfpdf_render_loadimage.cpp673 FXDIB_Format format; in LoadJpxBitmap()
Dfpdf_render.cpp1439 FXDIB_Format dibFormat = FXDIB_Rgb; in Initialize()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp385 FXDIB_Format format = m_bCmykOutput ? FXDIB_Cmyk : FXDIB_Rgb; in DrawDIBits()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp712 FXDIB_Format fx_format; in FPDFBitmap_CreateEx()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1122 FX_BOOL CFX_QuartzDevice::Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format) in Create()