HomeSort by relevance Sort by last modified time
    Searched refs:px (Results 76 - 100 of 319) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 29 width: 300px;
30 height: 32px;
39 height: 32px;
45 bottom: 0px;
56 width: 34px;
57 height: 32px;
65 bottom: 7px;
66 left: 7px;
67 right: 6px;
69 width: 18px;
    [all...]
wml.css 48 margin: 8px
53 margin: 1.0__qem 0px
61 border-spacing: 2px;
90 padding-left: 2px;
91 padding-right: 2px;
97 margin-left: 2px;
98 margin-right: 2px;
100 border: 2px groove ThreeDFace
109 padding: 2px 6px 3px 6px
    [all...]
mediaControlsAndroid.css 29 width: 200px;
30 height: 48px;
43 height: 48px;
48 bottom: -48px;
58 width: 48px;
59 height: 48px;
70 height: 48px;
85 height: 48px;
86 padding: 0px 0px;
    [all...]
  /frameworks/base/media/mca/filterpacks/native/imageproc/
contrast.c 76 float px = *(input_ptr++) / 255.0; local
77 px -= 0.5;
78 px *= contrast;
79 px += 0.5;
80 *(output_ptr++) = (char)(px > 1.0 ? 255.0 : (px < 0.0 ? 0.0 : px * 255.0));
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 20 font-size: 14px;
26 border: 1px solid #aaa;
28 margin: 0px 80px 0px 80px;
29 min-width: 740px;
35 padding: 10px 10px 15px 15px
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 10 border-bottom: 4px solid #ccc;
17 padding: 5px 10px;
19 line-height: 15px;
25 font-size: 13px;
26 padding:0 0 0 15px;
32 padding:0 6px 0 0;
34 font-size:12px;
39 height:270px;
45 height:270px;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 10 border-bottom: 4px solid #ccc;
17 padding: 5px 10px;
19 line-height: 15px;
25 font-size: 13px;
26 padding:0 0 0 15px;
32 padding:0 6px 0 0;
34 font-size:12px;
39 height:270px;
45 height:270px;
    [all...]
android-developer-resource-browser.css 10 padding-left: 84px;
11 background: transparent none no-repeat scroll 4px 12px;
12 border-bottom: 1px solid #ddd;
  /external/dropbear/libtommath/
bn_mp_and.c 22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
bn_mp_or.c 21 int res, ix, px; local
28 px = b->used;
34 px = a->used;
38 for (ix = 0; ix < px; ix++) {
bn_mp_xor.c 22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 49 height: 23px;
56 border-top-left-radius: 5px;
57 border-top-right-radius: 5px;
63 line-height: 20px;
64 padding: 3px;
67 top: 23px;
95 width: 16px;
96 height: 16px;
139 background-size: 16px;
140 bottom: 5px;
    [all...]
tile_page.css 7 margin-top: 50px;
14 font-size: 25px;
15 height: 50px;
  /external/llvm/docs/_static/
llvm.css 11 address img { float: right; width: 88px; height: 31px; }
14 table { text-align: center; border: 2px solid black;
17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
29 border-width: 1px;
34 padding-top: 1px;
35 padding-bottom: 2px
50 border-bottom: 1px solid #999999; font-size: 12pt;
61 padding: 1px 1px 1px 1px; border: 1px;
    [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
canvas_based_track.css 11 padding: 0 5px 0 0;
16 border-right: 1px solid #8e8e8e;
18 padding-right: 5px;
19 padding-left: 18px;
thread_track.css 13 border-top: 1px solid #D8D8D8;
14 height: 21px;
15 padding-top: 2px;
23 /* The track containing the heading is 21px tall. */
25 height: 21px;
30 margin-bottom: 4px;
37 height: 22px;
43 height: 22px;
  /external/chromium-trace/trace-viewer/src/
timeline_analysis_view.css 20 padding-left: 2px;
24 padding: 2px 4px 2px 4px;
unittest.css 14 border-bottom: 1px solid black;
29 margin-bottom: 16px;
30 margin-left: 16px;
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 8 border-bottom: 4px solid #ccc;
15 padding: 5px 10px;
17 line-height: 15px;
23 font-size: 13px;
24 padding:0 0 0 15px;
30 padding:0 6px 0 0;
32 font-size:12px;
36 background:url('images/sidenav-rule.png') no-repeat 243px 0;
41 height:270px;
    [all...]
  /external/valgrind/main/docs/lib/
vg_basic.css 23 border-bottom: dashed 1px #761596;
31 border: 1px solid #3366cc;
37 border: 1px solid #626262;
43 height: 1px;
44 border: 0px;
51 border: solid 1px #0f7355;
65 border: solid 1px #ffde84;
  /cts/tools/tradefed-host/res/report/
cts_result.css 19 font-size:13px;
27 padding:5px;
28 border-width: 0px;
37 border: 0px solid #A5C639;
49 border-width: 0px 0px 0px 0px;
66 border: 1px outset gray;
71 border: 1px outset #A5C639
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
IconQt.cpp 61 QPixmap px = m_icon.pixmap(rect.size()); local
63 if (p && !px.isNull())
64 p->drawPixmap(rect.x(), rect.y(), px);
  /external/eigen/blas/
level1_real_impl.h 14 RealScalar EIGEN_BLAS_FUNC(asum)(int *n, RealScalar *px, int *incx)
18 Scalar* x = reinterpret_cast<Scalar*>(px);
27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy)
33 Scalar* x = reinterpret_cast<Scalar*>(px);
46 Scalar EIGEN_BLAS_FUNC(nrm2)(int *n, RealScalar *px, int *incx)
51 Scalar* x = reinterpret_cast<Scalar*>(px);
57 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps)
62 Scalar* x = reinterpret_cast<Scalar*>(px);
83 int EIGEN_BLAS_FUNC(rotm)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *param)
85 Scalar* x = reinterpret_cast<Scalar*>(px);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ControlPoint.java 23 public ControlPoint(float px, float py) {
24 x = px;
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 61 bottom: 93px;
98 padding-top: 20px;
102 height: 93px;
103 margin-left: -1px;
104 border-left: 1px solid rgb(102, 102, 102);
110 text-shadow: black 0 1px 1px;
113 -webkit-background-size: 1px 6px;
121 min-width: 300px;
    [all...]

Completed in 945 milliseconds

1 2 34 5 6 7 8 91011>>