Searched refs:bitmap_device (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 431 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()
|
D | fpdf_render_image.cpp | 888 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()
|
D | fpdf_render.cpp | 813 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()
|
D | fpdf_render_pattern.cpp | 974 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/ |
D | fx_ge_device.cpp | 259 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()
|