HomeSort by relevance Sort by last modified time
    Searched refs:fBottom (Results 76 - 100 of 387) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/bench/
FSRectBench.cpp 35 fRects[i].fBottom = H + kMinOffset + SkScalarMul(rand.nextUScalar1(), kOffsetRange);
  /external/skia/samplecode/
SampleArc.cpp 58 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);
SampleLayers.cpp 50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
72 r.fBottom = SkIntToScalar(20);
76 r.fBottom = SkIntToScalar(100);
119 r.fBottom = SkIntToScalar(100);
SampleManyRects.cpp 55 SkIntToScalar(y) + SkScalarHalf(rect.fBottom));
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 31 vp.fBottom = 0;
  /external/skia/tests/
RecordTest.cpp 41 draw->rect.fBottom *= 2;
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 97 SkScalarToFloat(bounds.fRight), SkScalarToFloat(bounds.fBottom));
107 bounds.fBottom = SkScalarDiv(bounds.fBottom-bounds.fTop, scale);
112 SkScalarToFloat(bounds.fRight), SkScalarToFloat(bounds.fBottom),
  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.cpp 251 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/
CanvasStateTest.cpp 118 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],
PathOpsTightBoundsTest.cpp 102 bitsWritten.fBottom = SkTMax(bitsWritten.fBottom, y);
RecordTest.cpp 44 draw->rect.fBottom *= 2;
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 479 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 - ry)
    [all...]
SkScan_AntiPath.cpp 530 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);
SkQuadClipper.cpp 67 const SkScalar cbot = fClip.fBottom;
  /external/skia/src/core/
SkScan_Antihair.cpp 479 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 - ry)
    [all...]
SkScan_AntiPath.cpp 506 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);
SkQuadClipper.cpp 67 const SkScalar cbot = fClip.fBottom;
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 28 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/
SkGpuBlurUtils.cpp 28 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/
SkImage.cpp 63 bounds.fBottom = SkMin32(bounds.fBottom, bitmap->height());
  /external/chromium_org/third_party/skia/gm/
alphagradients.cpp 28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
hittestpath.cpp 23 for (SkScalar y = r.fTop + SK_ScalarHalf - MARGIN; y < r.fBottom + MARGIN; y += SK_Scalar1) {
  /external/chromium_org/third_party/skia/tools/
skpinfo.cpp 64 info.fCullRect.fRight, info.fCullRect.fBottom);
  /external/skia/gm/
alphagradients.cpp 28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
hittestpath.cpp 23 for (SkScalar y = r.fTop + SK_ScalarHalf - MARGIN; y < r.fBottom + MARGIN; y += SK_Scalar1) {

Completed in 6223 milliseconds

1 2 34 5 6 7 8 91011>>