/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 48 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 …]
|
D | dwt.h | 76 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);
|
D | t1_generate_luts.c | 41 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()
|
D | dwt.c | 489 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/ |
D | fur.txt | 57 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/ |
D | canvas-with-scrollbars.py | 28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL) 29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)
|
D | slider-demo-1.py | 15 orient=HORIZONTAL,
|
D | animation-w-velocity-ctrl.py | 20 self.speed = Scale(self, orient=HORIZONTAL, from_=-100, to=100)
|
D | pong-demo-1.py | 16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
|
/external/icu/icu4c/source/data/region/ |
D | fur.txt | 12 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/ |
D | common.c | 412 WriteLabels(int orient) /* I - Orientation of the page */ in WriteLabels() argument 420 if ((orient ^ Orientation) & 1) in WriteLabels() 431 switch (orient & 3) in WriteLabels()
|
D | common.h | 61 extern void WriteLabels(int orient);
|
D | pstops.c | 184 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/ |
D | treeview_multicolumn.py | 64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview) 65 hsb = ttk.Scrollbar(orient="horizontal", command=self.tree.xview)
|
D | dirbrowser.py | 68 vsb = ttk.Scrollbar(orient="vertical") 69 hsb = ttk.Scrollbar(orient="horizontal")
|
D | listbox_scrollcmd.py | 21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
|
/external/ImageMagick/scripts/ |
D | xsnap | 145 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/ |
D | sysfs_extractor.py | 91 dfr = pd.DataFrame.from_items(params_items, orient="index",
|
/external/freetype/src/base/ |
D | ftoutln.c | 835 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/ |
D | ftoutln.c | 832 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/ |
D | textView.py | 52 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 71 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5, 118 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL)
|
/external/icu/icu4c/source/data/lang/ |
D | fur.txt | 245 Syrn{"siriac orientâl"} 289 AREVELA{"armen orientâl"}
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | kill.py | 78 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
|
D | svkill.py | 103 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
|