Searched refs:bottom (Results 301 - 325 of 706) sorted by relevance

<<11121314151617181920>>

/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp198 FX_FLOAT fStartPos = bVertical ? rect.bottom() : rect.right();
448 FX_FLOAT fLineStop = bVertical ? rect.left : rect.bottom();
681 FX_FLOAT fLineStopS = bVertical ? rect.right() : rect.bottom();
687 bVertical ? pFirstPiece->rtPiece.right() : pFirstPiece->rtPiece.bottom();
783 pt2.y = rtText.bottom();
786 pt1.y = rtText.bottom();
788 pt2.y = rtText.bottom();
798 pt2.y = rtText.bottom();
801 pt1.y = rtText.bottom() - rtText.height * 2.0f / 5.0f;
821 pt2.y = rect.bottom();
[all...]
/external/webrtc/talk/media/devices/
H A Dgdivideorenderer.cc210 0, 0, rcClient.right, rcClient.bottom, // destination rect
226 ptDiff.y = (rcWindow.bottom - rcWindow.top) - rcClient.bottom;
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc988 || _windowHeight != (_windowRect.bottom - _windowRect.top))
997 _windowHeight = _windowRect.bottom - _windowRect.top;
1055 globalBounds.bottom = contentBounds.bottom;
1058 windowHeight = globalBounds.bottom - globalBounds.top;
1111 contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left);
1227 //WEBRTC_LOG(kTraceDebug, "%s contentBounds t:%d r:%d b:%d l:%d", __FUNCTION__, contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left);
1232 _currentParentWindowBounds.bottom = contentBounds.bottom;
1236 _currentParentWindowHeight = _currentParentWindowBounds.bottom
1962 GetChannelProperties(const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
[all...]
H A Dvideo_render_nsopengl.mm78 float& right, float& bottom)
86 bottom = _stopHeight;
528 || _windowHeight != (_windowRect.bottom - _windowRect.top))
531 _windowHeight = _windowRect.bottom - _windowRect.top;
822 float& bottom)
845 if(-1 == tempChannel->GetChannelProperties(left, top, right, bottom) )
1002 || _windowHeight != (_windowRect.bottom - _windowRect.top))
1005 _windowHeight = _windowRect.bottom - _windowRect.top;
1150 rect.bottom = 0;
1159 rect.bottom
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java181 int bottom = y + height - 1;
187 gc.drawLine(x, y, x, bottom);
190 gc.drawLine(right, y, right, bottom);
191 gc.drawLine(x, bottom, right, bottom);
/external/icu/icu4j/
H A Dstylesheet8.css333 margin-bottom:15px;
349 padding-bottom:15px;
354 border-bottom:none;
355 padding-bottom:0;
359 margin-bottom:1px;
368 border-bottom:1px solid #EEE;
404 padding-bottom:7px;
476 padding-bottom:3px;
543 padding-bottom:3px;
577 padding-bottom
[all...]
/external/opencv/cv/src/
H A Dcvsnakes.cpp207 int bottom = MIN( roi.height - 1 - pt[i].y, win.height >> 1 ); local
211 for( j = -upper; j <= bottom; j++ )
246 for( j = -upper; j <= bottom; j++ )
282 for( j = -upper; j <= bottom; j++ )
366 for( j = -upper; j <= bottom; j++ )
H A Dcvrotcalipers.cpp45 int bottom; member in struct:__anon15439
70 // left, bottom, right, top - indexes of extremal points
101 int left = 0, bottom = 0, right = 0, top = 0; local
132 bottom_y = pt0.y, bottom = i;
174 seq[0] = bottom;
296 /* bottom point */
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp239 rect.bottom);
248 rect.right, rect.bottom);
351 double bottom) {
354 bottom);
412 double bottom; local
413 m_pInfo->FFI_GetPageViewRect(m_pInfo, page, &left, &top, &right, &bottom);
416 dstRect.top = static_cast<float>(top < bottom ? bottom : top);
417 dstRect.bottom = static_cast<float>(top < bottom
346 DisplayCaret(FPDF_PAGE page, FPDF_BOOL bVisible, double left, double top, double right, double bottom) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
294 mv.bottom.weight = weight;
295 mv.bottom.field_select = PIPE_VIDEO_FRAME;
305 mv.bottom.x = mb->PMV[1][vector][0];
306 mv.bottom.y = mb->PMV[1][vector][1];
307 mv.bottom.field_select = (mb->motion_vertical_field_select & (field_select_mask << 2)) ?
309 mv.bottom.weight = weight;
320 mv.bottom.x = mv.bottom
[all...]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
H A Dmanpage.css194 padding-bottom: 0px;
195 margin-bottom: 0px;
206 .bttndrkblue-bkgd-bottom {
234 .border-bottom-b {
246 .border-bottom-w {
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
H A Dmanpage.css194 padding-bottom: 0px;
195 margin-bottom: 0px;
206 .bttndrkblue-bkgd-bottom {
234 .border-bottom-b {
246 .border-bottom-w {
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp400 m_ClipBox.bottom = m_Height;
465 path.AppendRect(rect.left, rect.bottom, rect.right, rect.top);
479 m_ClipBox.bottom = m_Height;
510 // Depending on the top/bottom, left/right values of the rect it's
522 int height = (int)FXSYS_ceil(rect_f.top - rect_f.bottom);
525 if (rect_i.bottom == rect_i.top)
526 rect_i.bottom++;
538 (FX_FLOAT)(rect_i.bottom) - rect_f.bottom) {
541 rect_i.bottom
[all...]
H A Dcfx_pathdata.cpp207 FX_FLOAT bottom,
211 FX_PATHPOINT(CFX_PointF(left, bottom), FXPT_TYPE::MoveTo, false));
217 FX_PATHPOINT(CFX_PointF(right, bottom), FXPT_TYPE::LineTo, false));
219 FX_PATHPOINT(CFX_PointF(left, bottom), FXPT_TYPE::LineTo, true));
445 pRect->bottom = m_Points[0].m_Point.y;
480 pRect->bottom = points[0].y;
/external/ImageMagick/coders/
H A Dpict.c140 bottom,
803 rectangle->bottom=(short) ReadBlobMSBShort(image);
806 (rectangle->top > rectangle->bottom))
910 (frame.bottom < 0) || (frame.left >= frame.right) ||
911 (frame.top >= frame.bottom))
919 image->rows=1UL*(frame.bottom-frame.top);
977 image->rows=1UL*(frame.bottom-frame.top);
1024 width=1UL*(frame.bottom-frame.top);
1127 1UL*(frame.bottom-frame.top),MagickTrue,exception);
1683 size_rectangle.bottom
138 bottom, member in struct:_PICTRectangle
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.cpp184 return CFX_RectF(m_rtClient.left, m_rtClient.bottom() - m_fButtonLen,
205 return CFX_RectF(m_rtClient.left, m_rtMaxBtn.bottom(), m_rtClient.width,
254 rect.height = (m_rtThumb.top + m_rtThumb.bottom()) / 2;
267 FX_FLOAT iy = (m_rtThumb.top + m_rtThumb.bottom()) / 2;
269 m_rtClient.bottom() - iy);
284 (m_rtMaxBtn.top - m_rtMinBtn.bottom() - m_rtThumb.height);
H A Dcfwl_widget.cpp422 FX_FLOAT fBottom = rtAnchor.bottom() + rtPopup.height;
428 rtPopup = CFX_RectF(rtAnchor.left, rtAnchor.bottom(), rtPopup.width,
446 FX_FLOAT fBottom = rtAnchor.bottom() + fPopHeight;
452 rtPopup = CFX_RectF(rtAnchor.left, rtAnchor.bottom(), fWidth, fPopHeight);
464 if (rtAnchor.bottom() + point.y > 0.0f) {
468 rtPopup = CFX_RectF(rtAnchor.left, rtAnchor.bottom(), rtPopup.width,
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp376 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(), local
377 bounds.right(), bounds.bottom());
379 interior.left(), interior.bottom());
381 bounds.right(), interior.bottom());
386 this->filterBorderPixels(inputBM, &dst, bottom, bounds);
/external/skia/src/utils/
H A DSkPatchUtils.cpp137 // Level of detail per axis, based on the larger side between top and bottom or left and right
235 SkPoint bottom = fBottom.next(), top = fTop.next(); local
244 SkPoint s0 = SkPoint::Make((1.0f - v) * top.x() + v * bottom.x(),
245 (1.0f - v) * top.y() + v * bottom.y());
383 SkPoint bottom = fBottom.next(), top = fTop.next(); local
392 SkPoint s0 = SkPoint::Make((1.0f - v) * top.x() + v * bottom.x(),
393 (1.0f - v) * top.y() + v * bottom.y());
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc278 void __asan_allocas_unpoison(uptr top, uptr bottom) { argument
279 if ((!top) || (top > bottom)) return;
281 (bottom - top) / SHADOW_GRANULARITY);
/external/swiftshader/src/D3D9/
H A DDirect3DSwapChain9.cpp176 sRect.y1 = sourceRect->bottom;
184 dRect.y1 = destRect->bottom;
347 presentParameters->BackBufferHeight = rectangle.bottom - rectangle.top;
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc209 << ", " << rect.right() << ", " << rect.bottom() << "}";
215 RECT native_rect = {rect.left(), rect.top(), rect.right(), rect.bottom()};
224 << ", " << rect.right() << ", " << rect.bottom() << "}";
/external/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c107 rect.bottom - rect.top,
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_progressiverenderer.cpp77 pCurObj->m_Top >= m_ClipRect.bottom) {
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp107 rcCaret.top, rcCaret.right, rcCaret.bottom);
142 if (rcAnchor.bottom < pageViewRect.bottom)
143 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom;
148 t1 = (int)(rcAnchor.bottom - pageViewRect.bottom);
163 t2 = (int)(rcAnchor.bottom - pageViewRect.bottom);

Completed in 679 milliseconds

<<11121314151617181920>>