Home
last modified time | relevance | path

Searched refs:bitmap_device (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp431 CFX_FxgeDevice bitmap_device; in ProcessType3Text() local
432 if (!bitmap_device.Create((int)(rect.Width() * sa), in ProcessType3Text()
436 bitmap_device.GetBitmap()->Clear(0); in ProcessType3Text()
438 status.Initialize(m_pContext, &bitmap_device, NULL, NULL, this, pStates, in ProcessType3Text()
447 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top); in ProcessType3Text()
Dfpdf_render_image.cpp888 CFX_FxgeDevice bitmap_device; in LoadSMask() local
890 if (!bitmap_device.Create(width, height, in LoadSMask()
895 if (!bitmap_device.Create(width, height, in LoadSMask()
900 CFX_DIBitmap& bitmap = *bitmap_device.GetBitmap(); in LoadSMask()
948 status.Initialize(m_pContext, &bitmap_device, NULL, NULL, NULL, NULL, in LoadSMask()
Dfpdf_render.cpp813 CFX_FxgeDevice bitmap_device; in ProcessTransparency() local
822 if (!bitmap_device.Create(width, height, FXDIB_Argb, 0, oriDevice.get())) in ProcessTransparency()
825 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap(); in ProcessTransparency()
854 bitmap_render.Initialize(m_pContext, &bitmap_device, NULL, m_pStopObj, NULL, in ProcessTransparency()
Dfpdf_render_pattern.cpp974 CFX_FxgeDevice bitmap_device; in DrawPatternBitmap() local
975 bitmap_device.Attach(pBitmap); in DrawPatternBitmap()
992 context.DrawObjectList(&bitmap_device, pPattern->m_pForm, &mtPattern2Bitmap, in DrawPatternBitmap()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp259 CFX_FxgeDevice bitmap_device; in DrawPath() local
260 bitmap_device.Attach(&bitmap, 0, FALSE, &Backdrop, TRUE); in DrawPath()
267 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawPath()