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

  /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;
48 ((job_params->page_width - (left_margin + right_margin)) *
wprintJNI.c 412 _LocalJobParamsField__page_width = (*env)->GetFieldID(env, _LocalJobParamsClass, "page_width",
    [all...]
  /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,
146 SkDoubleToScalar(config->page_width.value),
  /packages/services/BuiltInPrintService/jni/include/
lib_wprint.h 170 float page_width; member in struct:__anon44587
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 184 milliseconds