Home
last modified time | relevance | path

Searched refs:FXDC_PIXEL_HEIGHT (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1151 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
1227 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
1235 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT)))); in SetClip_PathFill()
1247 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
1262 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
1269 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathStroke()
1318 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1338 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1362 static_cast<float>(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1441 pRect->bottom = GetDeviceCaps(FXDC_PIXEL_HEIGHT); in GetClipBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp41 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize()
Dcpdf_devicebuffer.cpp39 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp962 static_cast<float>(m_pDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT)))); in SetClipFill()
1680 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
1696 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
1811 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
1820 (float)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
1850 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
1867 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
1884 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
2172 pRect->bottom = GetDeviceCaps(FXDC_PIXEL_HEIGHT); in GetClipBox()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp378 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
516 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
Dfx_win32_device.cpp759 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h25 #define FXDC_PIXEL_HEIGHT 3 macro
Dcfx_renderdevice.cpp401 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()