HomeSort by relevance Sort by last modified time
    Searched defs:fTop (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter.h 45 int fLeft, fTop;
SkScan_AntiPath.cpp 75 int fTop;
96 fTop = ir.fTop;
97 fCurrIY = ir.fTop - 1;
98 fCurrY = (ir.fTop << SHIFT) - 1;
165 if (fCurrIY >= fTop) {
175 fCurrIY = fTop - 1;
530 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
531 iy -= fMask.fBounds.fTop; // make it relative to 0
588 return r.fLeft > min && r.fTop > min &
    [all...]
SkGlyph.h 30 int16_t fTop, fLeft;
SkRegion_path.cpp 50 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
91 SkRegion::RunType fTop; // first Y value
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);
SkRegion.cpp 155 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;
    [all...]
  /external/skia/src/core/
SkSpriteBlitter.h 45 int fLeft, fTop;
SkGlyph.h 30 int16_t fTop, fLeft;
SkRegion_path.cpp 50 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
91 SkRegion::RunType fTop; // first Y value
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);
SkScan_AntiPath.cpp 75 int fTop;
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 > min &
    [all...]
SkRegion.cpp 155 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;
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
36 int height() const { return fBottom - fTop; }
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
44 fTop = top;
51 fTop = SkToS16(r.fTop);
  /external/chromium_org/third_party/skia/include/views/animated/
SkBorderView.h 24 SkScalar getTop() const { return fTop; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
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/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
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/
SkBorderView.h 24 SkScalar getTop() const { return fTop; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
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/
skia_utils_win.cc 17 SK_COMPILE_ASSERT(offsetof(RECT, top) == offsetof(SkIRect, fTop), o2);
21 SK_COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6);
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
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 = y
    [all...]
SkPaint.h 760 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
  /external/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
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 = y
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 740 FX_FLOAT fTop = 0.0f;
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/
PWL_ScrollBar.cpp 1019 FX_FLOAT fLeft,fRight,fTop,fBottom;
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);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 184 SkScalar fTop;
503 int fTop;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 720 FX_FLOAT fTop = rect.top;
730 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
732 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
    [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.h 184 SkScalar fTop;
483 int fTop;

Completed in 386 milliseconds

1 2