Searched refs:bottom (Results 351 - 375 of 706) sorted by relevance

<<11121314151617181920>>

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java85 public void setBounds(int left, int top, int right, int bottom) { argument
86 bounds = new Rect(left, top, right, bottom);
H A DShadowMapView.java111 point.y = scaleDegree(geoPoint.getLatitudeE6(), bottom, top, mapCenter.getLatitudeE6(), latitudeSpan);
117 int lat = scalePixel(y, bottom, -realMapView.getHeight(), mapCenter.getLatitudeE6(), latitudeSpan);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDrawableTest.java64 assertThat(r.bottom, is(4));
75 assertThat(r.bottom, is(4));
/external/skia/gm/
H A Darcto.cpp62 SkPath::kCW_Direction, oval.right(), oval.bottom());
68 SkPath::kCCW_Direction, oval.right(), oval.bottom() + 100);
H A Dpictureimagegenerator.cpp45 const SkScalar underlineY = iBox.bottom() +
58 path.moveTo(iBox.centerX() - accentSize / 2, iBox.bottom() + kVerticalSpacing * accentSize);
/external/skia/samplecode/
H A DSampleHairline.cpp52 int bottom = bm.height() - i - 1; local
53 if (!check_zeros(bm.getAddr32(0, bottom), bm.width(), 1)) {
H A DSampleFilterQuality.cpp140 canvas->drawLine(r.left(), r.top(), r.right(), r.bottom(), p);
141 canvas->drawLine(r.left(), r.bottom(), r.right(), r.top(), p);
253 canvas->drawLine(r.centerX(), r.top(), r.centerX(), r.bottom(), p);
/external/skia/src/core/
H A DSkRasterClip.h106 bool quickContains(int left, int top, int right, int bottom) const {
107 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
H A DSkScan_Antihair.cpp398 int top, bottom;
401 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
403 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
408 bottom += 1;
410 if (top >= clip->fBottom || bottom <= clip->fTop) {
413 if (clip->fTop <= top && clip->fBottom >= bottom) {
418 if (y0 > y1) { // we want to go top-to-bottom
574 SkFDot6 bottom = SkMax32(y0, y1);
580 SkFDot6Ceil(bottom) + 1);
H A DSkRegion.cpp53 assert_sentinel(runs[1], false); // bottom
143 int32_t right, int32_t bottom) {
144 if (left >= right || top >= bottom) {
148 fBounds.set(left, top, right, bottom);
242 // trim off any empty spans from the top and bottom
247 assert_sentinel(runs[1], false); // bottom
252 runs[0] = runs[-2]; // set new top to prev bottom
263 if (stop[-5] == SkRegion::kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
271 assert_sentinel(stop[-6], false); // last bottom
563 int bottom local
142 setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
775 addSpan(int bottom, const SkRegion::RunType a_runs[], const SkRegion::RunType b_runs[]) argument
[all...]
/external/skia/src/pathops/
H A DSkAddIntersections.cpp324 wt.bottom(), wt.x(), wt.yFlipped());
330 wt.bottom(), wt.x(), wt.yFlipped());
336 wt.bottom(), wt.x(), wt.yFlipped());
342 wt.bottom(), wt.x(), wt.yFlipped());
359 wn.bottom(), wn.x(), wn.yFlipped());
394 wn.bottom(), wn.x(), wn.yFlipped());
432 wn.bottom(), wn.x(), wn.yFlipped());
471 wn.bottom(), wn.x(), wn.yFlipped());
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp46 int32_t left, top, right, bottom; member in struct:ClipRect
255 state.clipRects[i].bottom),
H A DSkTextBox.cpp147 void SkTextBox::setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
149 fBox.set(left, top, right, bottom);
/external/skia/tests/
H A DStrokeTest.cpp19 SkScalarNearlyEqual(a.bottom(), b.bottom());
/external/skia/tools/lua/
H A Dgradients.lua19 local height = rect.bottom - rect.top
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java224 rect.bottom = rect.bottom * cameraResolution.y / screenResolution.y;
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp499 m_rtClient.bottom() - rtScroll.height, rtScroll.height,
585 CFX_PointF(fLeft, m_rtClient.bottom()));
729 if (rtFDE.bottom() < rtEidt.bottom() && m_fScrollOffsetY > 0) {
730 m_fScrollOffsetY += rtFDE.bottom() - rtEidt.bottom();
744 if (rtCaret.bottom() > rtEidt.bottom())
745 offsetY = rtCaret.bottom() - rtEidt.bottom();
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css209 border-bottom:3px solid #94b922;
342 padding-bottom:.5em;
350 padding-bottom:.5em;
504 border-bottom: 1px solid #669999;
526 padding-bottom: 1px;
H A Ddoclava-developer-docs.css8 border-bottom: 4px solid #ccc;
225 bottom:2px;
532 margin-bottom:.5em;
856 margin-bottom: .25em;
865 margin-bottom:.1em;
934 border-bottom: 1px solid #888;
968 margin-bottom: 10px;
1083 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px;
1135 border-bottom:1px solid #666;
/external/doclava/res/assets/templates-sdk/assets/
H A Dandroid-developer-docs.css213 border-bottom:3px solid #94b922;
346 padding-bottom:.5em;
354 padding-bottom:.5em;
508 border-bottom: 1px solid #669999;
530 padding-bottom: 1px;
860 padding-bottom:.25em;
899 .desc-bottom {
994 border-bottom:1px solid #daf3fc;
1009 margin-bottom:1.5em;
1108 margin-top:-23px; /* instead of bottom
[all...]
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp718 int bottom,
730 div_colors[0].BiInterpol(patch_colors, left, bottom, x_scale, y_scale);
732 div_colors[1].BiInterpol(patch_colors, left, bottom + 1, x_scale,
734 div_colors[2].BiInterpol(patch_colors, left + 1, bottom + 1, x_scale,
736 div_colors[3].BiInterpol(patch_colors, left + 1, bottom, x_scale,
766 bottom *= 2;
767 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(),
769 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(),
777 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(),
779 Draw(x_scale, y_scale, left + 1, bottom, C
715 Draw(int x_scale, int y_scale, int left, int bottom, Coon_Bezier C1, Coon_Bezier C2, Coon_Bezier D1, Coon_Bezier D2) argument
[all...]
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp74 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.bottom),
76 path.AppendPoint(CFX_PointF(rcFocus.right, rcFocus.bottom),
538 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight();
551 fBottom = rcAnnot.bottom - rcPageView.bottom;
558 fTop = rcAnnot.bottom - rcPageView.bottom;
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp90 CFX_FloatRect(rcWindow.right, rcWindow.bottom,
215 << " " << rcClient.bottom << " m\n"
236 << " " << rcClient.bottom << " m\n"
306 sAppStream << rect.left << " " << rect.bottom << " "
307 << rect.right - rect.left << " " << rect.top - rect.bottom
341 rcClient.bottom),
371 rcClient.bottom),
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp96 FX_FLOAT fBottom = pRtSign->bottom();
116 FX_FLOAT fBottom = pRtSign->bottom();
149 FX_FLOAT fBottom = pRtSign->bottom();
/external/skia/tools/debugger/
H A DSkObjectParser.cpp117 mRect->appendS32(rect.bottom());
266 mRect->appendScalar(rect.bottom());
302 mRRect->appendScalar(rrect.rect().bottom());

Completed in 688 milliseconds

<<11121314151617181920>>