HomeSort by relevance Sort by last modified time
    Searched refs:center (Results 301 - 325 of 853) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 16 body table.showcase td {text-align: center; vertical-align: middle;}
17 .showcase-list th, .generic th {text-align: center;}
22 th.center {text-align: center;}
344 text-align: center;
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
flock.cc 43 Vector2 center(0.5 * ctx->width, 0.5 * ctx->height);
49 g_geese[i] = Goose(center, Vector2(dx, dy));
  /external/chromium_org/third_party/skia/gm/
circles.cpp 70 SkPoint center = SkPoint::Make(SkIntToScalar(40), SkIntToScalar(40)); local
73 SkShader* s = SkGradientShader::CreateRadial(center,
tilemodes.cpp 169 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
178 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
180 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, NULL, SK_ARRAY_COUNT(colors));
tilemodes_scaled.cpp 189 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
198 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
200 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, NULL, SK_ARRAY_COUNT(colors));
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
index.css 6 text-align: center;
  /external/chromium_org/ui/login/
oobe.css 166 text-align: center;
171 text-align: center;
179 -webkit-box-align: center;
180 -webkit-box-pack: center;
  /external/opencv/cv/src/
cvgeometry.cpp 100 pt[0].x = box.center.x - a*box.size.height - b*box.size.width;
101 pt[0].y = box.center.y + b*box.size.height - a*box.size.width;
102 pt[1].x = box.center.x + a*box.size.height - b*box.size.width;
103 pt[1].y = box.center.y - b*box.size.height - a*box.size.width;
104 pt[2].x = 2*box.center.x - pt[0].x;
105 pt[2].y = 2*box.center.y - pt[0].y;
106 pt[3].x = 2*box.center.x - pt[1].x;
107 pt[3].y = 2*box.center.y - pt[1].y;
  /external/opencv/cxcore/src/
cxdrawing.cpp 851 cvEllipse2Poly( CvPoint center, CvSize axes, int angle,
856 double cx = center.x, cy = center.y;
912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes,
931 count = cvEllipse2Poly( center, axes, angle, arc_start, arc_end, v, delta );
949 v[count++] = center;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 339 POINT center; local
340 center.x = (SDL_VideoSurface->w/2);
341 center.y = (SDL_VideoSurface->h/2);
342 ClientToScreen(SDL_Window, &center);
344 mouse.x -= center.x;
345 mouse.y -= center.y;
347 SetCursorPos(center.x, center.y);
  /external/skia/gm/
circles.cpp 70 SkPoint center = SkPoint::Make(SkIntToScalar(40), SkIntToScalar(40)); local
73 SkShader* s = SkGradientShader::CreateRadial(center,
tilemodes.cpp 167 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
176 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
178 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, NULL, SK_ARRAY_COUNT(colors));
tilemodes_scaled.cpp 187 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; local
196 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
198 return SkGradientShader::CreateSweep(center.fX, center.fY, colors, NULL, SK_ARRAY_COUNT(colors));
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 58 void rad_to_unit_matrix(const SkPoint& center, SkScalar radius,
62 matrix->setTranslate(-center.fX, -center.fY);
148 SkRadialGradient::SkRadialGradient(const SkPoint& center, SkScalar radius,
151 fCenter(center),
157 rad_to_unit_matrix(center, radius, &fPtsToUnit);
530 SkPoint center = {random->nextUScalar1(), random->nextUScalar1()}; local
538 SkAutoTUnref<SkShader> shader(SkGradientShader::CreateRadial(center, radius,
605 str->append("center: (");
  /frameworks/base/core/java/android/widget/
CalendarViewMaterialDelegate.java 228 public void setDate(long date, boolean animate, boolean center) {
229 mDayPickerView.setDate(date, animate, center);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 94 text-align: center;
223 text-align: center;
251 text-align: center;
297 text-align: center;
445 text-align: center;
460 text-align: center;
514 text-align: center;
577 text-align: center;
605 text-align: center;
660 text-align: center;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_chromeos.cc 81 // by the |reference|'s diagonals and finding the area |rectangle|'s center
87 // rectangle shares an edge with the reference, but it's center is not in the
101 // center point is in the left area.
106 // up by two (to avoid division when calculating the rectangle's center
108 gfx::Point center(2 * (rectangle.x() - reference.x()) + rectangle.width(),
112 bool is_top_right = PointIsOverRadiusVector(center, down_diag);
117 center.Offset(0, -2 * reference.height());
122 bool is_bottom_right = PointIsOverRadiusVector(center, up_diag);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
network_dropdown.css 19 background-position: center right;
42 background-position: center left;
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 137 -webkit-align-items: center;
139 -webkit-justify-content: center;
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 25 * default value is 'center'.
85 titleTextAlign: 'center',
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager_tutorial.css 72 text-align: center;
91 text-align: center;
  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 43 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForCenterCoordinate(CSSValuePool& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation)
45 if (center.direction() == BasicShapeCenterCoordinate::TopLeft)
46 return pool.createValue(center.length(), style);
50 return pool.createValue(Pair::create(pool.createIdentifierValue(keyword), pool.createValue(center.length(), style), Pair::DropIdenticalValues));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
layersPanel.css 106 justify-content: center;
107 align-items: center;
responsiveDesignView.css 49 align-items: center;
50 justify-content: center;
60 align-items: center;
61 justify-content: center;
79 align-items: center;
190 align-items: center;
223 text-align: center;
443 align-items: center;
  /external/chromium_org/ui/keyboard/resources/
constants.js 9 CENTER: "center",
23 CENTER: "center",

Completed in 800 milliseconds

<<11121314151617181920>>