Home
last modified time | relevance | path

Searched refs:device_class (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp474 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) { in CGdiDeviceDriver() argument
476 m_DeviceClass = device_class; in CGdiDeviceDriver()
1317 int device_class; in CreateDriver() local
1320 device_class = FXDC_PRINTER; in CreateDriver()
1322 device_class = FXDC_DISPLAY; in CreateDriver()
1324 if (device_class == FXDC_PRINTER) { in CreateDriver()
Dwin32_int.h179 CGdiDeviceDriver(HDC hDC, int device_class);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp368 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text() local
370 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
451 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()