Searched refs:height (Results 1 – 9 of 9) sorted by relevance
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 22 …able>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"… property 43 …height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));thi… property 44 …height=s.size.height+(s._helper?(s.position.top-n.top):s.position.top);if(q){s.size.width=s.size.h… property
|
D | doxygen.css | 79 line-height: 140%; 151 line-height: 125%; 330 height: 0px; 336 height: 1px; 539 specify the name of your image and be sure to set 'height' to the 540 proper pixel height of your image. 545 height: 61px; 687 height: 36px; 699 height:30px; 700 line-height:30px; [all …]
|
D | tabs.css | 25 line-height: 36px;
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pnginfo.h | 60 png_uint_32 height; /* height of image in pixels (from IHDR) */ member
|
D | png.h | 2169 png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, 2174 png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, 2319 int *unit, double *width, double *height)) 2329 png_fixed_point *height)) 2337 int unit, double width, double height)) 2340 png_fixed_point height)) 2527 #define PNG_PASS_ROWS(height, pass) (((height)+(((1<<PNG_PASS_ROW_SHIFT(pass))\ argument
|
D | pngstruct.h | 101 png_uint_32 height; /* height of image in pixels */ member
|
D | pngpriv.h | 810 png_uint_32 height, 936 int unit, png_const_charp width, png_const_charp height)); 1393 png_uint_32 width, png_uint_32 height, int bit_depth,
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 202 % We want to insert a rule with the height and depth of the current 211 \vrule height\baselineskip width1pt 375 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} 377 {\hrule height\cornerthick depth\cornerlong width\cornerthick}} 380 {\hrule height\cornerlong depth\cornerthick width\cornerthick}} 673 % to keep its height that of a normal line. According to the rules for 675 % max (\topskip - \ht (first item), 0). If that height is large, 706 % The \vtop produces a box with normal height and large depth; thus, TeX puts 764 % Do a \strut just to make the height of this box be normal, so the 1251 \ifx\empty\imageheight\else height \imageheight \fi [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __tree | 72 // __x is a proper subtree, returns the black height (null counts as 1). If 102 return 0; // invalid or different height right subtree 103 return __h + __x->__is_black_; // return black height of this node 391 // see a black height >= 2 on the __x side and a black height
|