Searched refs:bottom (Results 151 - 175 of 929) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc105 float right, float bottom)
115 _bottom = bottom;
135 < 0) || (1 < bottom || bottom < 0))
153 _outHeight = (int32_t) (winHeight * (bottom - top));
300 float& right, float& bottom) const
309 bottom = _bottom;
104 Init(Window window, float left, float top, float right, float bottom) argument
/external/libmojo/ui/gfx/geometry/
H A Drect.h98 constexpr int bottom() const { return y() + height(); } function in class:gfx::Rect
101 constexpr Point bottom_left() const { return Point(x(), bottom()); }
102 constexpr Point bottom_right() const { return Point(right(), bottom()); }
116 void SetByBounds(int left, int top, int right, int bottom);
127 void Inset(int left, int top, int right, int bottom);
228 // Clamp the size to avoid integer overflow in bottom() and right().
261 // points", except that we consider points on the right/bottom edges of the
285 std::ceil(rect.bottom() * y_scale)));
291 y : static_cast<int>(std::ceil(rect.bottom() * y_scale));
329 std::floor(rect.bottom() * y_scal
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBarRenderer.java240 canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.rightX, b.barGroup.plotArea.bottom, formatter.getFillPaint());
242 canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.rightX, b.barGroup.plotArea.bottom, formatter.getBorderPaint());
261 canvas.drawRect(leftX, b.intY, leftX + width, b.barGroup.plotArea.bottom, formatter.getFillPaint());
263 canvas.drawRect(leftX, b.intY, leftX + width, b.barGroup.plotArea.bottom, formatter.getBorderPaint());
271 int bottom = (int) barGroup.plotArea.bottom;
280 int height = (int) b.barGroup.plotArea.bottom - b.intY;
281 int top = bottom - height;
282 //Log.d("BAR", "top=" + top + " bottom=" + bottom
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.cpp111 rc.bottom = height;
117 rc.right - rc.left, rc.bottom - rc.top,
129 rc.bottom - rc.top);
/external/pdfium/core/fxge/
H A Dfx_ge_text.cpp93 rect.bottom = pdfium::base::ValueOrDieForType<int32_t>(
94 pdfium::base::CheckMax(rect.bottom, char_bottom));
101 rect.bottom = char_bottom.ValueOrDie();
/external/pdfium/fpdfsdk/
H A Dfpdf_flatten.cpp44 rect.bottom - rcPage.bottom >= -kMinBorderSize;
57 rc.bottom = pPageObject->m_Bottom;
142 pArray[i] = array[i].bottom;
166 rcRet.bottom = GetMinMaxValue(*pRectArray, MIN, BOTTOM);
231 float f = rcAnnot.bottom - rcStream.bottom * d;
265 rcMerger.bottom = std::max(rcMerger.bottom, rcOriginalMB.bottom);
[all...]
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_caret.cpp37 float fCaretBottom = rcRect.bottom;
44 fCaretBottom = rcRect.bottom;
128 rcRefresh.bottom -= 1;
/external/pdfium/fxbarcode/common/
H A DBC_CommonBitMatrix.cpp84 int32_t bottom = top + height; local
85 if (m_height < bottom || m_width < right)
88 for (int32_t y = top; y < bottom; y++) {
/external/python/cpython2/Modules/cjkcodecs/
H A Dcjkcodecs.h31 unsigned char bottom, top; member in struct:dbcs_index
37 unsigned char bottom, top; member in struct:widedbcs_index
43 unsigned char bottom, top; member in struct:unim_index
49 unsigned char bottom, top; member in struct:unim_index_bytebased
162 ((m)->map != NULL && (val) >= (m)->bottom && \
164 (m)->bottom]) != NOCHAR)
171 ((m)->map != NULL && (val) >= (m)->bottom && \
173 (m)->bottom]) != UNIINV)
178 ((m)->map != NULL && (val) >= (m)->bottom && \
180 ((assplane) = (m)->map[((val) - (m)->bottom)*
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java77 final float bottom = getMinYPosition(flip) + position.y;
85 final boolean result = boxIntersect(left, right, top, bottom,
88 left, right, top, bottom);
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc234 int32_t bottom = 0; local
236 while (top != bottom) {
237 location = (top + bottom) / 2;
252 bottom = location + 1;
263 int32_t bottom = 0; local
265 while (top != bottom) {
266 location = (top + bottom) / 2;
276 bottom = location + 1;
289 int32_t bottom = 0; local
291 while (top != bottom) {
[all...]
/external/skia/src/pathops/
H A DSkIntersections.h65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, argument
70 return vertical(conic, top, bottom, x, flipped);
90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
94 return vertical(cubic, top, bottom, x, flipped);
140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
144 return vertical(line, top, bottom, x, flipped);
176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
180 return vertical(quad, top, bottom, x, flipped);
276 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
277 int vertical(const SkDQuad&, double top, double bottom, doubl
[all...]
/external/skqp/src/pathops/
H A DSkIntersections.h65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, argument
70 return vertical(conic, top, bottom, x, flipped);
90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
94 return vertical(cubic, top, bottom, x, flipped);
140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
144 return vertical(line, top, bottom, x, flipped);
176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { argument
180 return vertical(quad, top, bottom, x, flipped);
276 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
277 int vertical(const SkDQuad&, double top, double bottom, doubl
[all...]
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc170 const float bottom)
190 right, bottom);
269 float& bottom) const {
281 bottom);
437 const float bottom)
447 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
476 const float bottom)
487 backgroundColorRef, left, top, right, bottom);
496 const float bottom)
507 right, bottom);
165 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
432 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
468 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
490 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
534 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/boringssl/src/crypto/err/
H A Derr.c149 // |bottom| then the queue is empty.
151 // bottom contains the index of the last error in the queue.
152 unsigned bottom; member in struct:err_state_st
227 if (state == NULL || state->bottom == state->top) {
236 i = (state->bottom + 1) % ERR_NUM_ERRORS;
281 state->bottom = i;
288 return get_error_values(1 /* inc */, 0 /* bottom */, NULL, NULL, NULL, NULL);
292 return get_error_values(1 /* inc */, 0 /* bottom */, file, line, NULL, NULL);
297 return get_error_values(1 /* inc */, 0 /* bottom */, file, line, data, flags);
301 return get_error_values(0 /* peek */, 0 /* bottom */, NUL
[all...]
/external/skia/include/core/
H A DSkRect.h22 is less than or equal to its left, or if its bottom is less than or equal to
49 or if top is equal to or greater than bottom. Setting all members to zero
136 /** Returns bottom edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid,
141 int32_t bottom() const { return fBottom; } function in struct:SkIRect
187 /** Returns average of top edge and bottom edge. Result does not change if SkIRect
269 or if top is equal to or greater than bottom. Setting all members to zero
274 /** Sets SkIRect to (left, top, right, bottom).
276 top and bottom are not sorted; top is not necessarily less than bottom.
281 @param bottom assigne
283 set(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
299 setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
938 SkScalar bottom() const { return fBottom; } function in struct:SkRect
1033 set(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
1049 setLTRB(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
1063 iset(int left, int top, int right, int bottom) argument
[all...]
/external/skqp/include/core/
H A DSkRect.h22 is less than or equal to its left, or if its bottom is less than or equal to
49 or if top is equal to or greater than bottom. Setting all members to zero
60 setting right and bottom to most positive value.
139 /** Returns bottom edge of SkIRect, if sorted. Call isEmpty() to see if SkIRect may be invalid,
144 int32_t bottom() const { return fBottom; } function in struct:SkIRect
190 /** Returns average of top edge and bottom edge. Result does not change if SkRect
256 or if top is equal to or greater than bottom. Setting all members to zero
261 /** Sets SkIRect to (left, top, right, bottom).
263 top and bottom are not sorted; top is not necessarily less than bottom
270 set(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
286 setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
928 SkScalar bottom() const { return fBottom; } function in struct:SkRect
1023 set(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
1039 setLTRB(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
1053 iset(int left, int top, int right, int bottom) argument
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DFontUtils.java32 //return (-metrics.top) + metrics.bottom;
61 size.bottom = size.top + (int) getFontHeight(paint);
/external/autotest/client/cros/multimedia/
H A Ddisplay_info.py32 @param left: The y-axis distance from the bottom bound.
39 self.bottom = d['bottom']
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.h35 // mat = FrustumMatrix(left, right, bottom, top, near, far) * mat
38 float bottom, float top,
/external/clang/test/CXX/basic/basic.link/
H A Dp7.cpp13 void bottom() { function in namespace:X
/external/clang/test/CodeGenObjC/Inputs/
H A Dnsvalue-boxed-expressions-support.h50 CGFloat bottom; member in struct:NSEdgeInsets
/external/icu/icu4c/source/samples/layout/
H A DSurface.cpp25 clip.bottom = height;
/external/libcups/cups/
H A Dpwg.h63 bottom, /* Bottom margin in 2540ths */ member in struct:pwg_size_s
/external/libnl/doc/
H A Dlibnl.css58 margin-bottom: 0px;
62 margin-bottom: 4px;
66 margin-bottom: 2px;
185 padding-bottom: 0px;
224 margin-bottom: 3px;
234 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
297 margin-bottom: 0px;
377 margin-bottom: 0px;
498 margin-bottom: 10px;
519 vertical-align: bottom;
[all...]

Completed in 722 milliseconds

1234567891011>>