HomeSort by relevance Sort by last modified time
    Searched refs:center (Results 26 - 50 of 755) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 32 const LayoutRect& center() const { return m_center; } function in struct:WebCore::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.css 9 text-align: center;
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumAndroid.css 37 align-items: center;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 62 /** The center of the dome */
63 private Vector3f center; field in class:Dome
95 * @param center
96 * Center of the dome.
106 public Dome(Vector3f center, int planes, int radialSamples,
109 updateGeometry(center, planes, radialSamples, radius, true);
119 * @param center
120 * Center of the dome.
133 public Dome(Vector3f center, int planes, int radialSamples,
136 updateGeometry(center, planes, radialSamples, radius, insideView)
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 25 text-align: center;
35 text-align: center;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_enable_kiosk.css 9 text-align: center;
14 -webkit-box-pack: center;
oobe_screen_reset.css 9 text-align: center;
14 -webkit-box-pack: center;
screen_wrong_hwid.css 10 text-align: center;
27 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.css 27 -webkit-box-align: center;
28 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/omnibox/
omnibox.css 24 text-align: center;
29 text-align: center;
  /external/chromium_org/ui/base/cocoa/
appkit_utils.h 19 int center; member in struct:ui::NinePartImageIds
  /external/clang/www/
menu.css 28 text-align: center;
34 text-align: center;
  /external/compiler-rt/www/
menu.css 28 text-align: center;
34 text-align: center;
  /external/skia/gm/
stringart.cpp 37 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight)); local
42 path.moveTo(center);
46 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
47 length*SkScalarSin(step) + center.fY);
shallowgradient.cpp 20 SkPoint center = { size.width()/2, size.height()/2 }; local
21 return SkGradientShader::CreateRadial(center, size.width()/2, colors, NULL, count,
26 SkPoint center = { size.width()/2, size.height()/2 }; local
27 return SkGradientShader::CreateTwoPointConical(center, size.width()/64,
28 center, size.width()/2,
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 45 background-position: 4px center;
49 background-position: right center;
74 background-position: center center;
78 text-align: center;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
fisheye_approx.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
fisheye_approx.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
fisheye_approx.rsh 20 static float2 center, neg_center, inv_dimensions, axis_scale;
24 center.x = center_x;
25 center.y = center_y;
26 neg_center = -center;
46 // Convert x and y to floating point coordinates with center as origin
54 const float2 new_coord = mad(coord, scalar, center);
  /frameworks/base/core/java/android/gesture/
Instance.java 93 float[] center = GestureUtils.computeCentroid(pts); local
94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
107 GestureUtils.translate(pts, -center[0], -center[1]);
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 124 gfx::Point center = inner_bounds.CenterPoint(); local
128 DrawTriangle(center.x(), center.y() + vertical_offset, 0, canvas);
129 DrawTriangle(center.x(), center.y() - vertical_offset, 180, canvas);
130 DrawTriangle(center.x() - horizontal_offset, center.y(), 90, canvas);
131 DrawTriangle(center.x() + horizontal_offset, center.y(), -90, canvas);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
video_player.css 40 -webkit-box-align: center;
42 -webkit-box-pack: center;
72 -webkit-box-align: center;
74 -webkit-box-pack: center;
85 -webkit-box-align: center;
87 -webkit-box-pack: center;
92 background-position: 25px center;

Completed in 1253 milliseconds

12 3 4 5 6 7 8 91011>>