HomeSort by relevance Sort by last modified time
    Searched refs:FXDC_PIXEL_HEIGHT (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 238 case FXDC_PIXEL_HEIGHT:
328 m_pClipRgn = FX_NEW CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
336 rectf.Intersect(CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
346 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
358 m_pClipRgn = FX_NEW CFX_ClipRgn(GetDeviceCaps(FXDC_PIXEL_WIDTH), GetDeviceCaps(FXDC_PIXEL_HEIGHT));
366 rasterizer.clip_box(0.0f, 0.0f, (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_WIDTH)), (FX_FLOAT)(GetDeviceCaps(FXDC_PIXEL_HEIGHT)));
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 263 #define FXDC_PIXEL_HEIGHT 3
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 31 m_Height = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_HEIGHT);
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 333 case FXDC_PIXEL_HEIGHT:
fx_win32_device.cpp 460 case FXDC_PIXEL_HEIGHT:
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 230 case FXDC_PIXEL_HEIGHT: {
    [all...]

Completed in 724 milliseconds