/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 311 FX_BOOL CFX_RenderDevice::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform) in GetDIBits() 322 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode, in SetDIBits() 365 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, in StretchDIBits() 377 FX_BOOL CFX_RenderDevice::SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb, in SetBitMask() 383 FX_BOOL CFX_RenderDevice::StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, in StretchBitMask() 392 FX_BOOL CFX_RenderDevice::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb, in StartDIBits()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 88 void _DCTEncodeBitmap(CPDF_Dictionary *pBitmapDict, const CFX_DIBitmap* pBitmap, int quality, FX_LP… in _DCTEncodeBitmap() 91 void _JBIG2EncodeBitmap(CPDF_Dictionary *pBitmapDict, const CFX_DIBitmap *pBitmap, CPDF_Document *p… in _JBIG2EncodeBitmap() 94 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrit… in SetImage() 362 void CPDF_Image::ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pBitmap) in ResetCache()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 107 void CPDF_PageRenderCache::GetCachedBitmap(CPDF_Stream* pStream, CFX_DIBSource*& pBitmap, CFX_DIBSo… in GetCachedBitmap() 159 void CPDF_PageRenderCache::ResetBitmap(CPDF_Stream* pStream, const CFX_DIBitmap* pBitmap) in ResetBitmap() 197 void CPDF_ImageCache::Reset(const CFX_DIBitmap* pBitmap) in Reset() 227 FX_BOOL CPDF_ImageCache::GetCachedBitmap(CFX_DIBSource*& pBitmap, CFX_DIBSource*& pMask, FX_DWORD& … in GetCachedBitmap()
|
D | fpdf_render_pattern.cpp | 13 static void _DrawAxialShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, in _DrawAxialShading() 96 static void _DrawRadialShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, in _DrawRadialShading() 225 static void _DrawFuncShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, in _DrawFuncShading() 301 static void _DrawGouraud(CFX_DIBitmap* pBitmap, int alpha, CPDF_MeshVertex triangle[3]) in _DrawGouraud() 376 static void _DrawFreeGouraudShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, in _DrawFreeGouraudShading() 409 static void _DrawLatticeGouraudShading(CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2Bitmap, in _DrawLatticeGouraudShading() 691 static void _DrawCoonPatchMeshes(FX_BOOL bTensor, CFX_DIBitmap* pBitmap, CFX_AffineMatrix* pObject2… in _DrawCoonPatchMeshes() 802 CFX_DIBitmap* pBitmap = buffer.GetBitmap(); in DrawShading() local 890 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in DrawPatternBitmap() local
|
D | fpdf_render_text.cpp | 100 static int _DetectFirstLastScan(const CFX_DIBitmap* pBitmap, FX_BOOL bFirst) in _DetectFirstLastScan() 131 CFX_DIBitmap* pBitmap = pChar->m_pBitmap; in RenderGlyph() local 457 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd); in ProcessType3Text() local
|
D | fpdf_render_loadimage.cpp | 71 CFX_DIBSource* pBitmap = m_pDIBSource; in DetachBitmap() local 77 CFX_DIBSource* pBitmap = m_pMask; in DetachMask() local
|
D | fpdf_render_image.cpp | 775 CFX_DIBitmap* pBitmap = m_pTransformer->m_Storer.Detach(); in Continue() local
|
D | fpdf_render.cpp | 375 CFX_DIBitmap* pBitmap = m_pDevice->GetBitmap(); in DitherObjectArea() local
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 47 CFX_DIBitmap* pBitmap = temp; in SetDIBits() local 78 CFX_DIBitmap* pBitmap = temp; in StretchDIBits() local 104 CFX_DIBitmap* pBitmap = temp; in StretchDIBits() local 378 FX_BOOL CPSPrinterDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pS… in SetDIBits() 386 FX_BOOL CPSPrinterDriver::StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left… in StretchDIBits() 395 FX_BOOL CPSPrinterDriver::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD colo… in StartDIBits()
|
D | fx_win32_dib.cpp | 12 CFX_ByteString CFX_WindowsDIB::GetBitmapInfo(const CFX_DIBitmap* pBitmap) in GetBitmapInfo() 62 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in _FX_WindowsDIB_LoadFromBuf() local 98 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) in GetDDBitmap()
|
D | fx_win32_device.cpp | 471 CFX_DIBitmap* pBitmap = pBitmap1->FlipImage(FALSE, TRUE); in GDI_SetDIBits() local 492 CFX_DIBitmap* pBitmap = (CFX_DIBitmap*)pBitmap1; in GDI_SetDIBits() local 512 CFX_DIBitmap* pBitmap = (CFX_DIBitmap*)pBitmap1; in GDI_StretchDIBits() local 546 CFX_DIBitmap* pBitmap = (CFX_DIBitmap*)pBitmap1; in GDI_StretchBitMask() local 942 FX_BOOL CGdiDisplayDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform,… in GetDIBits() 1015 CFX_DIBitmap* pBitmap = temp; in SetDIBits() local 1081 CFX_DIBitmap* pBitmap = temp; in StretchDIBits() local 1091 CFX_DIBitmap* pBitmap = temp; in StretchDIBits() local 1184 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in CFX_WinBitmapDevice() local
|
D | win32_int.h | 142 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, in StartDIBits()
|
D | fx_win32_dwrite.cpp | 177 FX_BOOL CDWriteExt::DwCreateRenderingTarget(CFX_DIBitmap* pBitmap, void** renderTarget) in DwCreateRenderingTarget() 398 CDwGdiTextRenderer::CDwGdiTextRenderer(CFX_DIBitmap* pBitmap, IDWriteBitmapRenderTarget* bitmapRend… in CDwGdiTextRenderer()
|
D | fx_win32_gdipext.cpp | 345 static void OutputImageMask(GpGraphics* pGraphics, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, i… in OutputImageMask() 417 static void OutputImage(GpGraphics* pGraphics, const CFX_DIBitmap* pBitmap, const FX_RECT* pSrcRect, in OutputImage() 539 FX_BOOL CGdiplusExt::GdipCreateBitmap(CFX_DIBitmap* pBitmap, void**bitmap) in GdipCreateBitmap() 687 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int des… in StretchBitMask() 704 FX_BOOL CGdiplusExt::StretchDIBits(HDC hDC, const CFX_DIBitmap* pBitmap, int dest_left, int dest_to… in StretchDIBits() 1138 GpBitmap* pBitmap; member 1144 GpBitmap* pBitmap; in LoadDIBitmap() local
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 20 void* CQuartz2D::createGraphics(CFX_DIBitmap* pBitmap) in createGraphics() 147 static CGContextRef createContextWithBitmap(CFX_DIBitmap* pBitmap) in createContextWithBitmap() 557 FX_BOOL CFX_QuartzDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, in SetDIBits() 688 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap, in StretchDIBits() 1104 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) in Attach() 1120 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in Create() local
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 238 CFX_SkiaDeviceDriver::CFX_SkiaDeviceDriver(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByte… in CFX_SkiaDeviceDriver() 460 FX_BOOL CFX_SkiaDeviceDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransfo… in GetDIBits() 465 FX_BOOL CFX_SkiaDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT*… in SetDIBits() 503 FX_BOOL CFX_SkiaDevice::Attach(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByteOrder, CFX_D… in Attach() 516 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in Create() local
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 188 IFX_RenderDeviceDriver* IFX_RenderDeviceDriver::CreateFxgeDriver(CFX_DIBitmap* pBitmap, FX_BOOL bRg… in CreateFxgeDriver() 192 CFX_AggDeviceDriver::CFX_AggDeviceDriver(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByteOr… in CFX_AggDeviceDriver() 1190 void RgbByteOrderSetPixel(CFX_DIBitmap* pBitmap, int x, int y, FX_DWORD argb) in RgbByteOrderSetPixel() 1205 void RgbByteOrderCompositeRect(CFX_DIBitmap* pBitmap, int left, int top, int width, int height, FX_… in RgbByteOrderCompositeRect() 1275 void RgbByteOrderTransferBitmap(CFX_DIBitmap* pBitmap, int dest_left, int dest_top, int width, int … in RgbByteOrderTransferBitmap() 1478 FX_BOOL CFX_AggDeviceDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransfor… in GetDIBits() 1516 FX_BOOL CFX_AggDeviceDriver::SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD argb, const FX_RECT* … in SetDIBits() 1582 FX_BOOL CFX_FxgeDevice::Attach(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByteOrder, CFX_D… in Attach() 1595 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in Create() local
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 354 CFX_DIBitmap* pBitmap = NULL; in FPDF_RenderPage() local 601 nonstd::unique_ptr<CFX_DIBitmap> pBitmap(new CFX_DIBitmap); in FPDFBitmap_Create() local 627 CFX_DIBitmap* pBitmap = new CFX_DIBitmap; in FPDFBitmap_CreateEx() local
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 1603 CFX_DIBitmap* pBitmap = m_pTransformer->m_Storer.Detach(); local 1646 CFX_DIBitmap* pBitmap = m_pBitmap; local 1650 void CFX_BitmapStorer::Replace(CFX_DIBitmap* pBitmap)
|
D | fx_dib_convert.cpp | 230 FX_BOOL CFX_Palette::BuildPalette(const CFX_DIBSource* pBitmap, int pal_type) in BuildPalette()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 365 void SetBitmap(CFX_DIBitmap* pBitmap) in SetBitmap()
|