Searched refs:FXDIB_8bppRgb (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp178 case FXDIB_8bppRgb: {
505 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
592 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) {
H A Dfpdf_render_loadimage.cpp674 format = FXDIB_8bppRgb;
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp303 case FXDIB_8bppRgb: {
907 case FXDIB_8bppRgb: {
1047 case FXDIB_8bppRgb:
1095 case FXDIB_8bppRgb: {
H A Dfx_dib_engine.cpp695 format = FXDIB_8bppRgb;
696 } else if (format == FXDIB_8bppRgb) {
H A Dfx_dib_convert.cpp856 case FXDIB_8bppRgb:
982 if (dest_format == FXDIB_8bppMask && src_format == FXDIB_8bppRgb && m_pPalette == NULL) {
H A Dfx_dib_composite.cpp3975 if (m_DestFormat == FXDIB_8bppRgb) {
3983 if (m_DestFormat == FXDIB_8bppRgb) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp206 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)) {
H A Dfx_win32_gdipext.cpp306 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
448 case FXDIB_8bppRgb: {
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp518 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb &&
/external/pdfium/core/include/fxge/
H A Dfx_dib.h18 FXDIB_8bppRgb = 0x008, enumerator in enum:FXDIB_Format
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp390 case FXDIB_8bppRgb:
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp613 fx_format = FXDIB_8bppRgb;

Completed in 172 milliseconds