Home
last modified time | relevance | path

Searched refs:m_pOriDevice (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h84 CFX_DIBitmap* GetBackDrop() override { return m_pOriDevice; } in GetBackDrop()
146 CFX_DIBitmap* m_pOriDevice; variable
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp19 if (!m_pOriDevice && !composite_span) in blitAntiH()
223 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + span_left; in CompositeSpanGray_3()
314 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + span_left; in CompositeSpanGray_7()
724 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + (span_left << 2); in CompositeSpanRGB32_3()
861 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + (span_left << 2); in CompositeSpanRGB32_7()
996 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + span_left + in CompositeSpanRGB24_3()
1139 ori_scan = (uint8_t*)m_pOriDevice->GetScanline(span_top) + span_left + in CompositeSpanRGB24_7()
1538 m_pOriDevice = pOriDevice; in Init()
1558 if (m_pOriDevice) in Init()
1559 m_pOriScan = m_pOriDevice->GetBuffer(); in Init()
[all …]
Dfx_skia_blitter_new.h23 CFX_DIBitmap* m_pOriDevice; variable
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp206 m_pOriDevice = pOriDevice; in CFX_AggDeviceDriver()
373 CFX_DIBitmap* m_pOriDevice; member in CFX_Renderer
999 if (!m_pOriDevice && !composite_span) { in render()
1014 if (m_pOriDevice) { in render()
1015 ori_scan = m_pOriDevice->GetBuffer() + m_pOriDevice->GetPitch() * y; in render()
1069 m_pOriDevice = pOriDevice; in Init()
1194 CFX_DIBitmap* pt = bGroupKnockout ? m_pOriDevice : NULL; in RenderRasterizer()
1644 if (m_pOriDevice) { in GetDIBits()
1645 pBack = m_pOriDevice->Clone(&rect); in GetDIBits()