HomeSort by relevance Sort by last modified time
    Searched refs:FXDIB_Format (Results 1 - 21 of 21) sorted by null

  /external/pdfium/core/include/fxge/
fx_ge_apple.h 17 FX_BOOL Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format);
fx_dib.h 12 enum FXDIB_Format {
157 FXDIB_Format GetFormat() const
159 return (FXDIB_Format)(m_AlphaFlag * 0x100 + m_bpp);
240 CFX_DIBitmap* CloneConvert(FXDIB_Format format, const FX_RECT* pClip = NULL, void* pIccTransform = NULL) const;
294 FX_BOOL Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer = NULL, int pitch = 0);
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) = 0;
419 FX_BOOL Init(FXDIB_Format dest_format, FXDIB_Format src_format, FX_INT32 width, FX_DWORD* pSrcPalette,
    [all...]
fx_ge_win32.h 88 CFX_WinBitmapDevice(int width, int height, FXDIB_Format format);
fx_ge.h 488 FX_BOOL Create(int width, int height, FXDIB_Format format, int dither_bits = 0, CFX_DIBitmap* pOriDevice = NULL);
503 FX_BOOL Create(int width, int height, FXDIB_Format format, int dither_bits = 0, CFX_DIBitmap* pOriDevice = NULL);
  /external/pdfium/core/src/fxge/dib/
dib_int.h 59 CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
65 FXDIB_Format m_DestFormat;
fx_dib_convert.cpp 606 FX_BOOL _ConvertBuffer_1bppMask2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
631 FX_BOOL _ConvertBuffer_8bppMask2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
649 FX_BOOL _ConvertBuffer_1bppPlt2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
696 FX_BOOL _ConvertBuffer_8bppPlt2Rgb(FXDIB_Format dst_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
    [all...]
fx_dib_main.cpp 12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
62 FX_BOOL CFX_DIBitmap::Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer, int pitch)
397 FXDIB_Format dest_format = GetFormat();
398 FXDIB_Format src_format = pSrcBitmap->GetFormat();
654 pSrcClone = pSrcBitmap->CloneConvert((FXDIB_Format)((pSrcBitmap->GetFormat() & 0xff00) | 0x20));
656 pSrcClone = pSrcBitmap->CloneConvert((FXDIB_Format)((pSrcBitmap->GetFormat() & 0xff00) | 0x18));
    [all...]
fx_dib_engine.cpp 179 CStretchEngine::CStretchEngine(IFX_ScanlineComposer* pDestBitmap, FXDIB_Format dest_format,
    [all...]
fx_dib_transform.cpp 329 FXDIB_Format _GetTransformedFormat(const CFX_DIBSource* pDrc)
331 FXDIB_Format format = pDrc->GetFormat();
376 FXDIB_Format transformF = _GetTransformedFormat(m_Stretcher.m_pSource);
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 66 FXDIB_Format format = bAlpha ? (FXDIB_Format)(pbmi->bmiHeader.biBitCount + 0x200) : (FXDIB_Format)pbmi->bmiHeader.biBitCount;
fx_win32_device.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 203 FXDIB_Format maskFormat = pMask->GetFormat();
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 447 virtual FXDIB_Format GetDestFormat();
fpdf_render.cpp     [all...]
fpdf_render_image.cpp 170 FXDIB_Format CPDF_DIBTransferFunc::GetDestFormat()
    [all...]
fpdf_render_loadimage.cpp 673 FXDIB_Format format;
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 385 FXDIB_Format format = m_bCmykOutput ? FXDIB_Cmyk : FXDIB_Rgb;
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 712 FXDIB_Format fx_format;
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]

Completed in 900 milliseconds