HomeSort by relevance Sort by last modified time
    Searched refs:px (Results 101 - 125 of 303) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
mediaControls.css 28 width: 200px;
29 height: 16px;
49 height: 16px;
54 bottom: 0px;
60 width: 16px;
61 height: 16px;
70 width: 16px;
71 height: 16px;
85 height: 16px;
100 height: 16px;
    [all...]
mediaControlsEfl.css 29 width: 200px;
30 height: 25px;
43 height: 25px;
48 bottom: 0px;
54 width: 25px;
55 height: 25px;
64 width: 25px;
65 height: 25px;
79 height: 25px;
94 height: 25px;
    [all...]
html.css 59 margin: 8px
95 -webkit-margin-start: 40px;
96 -webkit-margin-end: 40px;
107 -webkit-margin-start: 40px;
108 -webkit-margin-end: 40px;
136 border-width: 1px
239 border-spacing: 2px;
303 -webkit-padding-start: 40px
313 -webkit-padding-start: 40px
330 -webkit-margin-start: 40px
    [all...]
svg.css 69 outline: auto 5px -webkit-focus-ring-color
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 62 public void setScale(float sx, float sy, float px, float py) {
72 public void setRotate(float degrees, float px, float py) {
82 public void setSinCos(float sinValue, float cosValue, float px, float py) {
92 public void setSkew(float kx, float ky, float px, float py) {
114 public boolean preScale(float sx, float sy, float px, float py) {
126 public boolean preRotate(float degrees, float px, float py) {
138 public boolean preSkew(float kx, float ky, float px, float py) {
162 public boolean postScale(float sx, float sy, float px, float py) {
174 public boolean postRotate(float degrees, float px, float py) {
186 public boolean postSkew(float kx, float ky, float px, float py)
    [all...]
  /external/icu4c/
icu4c.css 38 border-width: 2px;
47 border-top: 2px solid #22d;
48 border-left: 2px solid #22d;
50 padding-left: 4px;
70 border-top: 1px solid gray;
131 margin-top: 0px;
132 margin-bottom: 0px;
140 margin-top: 0px;
141 margin-bottom: 0px;
142 margin-left: 0px;
    [all...]
  /tools/motodev/src/help/appvalidator_help/etc/resources/
commonltr.css 20 margin-bottom: 10px;
28 margin-left: 10px;
30 margin-bottom: 15px;
31 margin-top: 4px;
55 .figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
56 .figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
    [all...]
  /tools/motodev/src/help/studio_help/etc/resources/
commonltr.css 20 margin-bottom: 10px;
28 margin-left: 10px;
30 margin-bottom: 15px;
31 margin-top: 4px;
55 .figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
56 .figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline.css 22 border: 1px solid rgb(0, 0, 96);
overlay.css 44 max-height: 500px;
46 padding: 8px;
profiling_view.css 30 border: 1px solid red;
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 5 int x, *px; local
10 (T())*px; // expected-error {{cast from 'int' to 'T ()'}}
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 45 public void setCellWidth(int px) {
46 mCellWidth = px;
50 public void setCellHeight(int px) {
51 mCellHeight = px;
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 7 padding: 0px;
40 border: 1px solid red;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 73 int px = (int) (origSize * noisex * this.magnitude); local
76 float c00 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x - px, workSize)];
77 float c01 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x + px, workSize)];
78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)];
79 float c11 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x + px, workSize)];
  /external/libvpx/examples/includes/geshi/contrib/
example.php 66 $geshi->set_overall_style('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
117 margin: 10px;
118 border: 2px solid #e0e0e0;
120 padding: 5px;
124 border-bottom: 1px solid #b0b0b0;
144 border: 1px solid #b0b0b0
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 149 MOT px[4], py[4]; local
195 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
221 px[0] = video->motX[imv];
222 px[1] = video->motX[imv+1];
223 px[2] = video->motX[imv+mvwidth];
224 px[3] = video->motX[imv+mvwidth+1];
225 xsum = px[0] + px[1] + px[2] + px[3]
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
ShellSizeAndPos.java 40 private static final String PX = "_px"; //$NON-NLS-1$
49 int px = Integer.parseInt(props.getProperty(prefix + PX)); local
54 Point p1 = new Point(px, py);
55 Point p2 = new Point(px + sx, py + sy);
56 Rectangle r = new Rectangle(px, py, sy, sy);
86 px = area.x + (area.width - sx) / 2;
90 shell.setLocation(px, py);
106 props.setProperty(prefix + PX, Integer.toString(loc.x));
  /external/skia/gm/
fontscaler.cpp 32 SkScalar px, SkScalar py) {
33 canvas->translate(px, py);
35 canvas->translate(-px, -py);
  /development/ndk/tests/dlclose-destruction/jni/
main.c 4 typedef void (*test_func_t)(int *px);
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 58 public void setCellWidth(int px) {
59 mCellWidth = px;
63 public void setCellHeight(int px) {
64 mCellHeight = px;
  /external/icu4c/layout/
MarkToBasePosnSubtables.cpp 99 LEPoint px; local
100 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero
101 pixels.fX += px.fX; // and add that to the base glyph's advance
102 pixels.fY += px.fY;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm_c.h 34 extern void X11_GetWindowPos(_THIS, int *px, int *py);
  /frameworks/base/libs/hwui/
Vector.h 35 Vector2(float px, float py) :
36 x(px), y(py) {
  /development/tools/emulator/system/camera/fake-pipeline2/
Sensor.cpp 374 uint16_t *px = (uint16_t*)img + y * stride; local
397 *px++ = rawCount;
412 uint8_t *px = img + outY * stride * 4; local
422 *px++ = rCount < 255*64 ? rCount / 64 : 255;
423 *px++ = gCount < 255*64 ? gCount / 64 : 255;
424 *px++ = bCount < 255*64 ? bCount / 64 : 255;
425 *px++ = 255;
443 uint8_t *px = img + outY * stride * 3;
452 *px++ = rCount < 255*64 ? rCount / 64 : 255;
453 *px++ = gCount < 255*64 ? gCount / 64 : 255
    [all...]

Completed in 544 milliseconds

1 2 3 45 6 7 8 91011>>