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

/external/skia/src/core/
H A DSkSpriteBlitter.h45 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkScan_AntiPath.cpp70 int fTop; member in class:BaseSuperBlitter
96 fTop = sectBounds.top();
97 fCurrIY = fTop - 1;
98 fCurrY = (fTop << SHIFT) - 1;
165 if (fCurrIY >= fTop) {
175 fCurrIY = fTop - 1;
531 SkASSERT(iy >= fMask.fBounds.fTop && iy < fMask.fBounds.fBottom);
532 iy -= fMask.fBounds.fTop; // make it relative to 0
589 return r.fLeft > min && r.fTop > min &&
612 overflows_short_shift(rect.fTop, SHIF
[all...]
H A DSkGlyph.h44 int16_t fTop, fLeft; member in class: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;
508 edge[0].set(r.fLeft, r.fBottom, r.fTop);
509 edge[1].set(r.fRight, r.fTop, r.fBottom);
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...]
H A DSkAAClip.cpp46 return (unsigned)(y - rect.fTop) < (unsigned)rect.height();
121 int top() const { return fTop; }
131 int fTop, fBottom; member in class:SkAAClip::Iter
138 fTop = fBottom = clip.fBounds.fBottom;
151 fTop = clip.fBounds.fTop;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
250 int y = fBounds.fTop;
543 // adjust fRowCount and fBounds.fTop, an
[all...]
/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
17 fTop = SkTMin(fTop, pt.fY);
24 && approximately_between(fTop, pt.fY, fBottom);
32 SkASSERT(fTop <= fBottom);
34 SkASSERT(r.fTop <= r.fBottom);
35 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
40 fTop = fBottom = pt.fY;
48 return fBottom - fTop;
[all...]
/external/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/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; }
98 int centerY() const { return (fBottom + fTop) >> 1; }
103 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
106 SK_MinS32 == fTop &&
119 return SkIsS16(fLeft) && SkIsS16(fTop) &&
129 fTop = top;
140 fTop
[all...]
H A DSkPaint.h772 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:SkPaint::FontMetrics
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp722 FX_FLOAT fTop = rect.top; local
732 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
734 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
744 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
745 sAppStream << fRight - fWidth / 2 << " " << fTop - fWidth / 2 << " l\n";
756 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " l\n";
757 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " l\n";
758 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 << " l\n";
759 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 << " l\n";
765 sAppStream << fRight - fHalfWidth << " " << fTop
[all...]
H A Ddoc_vt.cpp193 FX_FLOAT fTop = 0; local
197 fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineAscent - m_pVT->GetLineLeading(m_SecInfo);
199 if (IsFloatBigger(point.y, fTop)) {
205 if (IsFloatSmaller(point.y, fTop)) {
/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/gpu/
H A DGrTessellatingPathRenderer.cpp236 , fTop(top)
249 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt). member in struct:__anon13989::Edge
272 fDX = static_cast<double>(fBottom->fPoint.fX) - fTop->fPoint.fX;
273 fDY = static_cast<double>(fBottom->fPoint.fY) - fTop->fPoint.fY;
274 fC = static_cast<double>(fTop->fPoint.fY) * fBottom->fPoint.fX -
275 static_cast<double>(fTop->fPoint.fX) * fBottom->fPoint.fY;
279 fTop->fID, fBottom->fID,
280 other.fTop->fID, other.fBottom->fID);
281 if (fTop == other.fTop || fBotto
[all...]
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h208 SkScalar fTop; member in class:SkDrawBitmapCommand
531 int fTop; member in class:SkDrawSpriteCommand
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2828 FX_FLOAT fTop = 0.0f; local
2837 if (rcAnnot.top > fTop)
2840 fTop = rcAnnot.top;
/external/skia/src/utils/
H A DSkLua.cpp288 setfield_scalar(fL, "top", r.fTop);
1042 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:FontMetrics
1058 setfield_scalar(L, "top", fm.fTop);

Completed in 1913 milliseconds