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

  /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/src/com/android/bips/jni/
LocalJobParams.java 44 public float page_width; field in class:LocalJobParams
86 " page_width=" + page_width +
  /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:__anon47869
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 74 milliseconds