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.cpp475 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
553 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
561 (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
572 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
587 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
593 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathStroke()
1471 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1491 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1518 (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath()
1598 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/
Dcfx_renderdevice.h22 #define FXDC_PIXEL_HEIGHT 3 macro
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1311 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
1327 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
1431 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
1440 (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill()
1470 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill()
1487 GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
1504 GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp375 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
Dfx_win32_device.cpp765 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp392 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()