Home
last modified time | relevance | path

Searched refs:px (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.theme.min.css5px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repe…
H A Djquery-ui.min.css4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&…
7px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;pad…
H A Ddefault.css4 body { padding-top: 50px; }
7 img.logo { height: 30px; vertical-align: bottom; }
10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; }
11 …bar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: 20px; line-…
16 .glyphicon-info-sign { color: #777; font-size: 16px; }
23 .popover { max-width: 350px; }
26 .popover-content { max-height: 350px; overflow: scroll; }
29 [id^="variable-"] .modal-content { max-height: 550px; overflow-y: scroll; }
37 .item-info dd { margin-bottom: 15px; }
40 .dl-horizontal dt { width: 200px; line-height: 25px; }
[all …]
H A Dbootstrap.min.css5px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{colo…
H A Dbootstrap.css53 border-bottom: 1px dotted;
93 margin: 1em 40px;
169 margin: 0 2px;
170 border: 1px solid #c0c0c0;
217 border: 1px solid #999;
249 border: 1px solid #000;
260 border: 1px solid #ddd !important;
271 top: 1px;
1080 font-size: 10px;
1086 font-size: 14px;
[all …]
H A Dbootstrap3-transition.css4 padding: 5px 20px;
8 padding-top: 2px !important;
14 margin: 0 0 40px 0;
24 margin-left: 0px;
34 padding: 8px 0;
43 padding: 0 5px;
82 margin-left: 220px;
86 width: 200px;
92 margin-bottom: 5px;
96 margin-bottom: 20px;
[all …]
H A Dqunit-1.18.0.css1px 5px 0 0;}#qunit-header a{text-decoration:none;color:#C2CCD1;}#qunit-header a:hover,#qunit-heade…
H A Djquery-ui.structure.min.css5px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;pad…
H A Dbootstrap.css.map1px dotted;\n}\nb,\nstrong {\n font-weight: bold;\n}\ndfn {\n font-style: italic;\n}\nh1 {\n fon…
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css3 padding: 20px 0 20px;
12 width: 3px;
15 margin-left: -1.5px;
19 margin-bottom: 20px;
46 border: 1px solid #d4d4d4;
47 border-radius: 2px;
48 padding: 20px;
50 -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
51 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
57 top: 26px;
[all …]
H A Dmain.css14 font-size: 16px;
29 font-size: 40px;
40 font-size: 20px;
44 margin-bottom:10px;
84 height: 1px;
86 border-top: 1px solid #ccc;
107 margin-top: 40px;
108 margin-bottom: 40px;
112 margin-top: 80px;
113 margin-bottom: 40px;
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics.c83 unsigned char* px = dst_p; in text_blend() local
88 *px++ = gr_current_r; in text_blend()
89 *px++ = gr_current_g; in text_blend()
90 *px++ = gr_current_b; in text_blend()
91 px++; in text_blend()
93 *px = (*px * (255-a) + gr_current_r * a) / 255; in text_blend()
94 ++px; in text_blend()
95 *px = (*px * (255-a) + gr_current_g * a) / 255; in text_blend()
96 ++px; in text_blend()
97 *px = (*px * (255-a) + gr_current_b * a) / 255; in text_blend()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dscoped_ptr.hpp51 T * px; member in boost::scoped_ptr
65 explicit scoped_ptr( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_ptr()
68 boost::sp_scalar_constructor_hook( px ); in scoped_ptr()
74 explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_SP_NOEXCEPT : px( p.release() ) in scoped_ptr()
77 boost::sp_scalar_constructor_hook( px ); in scoped_ptr()
86 boost::sp_scalar_destructor_hook( px ); in ~scoped_ptr()
88 boost::checked_delete( px ); in ~scoped_ptr()
93 BOOST_ASSERT( p == 0 || p != px ); // catch self-reset errors in reset()
99 BOOST_ASSERT( px != 0 ); in operator *()
100 return *px; in operator *()
[all …]
H A Dshared_ptr.hpp352 BOOST_CONSTEXPR shared_ptr() BOOST_SP_NOEXCEPT : px( 0 ), pn() in shared_ptr()
358 BOOST_CONSTEXPR shared_ptr( boost::detail::sp_nullptr_t ) BOOST_SP_NOEXCEPT : px( 0 ), pn() in shared_ptr()
364 …ment_type * px_, boost::detail::shared_count const & pn_ ) BOOST_SP_NOEXCEPT : px( px_ ), pn( pn_ ) in shared_ptr()
370 …ement_type * px_, boost::detail::shared_count && pn_ ) BOOST_SP_NOEXCEPT : px( px_ ), pn( std::mov… in shared_ptr()
377 explicit shared_ptr( Y * p ): px( p ), pn() // Y must be complete in shared_ptr()
388 template<class Y, class D> shared_ptr( Y * p, D d ): px( p ), pn( p, d ) in shared_ptr()
395 template<class D> shared_ptr( boost::detail::sp_nullptr_t p, D d ): px( p ), pn( p, d ) in shared_ptr()
403 template<class Y, class D, class A> shared_ptr( Y * p, D d, A a ): px( p ), pn( p, d, a ) in shared_ptr()
410 …template<class D, class A> shared_ptr( boost::detail::sp_nullptr_t p, D d, A a ): px( p ), pn( p, … in shared_ptr()
422 shared_ptr( shared_ptr const & r ) BOOST_SP_NOEXCEPT : px( r.px ), pn( r.pn ) in shared_ptr()
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A D800x480.css8 font-size:13px;
13 font-size:20px;
18 margin-right:10px;
23 width:50px;
24 height:50px;
29 width:35px;
30 height:35px;
35 width:96px;
36 height:96px;
41 font-size:16px;
[all …]
H A D480x272.css8 font-size:13px;
13 font-size:16px;
18 margin-right:10px;
23 width:30px;
24 height:30px;
29 width:76px;
30 height:76px;
35 font-size:11px;
40 height:222px;
46 font-size:10px;
H A D640x480.css8 font-size:14px;
13 font-size:20px;
24 margin-right:10px;
29 width:40px;
30 height:40px;
35 width:96px;
36 height:96px;
41 font-size:15px;
46 height:417px;
52 font-size:16px;
H A Dglobal.css89 width:96px;
90 height:96px;
95 width:40px;
96 height:40px;
112 width:50px;
113 height:50px;
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A D800x480.css8 font-size:13px;
13 font-size:20px;
18 margin-right:10px;
23 width:50px;
24 height:50px;
29 width:35px;
30 height:35px;
35 width:96px;
36 height:96px;
41 font-size:16px;
[all …]
H A D480x272.css8 font-size:13px;
13 font-size:16px;
18 margin-right:10px;
23 width:30px;
24 height:30px;
29 width:76px;
30 height:76px;
35 font-size:11px;
40 height:222px;
46 font-size:10px;
H A D640x480.css8 font-size:14px;
13 font-size:20px;
24 margin-right:10px;
29 width:40px;
30 height:40px;
35 width:96px;
36 height:96px;
41 font-size:15px;
46 height:417px;
52 font-size:16px;
H A Dglobal.css89 width:96px;
90 height:96px;
95 width:40px;
96 height:40px;
112 width:50px;
113 height:50px;
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.css20 margin-top: 0px;
21 margin-bottom: 0px;
31 border-width: 0px 0px 0px 5px;
32 padding-left: 5px
37 margin-left: -5px;
38 margin-top: 5px;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Doperator_bool.hpp14 return px != 0; in operator bool()
21 return px != 0; in operator bool()
34 return px == 0? 0: unspecified_bool; in operator unspecified_bool_type()
46 return px == 0? 0: &this_type::get; in operator unspecified_bool_type()
55 return px == 0? 0: &this_type::px; in operator unspecified_bool_type()
63 return px == 0; in operator !()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h169 #define px_base(px) \ argument
170 __px_choose_expr(px, struct drm_i915_gem_object *, __x, \
171 __px_choose_expr(px, struct i915_page_table *, __x->base, \
172 __px_choose_expr(px, struct i915_page_directory *, __x->pt.base, \
177 #define px_dma(px) (__px_dma(px_base(px))) argument
179 #define px_pt(px) \ argument
180 __px_choose_expr(px, struct i915_page_table *, __x, \
181 __px_choose_expr(px, struct i915_page_directory *, &__x->pt, \
183 #define px_used(px) (&px_pt(px)->used) argument
505 #define kmap_atomic_px(px) kmap_atomic(__px_page(px_base(px))) argument
[all …]

123456