Searched defs:bottom (Results 51 - 75 of 413) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dpatchgrid.cpp15 SkPoint bottom[4]; local
16 SkPatchUtils::getBottomCubic(cubics, bottom);
26 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] };
27 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, bottom, paint);
28 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, bottom+1, paint);
43 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, bottom+1, paint);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { argument
46 fBottom = bottom;
/external/chromium_org/third_party/skia/src/core/
H A DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
25 if (bottom > fBottom) fBottom = bottom;
103 SkScalar bottom) {
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
110 if (fBottom > bottom) fBottom = bottom;
102 intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
149 join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
[all...]
H A DSkRegionPriv.h154 int bottom = runs[0]; local
157 SkASSERT(bottom < SkRegion::kRunTypeSentinel);
158 if (y < bottom) {
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp48 int32_t bottom; local
52 bottom = i + 1 == NumberOfTiles ? bitmap.height() : top + height;
53 rect.setLTRB(0, top, bitmap.width(), bottom);
54 top = bottom;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp128 double bottom = SkTMax(line1[0].fY, line1[1].fY); local
130 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
135 double bottom = SkTMax(line2[0].fY, line2[1].fY); local
137 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
175 double bottom = SkTMax(line1[0].fY, line1[1].fY); local
177 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
184 double bottom = SkTMax(line2[0].fY, line2[1].fY); local
186 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.h50 Row(int32_t top, int32_t bottom);
54 int32_t bottom; member in struct:webrtc::DesktopRegion::Row
59 // Type used to store list of rows in the region. The bottom position of row
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_render_manager.cc94 const float bottom) {
120 bottom);
88 AddRenderStream(const int32_t render_id, void* window, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_base.h19 Type bottom() const { return bottom_; } function in class:gfx::InsetsBase
27 // top and bottom insets.
33 void Set(Type top, Type left, Type bottom, Type right) { argument
36 bottom_ = bottom;
61 InsetsBase(Type top, Type left, Type bottom, Type right) argument
64 bottom_(bottom),
H A Dquad_unittest.cc249 float bottom = 6.2f; local
250 EXPECT_EQ(RectF(left, top, right - left, bottom - top),
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc64 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) { argument
65 insets_.Set(top, left, bottom, right);
/external/chromium_org/ui/views/window/
H A Dframe_background.cc37 const gfx::ImageSkia* bottom) {
41 bottom_edge_ = bottom;
167 // Fill the bottom area.
34 SetSideImages(const gfx::ImageSkia* left, const gfx::ImageSkia* top, const gfx::ImageSkia* right, const gfx::ImageSkia* bottom) argument
/external/skia/src/core/
H A DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
25 if (bottom > fBottom) fBottom = bottom;
103 SkScalar bottom) {
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
110 if (fBottom > bottom) fBottom = bottom;
102 intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
152 join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
[all...]
H A DSkRegionPriv.h154 int bottom = runs[0]; local
157 SkASSERT(bottom < SkRegion::kRunTypeSentinel);
158 if (y < bottom) {
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp48 int32_t bottom; local
52 bottom = i + 1 == NumberOfTiles ? bitmap.height() : top + height;
53 rect.setLTRB(0, top, bitmap.width(), bottom);
54 top = bottom;
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp121 double bottom = SkTMax(line1[0].fY, line1[1].fY); local
123 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
128 double bottom = SkTMax(line2[0].fY, line2[1].fY); local
130 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
168 double bottom = SkTMax(line1[0].fY, line1[1].fY); local
170 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
177 double bottom = SkTMax(line2[0].fY, line2[1].fY); local
179 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DInspectedPagePlaceholder.js14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 };
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 };
30 var adjacent = { top: true, right: true, bottom: true, left: true };
46 if (this._margins.top !== margins.top || this._margins.left !== margins.left || this._margins.right !== margins.right || this._margins.bottom !== margins.bottom) {
82 var height = rect.height - (this._margins.top + this._margins.bottom) / zoomFactor;
108 var bottom = Math.min(rect.bottom * zoomFactor - this._margins.bottom, bodyRect.bottom * zoomFacto
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DExternalVideoSurfaceContainerTest.java78 int playerId, float left, float top, float right, float bottom) {
83 new RectF(left, top, right, bottom));
77 onExternalVideoSurfacePositionChanged( int playerId, float left, float top, float right, float bottom) argument
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc39 int bottom = rect_.bottom(); local
44 int delta_bottom = bottom - sub_rect.bottom();
49 int horizontal_bottom = bottom;
53 horizontal_top = sub_rect.bottom();
67 vertical_left, top, vertical_right - vertical_left, bottom - top);
89 int bottom = rect_.bottom(); local
94 int new_bottom = new_rect.bottom();
[all...]
/external/chromium_org/cc/output/
H A Dfilter_operations.cc59 int* bottom,
61 *top = *right = *bottom = *left = 0;
73 *bottom += spread;
78 *bottom += spread + op.drop_shadow_offset().y();
57 GetOutsets(int* top, int* right, int* bottom, int* left) const argument
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.cc76 int* bottom) const {
86 *bottom = tiling_data_.TileYIndexFromSrcCoord(content_rect.bottom() - 1);
104 int left, top, right, bottom; local
106 gfx::Rect(tiling_size), &left, &top, &right, &bottom); local
109 if (it->first.first > right || it->first.second > bottom)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeWebContentsDelegateAndroid.java42 private static Rect createRect(int x, int y, int right, int bottom) { argument
43 return new Rect(x, y, right, bottom);
47 private static RectF createRectF(float x, float y, float right, float bottom) { argument
48 return new RectF(x, y, right, bottom);
/external/chromium_org/content/renderer/
H A Ddisambiguation_popup_helper.cc76 int bottom = zoom_rect.bottom() - touch_point.y(); local
78 TrimEdges(&top, &bottom, max_size.height());
83 top + bottom);
/external/chromium_org/ppapi/cpp/
H A Drect.cc27 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
30 set_height(std::max<int32_t>(height() - top - bottom, 0));
40 (point_y >= y()) && (point_y < bottom());
45 rect.y() >= y() && rect.bottom() <= bottom());
50 rect.y() >= bottom() || rect.bottom() <= y());
57 int32_t rb = std::min(bottom(), rect.bottom());
75 int32_t rb = std::max(bottom(), rec
131 Inset(float left, float top, float right, float bottom) argument
[all...]
/external/chromium_org/ppapi/examples/video_effects/
H A Dvideo_effects.cc147 uint8_t* bottom = image + (size.height() - 1 - i) * image_data.stride(); local
149 memcpy(top, bottom, image_data.stride());
150 memcpy(bottom, &tmp_row[0], image_data.stride());

Completed in 530 milliseconds

1234567891011>>