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

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 236 case FXDC_PIXEL_WIDTH:
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 262 #define FXDC_PIXEL_WIDTH 2
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 30 m_Width = m_pDeviceDriver->GetDeviceCaps(FXDC_PIXEL_WIDTH);
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 331 case FXDC_PIXEL_WIDTH:
fx_win32_device.cpp 458 case FXDC_PIXEL_WIDTH:
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 227 case FXDC_PIXEL_WIDTH: {
    [all...]

Completed in 54 milliseconds