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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter.h42 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
155 fTop = (SkRegion::RunType)(y);
212 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
222 *runs++ = fTop;
494 edge[0].set(r.fLeft, r.fBottom, r.fTop);
495 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);
229 *itop = fBounds.fTop;
308 runs[0] = bounds.fTop;
386 const RunType* scanline = fRunHead->findScanline(r.fTop);
471 const RunType* scanline = fRunHead->findScanline(sect.fTop);
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
773 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
796 fTop = (SkRegion::RunType)(bottom); // just update our bottom
807 fStartDst[0] = fTop;
820 SkRegion::RunType fTop; member in class:RgnOper
[all...]
/external/skia/src/core/
H A DSkSpriteBlitter.h42 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
155 fTop = (SkRegion::RunType)(y);
212 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
222 *runs++ = fTop;
494 edge[0].set(r.fLeft, r.fBottom, r.fTop);
495 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);
229 *itop = fBounds.fTop;
308 runs[0] = bounds.fTop;
386 const RunType* scanline = fRunHead->findScanline(r.fTop);
471 const RunType* scanline = fRunHead->findScanline(sect.fTop);
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
773 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
796 fTop = (SkRegion::RunType)(bottom); // just update our bottom
807 fStartDst[0] = fTop;
820 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
18 int height() const { return fBottom - fTop; }
20 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
24 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
18 int height() const { return fBottom - fTop; }
20 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
24 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.cc23 COMPILE_ASSERT(SK_OFFSETOF(RECT, top) == SK_OFFSETOF(SkIRect, fTop), o2);
27 COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6); member in namespace:__anon10690
/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.h734 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...]
H A DSkPaint.h734 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:SkPaint::FontMetrics
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h155 SkScalar fTop; member in class:SkDrawBitmapCommand
440 int fTop; member in class:SkDrawSpriteCommand
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h155 SkScalar fTop; member in class:SkDrawBitmapCommand
440 int fTop; member in class:SkDrawSpriteCommand
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp206 setfield_scalar(fL, "top", r.fTop);
588 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:FontMetrics
604 setfield_scalar(L, "top", fm.fTop);
/external/skia/src/utils/
H A DSkLua.cpp206 setfield_scalar(fL, "top", r.fTop);
588 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:FontMetrics
604 setfield_scalar(L, "top", fm.fTop);

Completed in 387 milliseconds

12