/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...] |
/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
LocalJobParams.java | 44 public float page_width; field in class:LocalJobParams 86 + " page_width=" + page_width
|
/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...] |
/packages/services/BuiltInPrintService/jni/lib/ |
printable_area.c | 35 job_params->page_width = 0.0f; 40 job_params->page_width = SupportedMediaSizes[i].WidthInInches / 1000; 49 job_params->page_width * 1000, job_params->pixel_units); 53 job_params->printable_area_width = (unsigned int) floorf(((job_params->page_width -
|
wprintJNI.c | 412 _LocalJobParamsField__page_width = (*env)->GetFieldID(env, _LocalJobParamsClass, "page_width", [all...] |
/external/skia/tools/shape/ |
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, 144 config->page_width.value - 2*config->left_margin.value); 155 SkDoubleToScalar(config->page_width.value),
|
/external/skqp/tools/shape/ |
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, 144 config->page_width.value - 2*config->left_margin.value); 155 SkDoubleToScalar(config->page_width.value),
|
/cts/tests/tests/widget/src/android/widget/cts/ |
HorizontalScrollViewTest.java | 64 private static final int PAGE_WIDTH = 100; 66 private static final int SCROLL_RIGHT = ITEM_WIDTH * ITEM_COUNT - PAGE_WIDTH; 545 assertEquals(PAGE_WIDTH, mScrollViewCustom.getScrollX()); 552 assertEquals(SCROLL_RIGHT - PAGE_WIDTH, mScrollViewCustom.getScrollX()); 648 rect = new Rect(edge, 0, PAGE_WIDTH, 0); 652 rect = new Rect(edge + 1, 0, PAGE_WIDTH, 0); 740 mScrollViewCustom.scrollTo(PAGE_WIDTH, PAGE_HEIGHT); 742 assertEquals(PAGE_WIDTH, mScrollViewCustom.getScrollX()); [all...] |
/packages/services/BuiltInPrintService/jni/include/ |
lib_wprint.h | 170 float page_width; member in struct:__anon53033
|
/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)
|