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

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 35 int horz_size = pDevice->GetDeviceCaps(FXDC_HORZ_SIZE); local
37 if (horz_size && vert_size && max_dpi) {
39 pDevice->GetDeviceCaps(FXDC_PIXEL_WIDTH) * 254 / (horz_size * 10);
cpdf_devicebuffer.cpp 33 int horz_size = pDevice->GetDeviceCaps(FXDC_HORZ_SIZE); local
35 if (horz_size && vert_size && max_dpi) {
37 pDevice->GetDeviceCaps(FXDC_PIXEL_WIDTH) * 254 / (horz_size * 10);

Completed in 6963 milliseconds