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.cpp273 …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/
Dfx_agg_driver.cpp238 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/
Dfx_win32_print.cpp321 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
Dfx_win32_device.cpp450 case FXDC_PIXEL_HEIGHT: in GetDeviceCaps()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT); in InitDeviceInfo()
/external/pdfium/core/include/fxge/
Dfx_ge.h259 #define FXDC_PIXEL_HEIGHT 3 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1301 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/
Dfx_quartz_device.cpp230 case FXDC_PIXEL_HEIGHT: { in GetDeviceCaps()