Searched defs:fTop (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkGlyph.h30 int16_t fTop, fLeft; member in struct:SkGlyph
H A DSkRegion_path.cpp41 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
82 SkRegion::RunType fTop; // first Y value member in class:SkRgnBuilder
153 fTop = (SkRegion::RunType)(y);
210 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
220 *runs++ = fTop;
492 edge[0].set(r.fLeft, r.fBottom, r.fTop);
493 edge[1].set(r.fRight, r.fTop, r.fBottom);
H A DSkScan_AntiPath.cpp75 int fTop; member in class:BaseSuperBlitter
96 fTop = ir.fTop;
97 fCurrIY = ir.fTop - 1;
98 fCurrY = (ir.fTop << SHIFT) - 1;
144 if (fCurrIY >= fTop) {
151 fCurrIY = fTop - 1;
506 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
507 iy -= fMask.fBounds.fTop; // make it relative to 0
564 return r.fLeft > min && r.fTop > mi
[all...]
H A DSkRegion.cpp155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
223 *itop = fBounds.fTop;
302 runs[0] = bounds.fTop;
380 const RunType* scanline = fRunHead->findScanline(r.fTop);
465 const RunType* scanline = fRunHead->findScanline(sect.fTop);
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
767 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
790 fTop = (SkRegion::RunType)(bottom); // just update our bottom
801 fStartDst[0] = fTop;
814 SkRegion::RunType fTop; member in class:RgnOper
[all...]
/external/skia/src/core/
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkGlyph.h30 int16_t fTop, fLeft; member in struct:SkGlyph
H A DSkRegion_path.cpp50 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
91 SkRegion::RunType fTop; // first Y value member in class:SkRgnBuilder
160 fTop = (SkRegion::RunType)(y);
217 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
227 *runs++ = fTop;
499 edge[0].set(r.fLeft, r.fBottom, r.fTop);
500 edge[1].set(r.fRight, r.fTop, r.fBottom);
H A DSkScan_AntiPath.cpp75 int fTop; member in class:BaseSuperBlitter
96 fTop = ir.fTop;
97 fCurrIY = ir.fTop - 1;
98 fCurrY = (ir.fTop << SHIFT) - 1;
144 if (fCurrIY >= fTop) {
151 fCurrIY = fTop - 1;
506 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
507 iy -= fMask.fBounds.fTop; // make it relative to 0
564 return r.fLeft > min && r.fTop > mi
[all...]
H A DSkRegion.cpp155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
223 *itop = fBounds.fTop;
302 runs[0] = bounds.fTop;
380 const RunType* scanline = fRunHead->findScanline(r.fTop);
465 const RunType* scanline = fRunHead->findScanline(sect.fTop);
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
767 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
790 fTop = (SkRegion::RunType)(bottom); // just update our bottom
801 fStartDst[0] = fTop;
814 SkRegion::RunType fTop; member in class:RgnOper
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
24 int height() const { return fBottom - fTop; }
26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
32 fTop = SkToS16(r.fTop);
/external/chromium_org/third_party/skia/include/views/animated/
H A DSkBorderView.h24 SkScalar getTop() const { return fTop; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
19 if (fTop > pt.fY) {
20 fTop = pt.fY;
32 && approximately_between(fTop, pt.fY, fBottom);
37 SkASSERT(fTop <= fBottom);
39 SkASSERT(r->fTop <= r->fBottom);
40 return r->fLeft <= fRight && fLeft <= r->fRight && r->fTop <= fBottom && fTop <= r->fBottom;
45 fTop = fBottom = pt.fY;
53 return fBottom - fTop;
[all...]
/external/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
24 int height() const { return fBottom - fTop; }
26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
32 fTop = SkToS16(r.fTop);
/external/skia/include/views/animated/
H A DSkBorderView.h24 SkScalar getTop() const { return fTop; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/skia/src/pathops/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
19 if (fTop > pt.fY) {
20 fTop = pt.fY;
32 && approximately_between(fTop, pt.fY, fBottom);
37 SkASSERT(fTop <= fBottom);
39 SkASSERT(r->fTop <= r->fBottom);
40 return r->fLeft <= fRight && fLeft <= r->fRight && r->fTop <= fBottom && fTop <= r->fBottom;
45 fTop = fBottom = pt.fY;
53 return fBottom - fTop;
[all...]
/external/chromium_org/skia/ext/
H A Dskia_utils_win.cc17 SK_COMPILE_ASSERT(offsetof(RECT, top) == offsetof(SkIRect, fTop), o2);
21 SK_COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6); member in namespace:__anon10051
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
60 int top() const { return fTop; }
67 int y() const { return fTop; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
104 SK_MinS32 == fTop &&
117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
127 fTop = top;
138 fTop
[all...]
H A DSkPaint.h755 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:SkPaint::FontMetrics
/external/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
60 int top() const { return fTop; }
67 int y() const { return fTop; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
104 SK_MinS32 == fTop &&
117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
127 fTop = top;
138 fTop
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h184 SkScalar fTop; member in class:SkDrawBitmapCommand
483 int fTop; member in class:SkDrawSpriteCommand
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp720 FX_FLOAT fTop = rect.top; local
730 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
732 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
742 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
743 sAppStream << fRight - fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
754 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " l\n";
755 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " l\n";
756 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 << " l\n";
757 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 << " l\n";
763 sAppStream << fRight - fHalfWidth << " " << fTop
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp740 FX_FLOAT fTop = 0.0f; local
748 fTop = rcPageView.top - rcAnnot.top;
752 fTop = rcAnnot.left - rcPageView.left;
756 fTop = rcAnnot.bottom - rcPageView.bottom;
760 fTop = rcPageView.right - rcAnnot.right;
789 if (fTop > fMaxListBoxHeight)
796 if (fTop > fBottom)
798 fFactHeight = fTop;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp1019 FX_FLOAT fLeft,fRight,fTop,fBottom; local
1044 fTop = TrueToFace(m_sData.fScrollPos);
1046 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
1047 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1052 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1058 fTop);
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h184 SkScalar fTop; member in class:SkDrawBitmapCommand
483 int fTop; member in class:SkDrawSpriteCommand

Completed in 858 milliseconds

12