Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp301 fix0_to_8(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClipMask()
336 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
344 (FX_FIXFLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
374 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
442 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in DrawPath()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp238 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
322 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
329 (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
340 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
354 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
360 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathStroke()
1226 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1246 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1275 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1616 pRect->bottom = GetDeviceCaps(FXDC_PIXEL_HEIGHT); in GetClipBox()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp353 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
Dfx_win32_device.cpp507 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp23 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()
/external/pdfium/core/include/fxge/
Dfx_ge.h197 #define FXDC_PIXEL_HEIGHT 3 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1284 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize()
1349 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp197 case FXDC_PIXEL_HEIGHT: { in GetDeviceCaps()