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

  /external/pdfium/fpdfsdk/
fpdfview_embeddertest.cpp 423 const int page_width = static_cast<int>(FPDF_GetPageWidth(page)); local
425 EXPECT_EQ(200, page_width);
429 CompareBitmap(bitmap, page_width, page_height, kOriginalMD5);
432 FS_RECTF page_rect{0, 0, page_width, page_height};
437 TestRenderPageBitmapWithMatrix(page, page_width, page_height, identity_matrix,
441 FS_RECTF middle_of_page_rect{page_width / 4, page_height / 4,
442 page_width * 3 / 4, page_height * 3 / 4};
443 TestRenderPageBitmapWithMatrix(page, page_width, page_height, identity_matrix,
448 TestRenderPageBitmapWithMatrix(page, page_width, page_height,
455 TestRenderPageBitmapWithMatrix(page, page_width, page_height
    [all...]
fpdfview.cpp 756 double page_width = pPage->GetPageWidth(); local
758 if (page_width < kEpsilonSize || page_height < kEpsilonSize)
762 *scale_x = size_x / page_width;
765 *scale_x = size_y / page_width;
    [all...]
  /external/libcups/filter/
rastertopwg.c 44 page_width, /* Actual page width */ local
127 page_width = (unsigned)(inheader.cupsPageSize[0] * inheader.HWResolution[0] / 72.0);
132 linesize = (page_width * inheader.cupsBitsPerPixel + 7) / 8;
135 if (page_left > page_width || page_top > page_height || page_bottom > page_height)
197 outheader.cupsWidth = page_width;
299 outheader.cupsInteger[3] = page_width - page_left -
304 outheader.cupsInteger[5] = page_width - page_left;
331 outheader.cupsInteger[3] = page_width - page_left -
336 outheader.cupsInteger[5] = page_width - page_left;
363 outheader.cupsInteger[3] = page_width - page_left
    [all...]
  /external/skqp/tools/
using_skia_and_harfbuzz.cpp 104 DoubleOption page_width = DoubleOption("-w", "Page width", 600.0f); member in struct:Config
121 &page_width, &page_height, &title, &author, &subject,
145 config->page_width.value - 2*config->left_margin.value);
156 SkDoubleToScalar(config->page_width.value),
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 104 DoubleOption page_width = DoubleOption("-w", "Page width", 600.0f); member in struct:Config
121 &page_width, &page_height, &title, &author, &subject,
145 config->page_width.value - 2*config->left_margin.value);
156 SkDoubleToScalar(config->page_width.value),
  /external/autotest/client/cros/
touch_playback_test_base.py 439 page_width = self._DEFAULT_SCROLL * 5
440 cmd = 'document.body.style.%s = "%dpx"' % ('%s', page_width)
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 419 milliseconds