Home
last modified time | relevance | path

Searched refs:cupsBorderlessScalingFactor (Results 1 – 4 of 4) sorted by relevance

/external/libcups/filter/
Dinterpret.c174 h->cupsBorderlessScalingFactor = 1.0f; in cupsRasterInterpretPPD()
248 h->cupsBorderlessScalingFactor = (float)sc; in cupsRasterInterpretPPD()
345 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
347 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
349 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
351 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
353 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
355 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
357 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
359 h->cupsBorderlessScalingFactor); in cupsRasterInterpretPPD()
[all …]
Dtestraster.c1033 if (fabs(header->cupsBorderlessScalingFactor - expected->cupsBorderlessScalingFactor) > 0.001) in print_changes()
1035 header->cupsBorderlessScalingFactor, in print_changes()
1036 expected->cupsBorderlessScalingFactor); in print_changes()
Dspec-ppd.shtml771 <td><tt>cupsBorderlessScalingFactor</tt></td>
774 <td><tt>&lt;&lt;/cupsBorderlessScalingFactor 1.01&gt;&gt;setpagedevice</tt></td>
/external/libcups/cups/
Draster.h344 float cupsBorderlessScalingFactor; member