/external/libcups/filter/ |
D | common.c | 28 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 …]
|
D | pstops.c | 700 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 …]
|
D | common.h | 39 extern int Orientation, /* 0 = portrait, 1 = landscape, etc. */
|
D | testraster.c | 955 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()
|
D | raster.c | 1047 fh.Orientation = htonl(r->header.Orientation); in cupsRasterWriteHeader() 1244 fh.Orientation = htonl(r->header.Orientation); in cupsRasterWriteHeader2()
|
D | rastertohp.c | 98 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
|
D | rastertopwg.c | 107 fprintf(stderr, "DEBUG: Orientation = %d\n", inheader.Orientation); in main()
|
D | interpret.c | 287 switch (h->Orientation) in cupsRasterInterpretPPD() 1519 h->Orientation = (unsigned)obj->value.number; in setpagedevice()
|
D | rastertolabel.c | 174 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
|
D | rastertoepson.c | 132 fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); in StartPage()
|
/external/libcups/cups/ |
D | raster.h | 272 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member 321 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member
|
D | test2.ppd | 114 *ParamCustomPageSize Orientation: 5 int 0 0
|
D | test.ppd | 129 *ParamCustomPageSize Orientation: 5 int 0 0
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_medium.cpp | 19 {XFA_Attribute::Orientation, XFA_AttributeType::Enum,
|
D | attributes.inc | 102 ATTR____(0x4ef3d02cu, "orientation", Orientation, Basic)
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.h | 27 QVariant headerData(int section, Qt::Orientation orientation,
|
D | eventhistory.cpp | 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutitem.cpp | 52 if (pMedium->JSObject()->GetEnum(XFA_Attribute::Orientation) == in GetPageSize()
|
/external/angle/extensions/ |
D | EGL_ANGLE_surface_orientation.txt | 111 EGL_SURFACE_ORIENTATION_ANGLE bitmask Orientation of surface
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | UberColorPickerDialog.java | 52 import android.graphics.drawable.GradientDrawable.Orientation; 557 GradientDrawable gradDraw = new GradientDrawable(Orientation.TOP_BOTTOM, colors); in setVerValSlider()
|
/external/dng_sdk/source/ |
D | dng_validate.cpp | 452 finalImage->Rotate (negative->Orientation ()); in dng_validate()
|
D | dng_negative.h | 943 dng_orientation Orientation () in Orientation() function
|
/external/angle/ |
D | README.md | 75 * Go through [ANGLE's orientation](doc/Orientation.md) and sift through [starter projects](doc/Star…
|
/external/subsampling-scale-image-view/ |
D | README.md | 16 …hanges](https://github.com/davemorrissey/subsampling-scale-image-view/wiki/05.-Orientation-changes)
|
/external/angle/doc/ |
D | Orientation.md | 1 # ANGLE Orientation
|