Home
last modified time | relevance | path

Searched refs:Orientation (Results 1 – 25 of 54) sorted by relevance

123

/external/libcups/filter/
Dcommon.c28 int Orientation = 0, /* 0 = portrait, 1 = landscape, etc. */ variable
89 Orientation = 1; in SetCommonOptions()
91 Orientation = 3; in SetCommonOptions()
105 Orientation = atoi(val) - 3; in SetCommonOptions()
106 if (Orientation >= 2) in SetCommonOptions()
107 Orientation ^= 1; in SetCommonOptions()
112 switch (Orientation & 3) in SetCommonOptions()
131 switch (Orientation & 3) in SetCommonOptions()
150 switch (Orientation & 3) in SetCommonOptions()
169 switch (Orientation & 3) in SetCommonOptions()
[all …]
Dpstops.c700 if (orient != Orientation) in copy_comments()
706 Orientation = (4 - Orientation + orient) & 3; in copy_comments()
708 Orientation = orient; in copy_comments()
1166 WriteLabels(Orientation); in copy_non_dsc()
1204 WriteLabels(Orientation); in copy_non_dsc()
1357 else if (doc->number_up == 1 && !doc->fit_to_page && Orientation) in copy_page()
1364 fprintf(stderr, "DEBUG: Orientation = %d\n", Orientation); in copy_page()
1371 switch (Orientation) in copy_page()
1995 if (Orientation & 1) in do_setup()
2087 write_labels(doc, Orientation); in end_nup()
[all …]
Dcommon.h39 extern int Orientation, /* 0 = portrait, 1 = landscape, etc. */
Dtestraster.c955 if (header->Orientation != expected->Orientation) in print_changes()
956 printf(" Orientation %d, expected %d\n", header->Orientation, in print_changes()
957 expected->Orientation); in print_changes()
Draster.c1047 fh.Orientation = htonl(r->header.Orientation); in cupsRasterWriteHeader()
1244 fh.Orientation = htonl(r->header.Orientation); in cupsRasterWriteHeader2()
Drastertohp.c98 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
Drastertopwg.c107 fprintf(stderr, "DEBUG: Orientation = %d\n", inheader.Orientation); in main()
Dinterpret.c287 switch (h->Orientation) in cupsRasterInterpretPPD()
1519 h->Orientation = (unsigned)obj->value.number; in setpagedevice()
Drastertolabel.c174 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
Drastertoepson.c132 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
/external/libcups/cups/
Draster.h272 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member
321 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member
Dtest2.ppd114 *ParamCustomPageSize Orientation: 5 int 0 0
Dtest.ppd129 *ParamCustomPageSize Orientation: 5 int 0 0
/external/pdfium/xfa/fxfa/parser/
Dcxfa_containerlayoutitem.cpp43 if (pMedium->JSObject()->GetEnum(XFA_Attribute::Orientation) == in GetPageSize()
Dcxfa_medium.cpp19 {XFA_Attribute::Orientation, XFA_AttributeType::Enum,
Dcxfa_node_statics.cpp708 {0x4ef3d02c /* orientation */, XFA_Attribute::Orientation},
1981 case XFA_Attribute::Orientation: in AttributeToName()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java52 import android.graphics.drawable.GradientDrawable.Orientation;
557 GradientDrawable gradDraw = new GradientDrawable(Orientation.TOP_BOTTOM, colors); in setVerValSlider()
/external/dng_sdk/source/
Ddng_validate.cpp452 finalImage->Rotate (negative->Orientation ()); in dng_validate()
Ddng_negative.h943 dng_orientation Orientation () in Orientation() function
/external/subsampling-scale-image-view/
DREADME.md16 …hanges](https://github.com/davemorrissey/subsampling-scale-image-view/wiki/05.-Orientation-changes)
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h441 Orientation, enumerator
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/
DGenericPostScript.ppd.gz
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175Orientation";qx.Class.define(a,{extend:qx.core.Object,implement:qx.event.IEventHandler,construct:f…

123