HomeSort by relevance Sort by last modified time
    Searched refs:CFX_DIBitmap (Results 26 - 45 of 45) sorted by null

12

  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 286 static CFX_DIBitmap* _StretchMonoToGray(int dest_width, int dest_height,
287 const CFX_DIBitmap* pSource, FX_RECT* pClipRect)
300 CFX_DIBitmap* pStretched = FX_NEW CFX_DIBitmap;
343 static void OutputImageMask(GpGraphics* pGraphics, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top,
379 CFX_DIBitmap* pStretched = NULL;
415 static void OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect,
422 CFX_DIBitmap* pCloned = pBitmap->Clone(pSrcRect);
537 FX_BOOL CGdiplusExt::GdipCreateBitmap(CFX_DIBitmap* pBitmap, void**bitmap)
685 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top,
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 37 class CFX_DIBitmap;
437 CFX_DIBitmap* m_pBitmap;
925 void SetImage(const CFX_DIBitmap* pDIBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite = NULL, IFX_FileRead *pFileRead = NULL, const CFX_DIBitmap* pMask = NULL, const CPDF_ImageSetParam* pParam = NULL);
931 void ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pDIBitmap);
fpdf_pageobj.h 712 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 396 CFX_DIBitmap* pBitmap = m_pDevice->GetBitmap();
835 CFX_DIBitmap* oriDevice = NULL;
837 oriDevice = FX_NEW CFX_DIBitmap;
846 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap();
851 CFX_DIBitmap* pTextMask = NULL;
853 pTextMask = FX_NEW CFX_DIBitmap;
    [all...]
fpdf_render_cache.cpp 159 void CPDF_PageRenderCache::ResetBitmap(CPDF_Stream* pStream, const CFX_DIBitmap* pBitmap)
197 void CPDF_ImageCache::Reset(const CFX_DIBitmap* pBitmap)
fpdf_render_text.cpp 100 static int _DetectFirstLastScan(const CFX_DIBitmap* pBitmap, FX_BOOL bFirst)
131 CFX_DIBitmap* pBitmap = pChar->m_pBitmap;
136 CFX_DIBitmap* pResBitmap = NULL;
498 CFX_DIBitmap bitmap;
fpdf_render_loadimage.cpp 146 CFX_DIBitmap* CPDF_DIBSource::GetBitmap() const
153 void CPDF_DIBSource::ReleaseBitmap(CFX_DIBitmap* pBitmap) const
609 m_pCachedBitmap = FX_NEW CFX_DIBitmap;
684 m_pCachedBitmap = FX_NEW CFX_DIBitmap;
732 m_pCachedBitmap = FX_NEW CFX_DIBitmap;
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 57 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pDestClip) const
66 CFX_DIBitmap* pTransBitmap = FX_NEW CFX_DIBitmap;
176 CFX_DIBitmap* CFX_DIBSource::TransformTo(const CFX_AffineMatrix* pDestMatrix, int& result_left, int& result_top,
184 CFX_DIBitmap* pTransformed = transformer.m_Storer.Detach();
187 CFX_DIBitmap* CFX_DIBSource::StretchTo(int dest_width, int dest_height, FX_DWORD flags, const FX_RECT* pClip) const
372 CFX_DIBitmap* pTransformed = FX_NEW CFX_DIBitmap;
    [all...]
fx_dib_convert.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 49 const CFX_DIBitmap* mask_dib = Mask;
60 CFX_DIBitmap* new_dib = m_Mask.New();
75 const CFX_DIBitmap* mask_dib = Mask;
92 CFX_DIBitmap* new_dib = new_mask.New();
97 const CFX_DIBitmap* old_dib = m_Mask;
fx_ge_text.cpp 282 CFX_DIBitmap bitmap;
293 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
301 CFX_DIBitmap bitmap;
342 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 377 CFX_DIBitmap m_Bitmap;
399 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 136 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask();
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 174 fxgeDevice->Attach((CFX_DIBitmap*) bitmap, 0, TRUE);
  /external/pdfium/core/src/reflow/
reflowedpage.h 353 CFX_DIBitmap* m_pBitmap;
reflowedpage.cpp 505 CFX_DIBitmap* pDiBmp = NULL;
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdfformfill.cpp 234 pDevice->Attach((CFX_DIBitmap*)bitmap);
fsdk_baseform.cpp     [all...]

Completed in 616 milliseconds

12