Searched refs:FXDC_PIXEL_HEIGHT (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 273 …set(0, 0, fix0_to_8(GetDeviceCaps(FXDC_PIXEL_WIDTH)), fix0_to_8(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClipMask() 303 …r->m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill() 308 …, 0, (FX_FIXFLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), (FX_FIXFLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill() 335 …r->m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke() 387 rect.set(0, 0, GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in DrawPath()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 238 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps() 325 … m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathFill() 330 …Rect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill() 340 …, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathFill() 352 … m_pClipRgn = new CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT)); in SetClip_PathStroke() 357 …, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in SetClip_PathStroke() 1145 …, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath() 1158 …, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath() 1181 …, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT))); in DrawPath() 1472 pRect->bottom = GetDeviceCaps(FXDC_PIXEL_HEIGHT); in GetClipBox()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 321 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
|
D | fx_win32_device.cpp | 450 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 259 #define FXDC_PIXEL_HEIGHT 3 macro
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1301 int dpiv = pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize() 1364 int dpiv = pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10); in Initialize()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 230 case FXDC_PIXEL_HEIGHT: { in GetDeviceCaps()
|