Searched refs:fBottom (Results 151 - 175 of 368) sorted by relevance

1234567891011>>

/external/skia/src/core/
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;
540 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
552 // possible our fBounds.fBottom i
[all...]
H A DSkCubicClipper.cpp125 const SkScalar cbot = fClip.fBottom;
H A DSkImageFilter.cpp233 if (flags & CropRect::kHasBottom_CropEdge) srcBounds.fBottom = cropRectI.fBottom;
255 if (flags & CropRect::kHasBottom_CropEdge) bounds->fBottom = cropRectI.fBottom;
H A DSkRegionPriv.h225 bounds->fBottom = bot;
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.cpp151 overview->appendScalar(this->pictureCull().fBottom);
/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp125 const SkScalar cbot = fClip.fBottom;
H A DSkEdge.h47 SkASSERT(fFirstY < clip.fBottom);
H A DSkImageFilter.cpp299 if (flags & CropRect::kHasBottom_CropEdge) srcBounds.fBottom = cropRectI.fBottom;
321 if (flags & CropRect::kHasBottom_CropEdge) bounds->fBottom = cropRectI.fBottom;
H A DSkRegionPriv.h225 bounds->fBottom = bot;
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp39 for (int y = rect.fTop; y < rect.fBottom; ++y) {
H A DSkMatrixConvolutionImageFilter.cpp173 y = SkPin32(y, bounds.fTop, bounds.fBottom - 1);
196 if (x < bounds.fLeft || x >= bounds.fRight || y < bounds.fTop || y >= bounds.fBottom) {
213 for (int y = rect.fTop; y < rect.fBottom; ++y) {
366 bounds.fBottom += fKernelSize.height() - 1;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h63 return bounds().fBottom;
/external/chromium_org/third_party/skia/tests/
H A DRTreeTest.cpp31 rect.fBottom = rand.nextRangeF(0, 1000);
H A DPathOpsCubicReduceOrderTest.cpp231 && !AlmostEqualUlps(reducer.fLine[0].fY, bounds.fBottom))
235 && !AlmostEqualUlps(reducer.fLine[1].fY, bounds.fBottom))) {
/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp186 * @param maxY Exclusive maximum y-coordinate. SkIRect's fTop and fBottom will be
210 if (rect.fTop == rect.fBottom) {
214 rect.fBottom++;
216 SkASSERT(rect.fBottom < maxY);
599 rect.fRight, rect.fBottom);
/external/skia/src/effects/
H A DSk2DPathEffect.cpp39 for (int y = rect.fTop; y < rect.fBottom; ++y) {
/external/skia/src/pathops/
H A DSkIntersectionHelper.h63 return bounds().fBottom;
/external/skia/tests/
H A DRTreeTest.cpp31 rect.fBottom = rand.nextS() % 1000;
/external/skia/tools/
H A Dskimage_main.cpp186 * @param maxY Exclusive maximum y-coordinate. SkIRect's fTop and fBottom will be
210 if (rect.fTop == rect.fBottom) {
214 rect.fBottom++;
216 SkASSERT(rect.fBottom < maxY);
598 rect.fRight, rect.fBottom);
/external/chromium_org/third_party/skia/bench/
H A DGameBench.cpp198 { SkIntToScalar(src.fLeft), SkIntToScalar(src.fBottom) },
201 { SkIntToScalar(src.fRight), SkIntToScalar(src.fBottom) },
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp147 metrics->fBottom = SkScalarMul(metrics->fBottom, scale);
H A DSkTestScalerContext.cpp281 metrics->fBottom = SkScalarMul(metrics->fBottom, scale);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp184 int cmpHeight = bounds.fBottom;
353 SK_Scalar1 * rect.fBottom);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp741 FX_FLOAT fBottom = 0.0f; local
749 fBottom = rcAnnot.bottom - rcPageView.bottom;
753 fBottom = rcPageView.right - rcAnnot.right;
757 fBottom = rcPageView.top - rcAnnot.top;
761 fBottom = rcAnnot.left - rcPageView.left;
782 if (fBottom > fMaxListBoxHeight)
796 if (fTop > fBottom)
803 fFactHeight = fBottom;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp1019 FX_FLOAT fLeft,fRight,fTop,fBottom; local
1043 fBottom = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
1046 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
1047 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1049 if (IsFloatSmaller(fBottom, rcPosArea.bottom))
1051 fBottom = rcPosArea.bottom;
1052 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1056 fBottom,

Completed in 940 milliseconds

1234567891011>>