Searched refs:fBottom (Results 126 - 150 of 368) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
203 fBounds.fRight >= right && fBounds.fBottom >= bottom;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAARects.cpp31 canvas.drawLine(0, 0, r.fRight, r.fBottom, paint);
32 canvas.drawLine(0, r.fBottom, r.fRight, 0, paint);
H A DSampleBitmapRect.cpp64 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom);
191 fSrcR.fBottom = SkIntToScalar(fBitmap.height());
H A DSamplePath.cpp71 SkScalarToDouble(r.fRight), SkScalarToDouble(r.fBottom),
72 ir.fLeft, ir.fTop, ir.fRight, ir.fBottom);
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp669 pts[3].set(outer.fRight, r.fBottom);
670 pts[4].set(r.fRight, outer.fBottom);
671 pts[5].set(r.fLeft, outer.fBottom);
672 pts[6].set(outer.fLeft, r.fBottom);
678 pts[4].set(outer.fRight, r.fBottom);
679 pts[3].set(r.fRight, outer.fBottom);
680 pts[2].set(r.fLeft, outer.fBottom);
681 pts[1].set(outer.fLeft, r.fBottom);
H A DSkRecordDraw.cpp442 SkASSERT(pad.fTop == -pad.fBottom);
443 SkASSERT(pad.fRight > pad.fBottom);
472 correct.fBottom += metrics.fBottom;
477 metrics.fXMin, metrics.fTop, metrics.fXMax, metrics.fBottom);
H A DSkAAClip.cpp122 int bottom() const { return fBottom; }
131 int fTop, fBottom; member in class:SkAAClip::Iter
138 fTop = fBottom = clip.fBounds.fBottom;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
165 fBottom = kMaxInt32;
168 fBottom += curr->fY - prev->fY;
580 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
592 // possible our fBounds.fBottom i
[all...]
H A DSkEdge.cpp69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
129 SkASSERT(top < clip.fBottom);
380 if (clip && (top >= clip->fBottom || bot <= clip->fTop))
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp27 result->appendScalar(rect.fBottom);
101 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLayer.cpp218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
/external/skia/bench/
H A DPathBench.cpp246 fRandom.nextRangeScalar(bounds->fTop, bounds->fBottom));
603 r.fBottom = r.fTop + 2 * radius;
661 arcRect.offset(rect.fRight - arcRect.fRight, rect.fBottom - arcRect.fBottom);
664 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fBottom - arcRect.fBottom);
707 r.fBottom = r.fTop + 2 * size;
782 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight);
/external/skia/gm/
H A Dpathfill.cpp184 r.fBottom = bottom;
212 show(canvas, path, paint, clipPtr, clipR.centerY(), clipR.fBottom);
H A Dvariedtext.cpp95 SkRect safeRect = SkRect::MakeLTRB(-r.fLeft, -r.fTop, w - r.fRight, h - r.fBottom);
102 fPositions[i].fY = random.nextRangeScalar(safeRect.fTop, safeRect.fBottom);
/external/skia/include/core/
H A DSkRegion.h185 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
203 fBounds.fRight >= right && fBounds.fBottom >= bottom;
/external/skia/samplecode/
H A DSampleAARects.cpp31 canvas.drawLine(0, 0, r.fRight, r.fBottom, paint);
32 canvas.drawLine(0, r.fBottom, r.fRight, 0, paint);
H A DSampleBitmapRect.cpp70 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom);
197 fSrcR.fBottom = SkIntToScalar(fBitmap.height());
H A DSamplePath.cpp71 SkScalarToDouble(r.fRight), SkScalarToDouble(r.fBottom),
72 ir.fLeft, ir.fTop, ir.fRight, ir.fBottom);
/external/skia/src/core/
H A DSkStroke.cpp668 pts[3].set(outer.fRight, r.fBottom);
669 pts[4].set(r.fRight, outer.fBottom);
670 pts[5].set(r.fLeft, outer.fBottom);
671 pts[6].set(outer.fLeft, r.fBottom);
677 pts[4].set(outer.fRight, r.fBottom);
678 pts[3].set(r.fRight, outer.fBottom);
679 pts[2].set(r.fLeft, outer.fBottom);
680 pts[1].set(outer.fLeft, r.fBottom);
H A DSkEdge.cpp62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
122 SkASSERT(top < clip.fBottom);
353 if (clip && (top >= clip->fBottom || bot <= clip->fTop))
/external/skia/src/gpu/
H A DGrSWMaskHelper.cpp106 if (!fBM.allocPixels(SkImageInfo::MakeA8(bounds.fRight, bounds.fBottom))) {
227 SK_Scalar1 * rect.fBottom);
H A DGrOvalRenderer.cpp572 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
577 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
720 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
725 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
836 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
840 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
1071 bounds.fBottom - outerRadius,
1072 bounds.fBottom
1180 bounds.fBottom - yOuterRadius,
1181 bounds.fBottom
[all...]
/external/skia/src/pdf/
H A DSkPDFUtils.cpp27 result->appendScalar(rect.fBottom);
101 SkScalar bottom = SkMinScalar(rect.fBottom, rect.fTop);
/external/skia/src/utils/
H A DSkLayer.cpp218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp602 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
607 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
748 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
753 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
861 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
865 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
1096 bounds.fBottom - outerRadius,
1097 bounds.fBottom
1202 bounds.fBottom - yOuterRadius,
1203 bounds.fBottom
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp961 FX_FLOAT fBottom = rect.bottom;
977 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
978 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " "
979 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
989 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " m\n";
992 sAppStream << fRight - fWidth / 2 << " " << fBottom + fWidth / 2 << " l\n";
993 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " l S\n";
1002 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " m\n";
1007 sAppStream << fLeft + fHalfWidth * 2 << " " << fBottom
[all...]

Completed in 512 milliseconds

1234567891011>>