Searched refs:m_pBitmap (Results 1 - 25 of 25) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_rendercontext.cpp17 m_pBitmap = NULL;
31 if (m_pBitmap) delete m_pBitmap;
H A Dfpdfview.cpp544 pContext->m_pBitmap = FX_NEW CFX_DIBitmap;
545 pContext->m_pBitmap->Create(width, height, FXDIB_Rgb, (FX_LPBYTE)pBuffer);
547 ((CPDF_FxgeDevice*)pContext->m_pDevice)->Attach(pContext->m_pBitmap);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_rendercontext.h27 CFX_DIBitmap* m_pBitmap; member in class:CRenderContext
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp1501 m_pBitmap = NULL;
1503 m_pBitmap = pSrc->Clone();
1505 m_pBitmap = FX_NEW CFX_DIBitmap;
1506 if (!m_pBitmap) {
1509 if (!m_pBitmap->Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat(), pSrc->GetBuffer())) {
1510 delete m_pBitmap;
1511 m_pBitmap = NULL;
1514 m_pBitmap->CopyPalette(pSrc->GetPalette());
1515 m_pBitmap->CopyAlphaMask(pSrc->m_pAlphaMask);
1520 if (m_pBitmap) {
[all...]
H A Dfx_dib_composite.cpp4446 m_pBitmap = pDest;
4469 if (!m_Compositor.Init(m_pBitmap->GetFormat(), src_format, width, pSrcPalette, m_MaskColor, FXDIB_BLEND_NORMAL,
4474 m_pScanlineV = FX_Alloc(FX_BYTE, m_pBitmap->GetBPP() / 8 * width + 4);
4478 m_pClipScanV = FX_Alloc(FX_BYTE, m_pBitmap->GetHeight());
4482 if (m_pBitmap->m_pAlphaMask) {
4490 m_pAddClipScan = FX_Alloc(FX_BYTE, m_bVertical ? m_pBitmap->GetHeight() : m_pBitmap->GetWidth());
4528 FX_LPBYTE dest_scan = (FX_LPBYTE)m_pBitmap->GetScanline(line + m_DestTop) +
4529 m_DestLeft * m_pBitmap->GetBPP() / 8;
4530 FX_LPBYTE dest_alpha_scan = m_pBitmap
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp194 m_pBitmap = pBitmap;
237 return m_pBitmap->GetWidth();
239 return m_pBitmap->GetHeight();
241 return m_pBitmap->GetBPP();
247 if (m_pBitmap->HasAlpha()) {
249 } else if (m_pBitmap->IsAlphaMask()) {
250 if (m_pBitmap->GetBPP() == 1) {
256 if (m_pBitmap->IsCmykImage()) {
1125 if (!render.Init(m_pBitmap, pt, m_pClipRgn, color, bFullCover, m_bRgbByteOrder, alpha_flag, pIccTransform)) {
1411 if (m_pBitmap
[all...]
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h102 return m_pBitmap->GetBuffer();
109 CFX_DIBitmap* m_pBitmap; member in class:CFX_AggDeviceDriver
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp21 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap);
149 rect_cg = CGRectMake(0, 0, m_pBitmap->GetWidth(), m_pBitmap->GetHeight());
/external/pdfium/core/src/reflow/
H A Dreflowedpage.h343 m_pBitmap = NULL;
347 if(m_pBitmap) {
348 delete m_pBitmap;
350 m_pBitmap = NULL;
353 CFX_DIBitmap* m_pBitmap; member in class:CRF_ImageData
H A Dreflowedpage.cpp52 delete ((CRF_ImageData*)pData)->m_pBitmap;
501 if(!pImageData->m_pBitmap) {
506 CFX_DIBSource* pDispSource = pImageData->m_pBitmap;
510 pDiBmp = pImageData->m_pBitmap->TransformTo(&matrix, left, top);
H A Dlayoutprocessor_reflow.cpp1076 pRFImage->m_pBitmap = NULL;
1089 pRFImage->m_pBitmap = pDibSource->Clone();
1097 pRFImage->m_pBitmap->MultiplyAlpha(pMaskBmp);
1100 pRFImage->m_pBitmap->MultiplyAlpha(pMask);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp39 pInlines->m_pBitmap = dibsrc.Clone();
43 if (pInlines->m_pBitmap == NULL) {
47 if (pInlines->m_pBitmap->IsAlphaMask()) {
60 if (renderer.Start(this, pInlines->m_pBitmap, fill_argb, bitmap_alpha, &image_matrix, flags, FALSE, m_curBlend)) {
383 if (m_Loader.m_pBitmap == NULL) {
391 m_pDIBSource = m_Loader.m_pBitmap;
401 m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBitmap, !m_Loader.m_bCached);
843 if (m_pQuickStretcher->m_pBitmap->IsAlphaMask())
844 m_pRenderStatus->m_pDevice->SetBitMask(m_pQuickStretcher->m_pBitmap, m_pQuickStretche
[all...]
H A Drender_int.h184 m_pBitmap = NULL;
197 CFX_DIBSource* m_pBitmap; member in class:CPDF_ImageLoader
290 CFX_DIBitmap* m_pBitmap; member in class:CPDF_QuickStretcher
310 return m_pBitmap;
321 CFX_DIBitmap* m_pBitmap; member in class:CPDF_DeviceBuffer
H A Dfpdf_render_text.cpp128 if (pChar == NULL || pChar->m_pBitmap == NULL) {
131 CFX_DIBitmap* pBitmap = pChar->m_pBitmap;
321 if (m_pBitmap != NULL || m_pForm == NULL) {
331 m_pBitmap = pSource->Clone();
346 m_pBitmap = dibsrc.Clone();
466 } else if (pType3Char->m_pBitmap) {
487 if (renderer.Start(this, pType3Char->m_pBitmap, fill_argb, 255, &image_matrix, 0, FALSE)) {
H A Dfpdf_render.cpp1334 m_pBitmap = NULL;
1341 if (m_pBitmap) {
1342 delete m_pBitmap;
1377 m_pBitmap = FX_NEW CFX_DIBitmap;
1378 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb);
1385 m_pDevice->SetDIBits(m_pBitmap, m_Rect.left, m_Rect.top);
1387 m_pDevice->StretchDIBits(m_pBitmap, m_Rect.left, m_Rect.top, m_Rect.Width(), m_Rect.Height());
1392 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(), m_pBitmap->GetHeight());
1394 buffer.CompositeBitmap(0, 0, buffer.GetWidth(), buffer.GetHeight(), m_pBitmap,
[all...]
H A Dfpdf_render_loadimage.cpp1448 m_pImageLoader->m_pBitmap = pCache->m_pCurImageCache->DetachBitmap();
1456 m_pImageLoader->m_pBitmap = m_pImage->m_pImage->DetachBitmap();
1470 m_pImageLoader->m_pBitmap = m_pCache->m_pCurImageCache->DetachBitmap();
1478 m_pImageLoader->m_pBitmap = m_pImage->m_pImage->DetachBitmap();
1491 pCache->GetCachedBitmap(pImage->m_pImage->GetStream(), m_pBitmap, m_pMask, m_MatteColor, bStdCS, GroupFamily, bLoadMask, pRenderStatus, m_nDownsampleWidth, m_nDownsampleHeight);
1494 m_pBitmap = pImage->m_pImage->LoadDIBSource(&m_pMask, &m_MatteColor, bStdCS, GroupFamily, bLoadMask);
1516 if (m_pBitmap) {
1517 delete m_pBitmap;
1518 m_pBitmap = NULL;
/external/pdfium/core/include/fxge/
H A Dfx_dib.h366 return m_pBitmap;
370 CFX_DIBitmap* m_pBitmap; member in class:CFX_DIBExtractor
476 CFX_DIBitmap* m_pBitmap; member in class:CFX_BitmapComposer
505 return m_pBitmap;
512 CFX_DIBitmap* m_pBitmap; member in class:CFX_BitmapStorer
H A Dfx_ge.h367 return m_pBitmap;
371 m_pBitmap = pBitmap;
453 CFX_DIBitmap* m_pBitmap; member in class:CFX_RenderDevice
H A Dfx_font.h399 CFX_DIBitmap* m_pBitmap; member in class:CFX_FaceCache
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp798 m_pBitmap = NULL;
805 if (m_pBitmap) {
806 delete m_pBitmap;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h712 CFX_DIBitmap* m_pBitmap; member in class:CPDF_InlineImages
H A Dfpdf_resource.h437 CFX_DIBitmap* m_pBitmap; member in class:CPDF_Type3Char
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp11 m_pBitmap = NULL;
H A Dfx_ge_text.cpp1071 m_pBitmap = NULL;
1090 if (m_pBitmap) {
1091 delete m_pBitmap;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1751 m_pBitmap = NULL;
1760 if (m_pBitmap) {
1761 delete m_pBitmap;

Completed in 9523 milliseconds