Searched refs:fBottom (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A DSampleArc.cpp58 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
59 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
61 canvas->drawLine(r.centerX(), r.fTop, r.centerX(), r.fBottom, p);
77 rect.fBottom + paint.getTextSize() * 5/4, paint);
H A DSampleLayers.cpp50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
72 r.fBottom = SkIntToScalar(20);
76 r.fBottom = SkIntToScalar(100);
119 r.fBottom = SkIntToScalar(100);
H A DSampleManyRects.cpp55 SkIntToScalar(y) + SkScalarHalf(rect.fBottom));
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp31 vp.fBottom = 0;
/external/skia/tests/
H A DRecordTest.cpp41 draw->rect.fBottom *= 2;
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp251 FwDCubicEvaluator fBottom(pts);
259 fBottom.restart(lodX);
265 SkPoint bottom = fBottom.next(), top = fTop.next();
281 + v * ((1.0f - u) * fBottom.getCtrlPoints()[0].x()
282 + u * fBottom.getCtrlPoints()[3].x()),
285 + v * ((1.0f - u) * fBottom.getCtrlPoints()[0].y()
286 + u * fBottom.getCtrlPoints()[3].y()));
/external/chromium_org/third_party/skia/tests/
H A DCanvasStateTest.cpp118 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, SPACER);
126 rect.fRight, rect.fBottom, SPACER);
223 *rectCoords.append() = rect.fBottom;
226 clipRect.fRight, clipRect.fBottom, clipOps[j],
233 clipRect.fRight, clipRect.fBottom, clipOps[j],
H A DPathOpsTightBoundsTest.cpp102 bitsWritten.fBottom = SkTMax(bitsWritten.fBottom, y);
H A DRecordTest.cpp44 draw->rect.fBottom *= 2;
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Antihair.cpp479 if (top >= clip->fBottom || bottom <= clip->fTop) {
482 if (clip->fTop <= top && clip->fBottom >= bottom) {
520 if (istart >= clip->fBottom || istop <= clip->fTop) {
533 if (istop > clip->fBottom) {
534 istop = clip->fBottom;
677 p0.set(rect.fRight, rect.fBottom);
679 p1.set(rect.fLeft, rect.fBottom);
765 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom),
989 FDot8 B = SkScalarToFDot8(r.fBottom + ry);
1019 B = SkScalarToFDot8(r.fBottom
[all...]
H A DSkScan_AntiPath.cpp530 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
589 r.fRight < max && r.fBottom < max;
612 overflows_short_shift(rect.fBottom, SHIFT);
636 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom);
676 if (bounds.fRight > kMaxClipCoord || bounds.fBottom > kMaxClipCoord) {
705 clipRect->fRight << SHIFT, clipRect->fBottom << SHIFT);
716 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
719 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
H A DSkQuadClipper.cpp67 const SkScalar cbot = fClip.fBottom;
/external/skia/src/core/
H A DSkScan_Antihair.cpp479 if (top >= clip->fBottom || bottom <= clip->fTop) {
482 if (clip->fTop <= top && clip->fBottom >= bottom) {
520 if (istart >= clip->fBottom || istop <= clip->fTop) {
533 if (istop > clip->fBottom) {
534 istop = clip->fBottom;
677 p0.set(rect.fRight, rect.fBottom);
679 p1.set(rect.fLeft, rect.fBottom);
765 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom),
989 FDot8 B = SkScalarToFDot8(r.fBottom + ry);
1019 B = SkScalarToFDot8(r.fBottom
[all...]
H A DSkScan_AntiPath.cpp506 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
565 r.fRight < max && r.fBottom < max;
588 overflows_short_shift(rect.fBottom, SHIFT);
612 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom);
652 if (bounds.fRight > kMaxClipCoord || bounds.fBottom > kMaxClipCoord) {
681 clipRect->fRight << SHIFT, clipRect->fBottom << SHIFT);
692 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
695 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
H A DSkQuadClipper.cpp67 const SkScalar cbot = fClip.fBottom;
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp28 rect->fBottom = SkScalarMul(rect->fBottom, yScale);
120 lowerSrcRect.fBottom = srcRect.top() + rad;
121 lowerDstRect.fBottom = dstRect.top() + rad;
258 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
276 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp28 rect->fBottom = SkScalarMul(rect->fBottom, yScale);
97 lowerSrcRect.fBottom = srcRect.top() + rad;
98 lowerDstRect.fBottom = dstRect.top() + rad;
220 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
237 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
/external/chromium_org/third_party/skia/src/image/
H A DSkImage.cpp63 bounds.fBottom = SkMin32(bounds.fBottom, bitmap->height());
/external/chromium_org/third_party/skia/gm/
H A Dalphagradients.cpp28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
H A Dhittestpath.cpp23 for (SkScalar y = r.fTop + SK_ScalarHalf - MARGIN; y < r.fBottom + MARGIN; y += SK_Scalar1) {
/external/chromium_org/third_party/skia/tools/
H A Dskpinfo.cpp64 info.fCullRect.fRight, info.fCullRect.fBottom);
/external/skia/gm/
H A Dalphagradients.cpp28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
H A Dhittestpath.cpp23 for (SkScalar y = r.fTop + SK_ScalarHalf - MARGIN; y < r.fBottom + MARGIN; y += SK_Scalar1) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp307 r.fRight - dx, r.fBottom - dy, stride);
535 rect.fRight, rect.fBottom, vstride);
682 devRect.fBottom + SK_ScalarHalf
686 verts[1].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fBottom);
687 verts[2].fPos = SkPoint::Make(devBounds.fRight, devBounds.fBottom);
723 devRect.fBottom + SK_ScalarHalf
735 verts[1].fPos = SkPoint::Make(devBounds.fLeft, devBounds.fBottom);
739 verts[2].fPos = SkPoint::Make(devBounds.fRight, devBounds.fBottom);
868 inset = SK_ScalarHalf * SkMinScalar(inset, devOutside.fBottom - devInside.fBottom);
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkStackViewLayout.cpp117 crossLimit = -fMargin.fTop - fMargin.fBottom;
132 endM = fMargin.fBottom;
265 parent->height() - fMargin.fBottom - fMargin.fTop);

Completed in 787 milliseconds

1234567891011>>