Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 25 of 50) sorted by relevance

12

/external/pdfium/third_party/libopenjpeg20/
Dt1.c48 static INLINE OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient);
61 OPJ_UINT32 orient,
75 OPJ_UINT32 orient,
85 OPJ_INT32 orient,
92 OPJ_INT32 orient,
98 OPJ_INT32 orient,
108 OPJ_UINT32 orient,
119 OPJ_INT32 orient,
124 OPJ_INT32 orient);
128 OPJ_INT32 orient);
[all …]
Ddwt.h76 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) ;
83 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient);
103 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient);
110 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient);
Dt1_generate_luts.c41 static int t1_init_ctxno_zc(int f, int orient) { in t1_init_ctxno_zc() argument
48 switch (orient) { in t1_init_ctxno_zc()
207 int orient = j; in main() local
208 if (orient == 2) { in main()
209 orient = 1; in main()
210 } else if (orient == 1) { in main()
211 orient = 2; in main()
213 lut_ctxno_zc[(orient << 8) | i] = t1_init_ctxno_zc(i, j); in main()
Ddwt.c489 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) { in opj_dwt_getgain() argument
490 if (orient == 0) in opj_dwt_getgain()
492 if (orient == 1 || orient == 2) in opj_dwt_getgain()
500 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm() argument
501 return opj_dwt_norms[orient][level]; in opj_dwt_getnorm()
515 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient) { in opj_dwt_getgain_real() argument
516 (void)orient; in opj_dwt_getgain_real()
523 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient) { in opj_dwt_getnorm_real() argument
524 return opj_dwt_norms_real[orient][level]; in opj_dwt_getnorm_real()
532 OPJ_UINT32 resno, level, orient, gain; in opj_dwt_calc_explicit_stepsizes() local
[all …]
/external/icu/icu4c/source/data/zone/
Dfur.txt57 ld{"Ore estive de Europe orientâl"}
58 lg{"Ore de Europe orientâl"}
59 ls{"Ore standard de Europe orientâl"}
/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-with-scrollbars.py28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL)
29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)
Dslider-demo-1.py15 orient=HORIZONTAL,
Danimation-w-velocity-ctrl.py20 self.speed = Scale(self, orient=HORIZONTAL, from_=-100, to=100)
Dpong-demo-1.py16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
/external/icu/icu4c/source/data/region/
Dfur.txt12 014{"Afriche orientâl"}
19 030{"Asie orientâl"}
21 035{"Asie sud orientâl"}
31 151{"Europe orientâl"}
258 TL{"Timor orientâl"}
/external/libcups/filter/
Dcommon.c412 WriteLabels(int orient) /* I - Orientation of the page */ in WriteLabels() argument
420 if ((orient ^ Orientation) & 1) in WriteLabels()
431 switch (orient & 3) in WriteLabels()
Dcommon.h61 extern void WriteLabels(int orient);
Dpstops.c184 static void write_labels(pstops_doc_t *doc, int orient);
698 int orient = (atoi(line + 14) / 90) & 3; in copy_comments() local
700 if (orient != Orientation) in copy_comments()
706 Orientation = (4 - Orientation + orient) & 3; in copy_comments()
708 Orientation = orient; in copy_comments()
3290 int orient) /* I - Orientation of the page */ in write_labels() argument
3298 if ((orient ^ Orientation) & 1) in write_labels()
3309 switch (orient & 3) in write_labels()
/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview)
65 hsb = ttk.Scrollbar(orient="horizontal", command=self.tree.xview)
Ddirbrowser.py68 vsb = ttk.Scrollbar(orient="vertical")
69 hsb = ttk.Scrollbar(orient="horizontal")
Dlistbox_scrollcmd.py21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
/external/ImageMagick/scripts/
Dxsnap145 scale .options.input.delay.scale -orient horizontal -length 11c \
182 scale .options.processing.colors.scale -orient horizontal -length 11c \
189 scale .options.processing.rotate.scale -orient horizontal -length 11c \
214 scale .options.output.scene.scale -orient horizontal -length 11c \
/external/trappy/trappy/wa/
Dsysfs_extractor.py91 dfr = pd.DataFrame.from_items(params_items, orient="index",
/external/freetype/src/base/
Dftoutln.c835 FT_Orientation orient = FT_ORIENTATION_NONE;
883 if ( orient == FT_ORIENTATION_NONE )
884 orient = o;
885 else if ( orient != o )
890 return orient;
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c832 FT_Orientation orient = FT_ORIENTATION_NONE;
880 if ( orient == FT_ORIENTATION_NONE )
881 orient = o;
882 else if ( orient != o )
887 return orient;
/external/python/cpython2/Lib/idlelib/
DtextView.py52 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
/external/python/cpython2/Demo/turtle/
DturtleDemo.py71 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5,
118 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL)
/external/icu/icu4c/source/data/lang/
Dfur.txt245 Syrn{"siriac orientâl"}
289 AREVELA{"armen orientâl"}
/external/python/cpython2/Demo/tkinter/guido/
Dkill.py78 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
Dsvkill.py103 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)

12