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

1 2

  /external/skia/src/core/
SkSpriteBlitter.h 39 int fLeft, fTop;
SkScan_AntiPath.cpp 70 int fTop;
96 fTop = sectBounds.top();
97 fCurrIY = fTop - 1;
98 fCurrY = SkLeftShift(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, SHIFT)
    [all...]
SkGlyph.h 62 int16_t fTop, fLeft;
SkRegion_path.cpp 51 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
92 SkRegion::RunType fTop; // first Y value
161 fTop = (SkRegion::RunType)(y);
218 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
228 *runs++ = fTop;
509 edge[0].set(r.fLeft, r.fBottom, r.fTop);
510 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...]
SkAAClip.cpp 46 return (unsigned)(y - rect.fTop) < (unsigned)rect.height();
121 int top() const { return fTop; }
131 int fTop, fBottom;
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, and slide all the data u
    [all...]
  /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/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);
GrTessellator.cpp 234 , fTop(top)
247 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
270 fDX = static_cast<double>(fBottom->fPoint.fX) - fTop->fPoint.fX;
271 fDY = static_cast<double>(fBottom->fPoint.fY) - fTop->fPoint.fY;
272 fC = static_cast<double>(fTop->fPoint.fY) * fBottom->fPoint.fX -
273 static_cast<double>(fTop->fPoint.fX) * fBottom->fPoint.fY;
277 fTop->fID, fBottom->fID,
278 other.fTop->fID, other.fBottom->fID);
279 if (fTop == other.fTop || fBottom == other.fBottom)
    [all...]
  /external/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
17 fTop = SkTMin(fTop, pt.fY);
24 && approximately_between(fTop, pt.fY, fBottom);
31 SkASSERT(fTop <= fBottom);
33 SkASSERT(r.fTop <= r.fBottom);
34 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
39 fTop = fBottom = pt.fY;
47 return fBottom - fTop;
    [all...]
SkOpCoincidence.h 36 , fTop(nullptr)
122 SkCoincidentSpans* fTop;
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_GaneshPictureRenderer.cpp 109 jfieldID fLeft, fTop, fRight, fBottom;
111 : fLeft(nullptr), fTop(nullptr), fRight(nullptr), fBottom(nullptr) {}
117 fTop = env->GetFieldID(rectClass, "top", "I");
143 env->SetIntField(androidGraphicsRect, help.fTop, (jint)(iRect.top()));
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 253 FX_FLOAT fTop = m_rtCaption.top;
263 fTop = m_rtCaption.top + (m_rtCaption.height - fHeight) / 2;
266 fTop = m_rtCaption.bottom() - fHeight;
268 m_rtFocus.Set(fLeft, fTop, fWidth, fHeight);
fwl_monthcalendarimp.cpp 617 FX_FLOAT fTop = m_rtDates.top;
627 fTop + iWeekOfMonth * (m_szCell.y + (MONTHCAL_VMARGIN * 2)),
    [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; }
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 = y
    [all...]
SkPaint.h 731 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 580 FX_FLOAT fTop = 0.0f;
587 fTop = rcPageView.top - rcAnnot.top;
591 fTop = rcAnnot.left - rcPageView.left;
595 fTop = rcAnnot.bottom - rcPageView.bottom;
599 fTop = rcPageView.right - rcAnnot.right;
621 if (fTop > fMaxListBoxHeight) {
625 if (fTop > fBottom) {
626 fFactHeight = fTop;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 905 FX_FLOAT fLeft, fRight, fTop, fBottom;
925 fTop = TrueToFace(m_sData.fScrollPos);
927 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
928 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
932 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
935 rcPosButton = CPDF_Rect(rcPosArea.left, fBottom, rcPosArea.right, fTop);
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 300 FX_FLOAT fTop = pRect->top;
308 pathLT.LineTo(fLeft, fTop);
309 pathLT.LineTo(fRight - fHalfWidth, fTop);
310 pathLT.LineTo(fRight - fHalfWidth, fTop + fHalfWidth);
311 pathLT.LineTo(fLeft + fHalfWidth, fTop + fHalfWidth);
319 pathLT.LineTo(fLeft + fHalfWidth, fTop + fHalfWidth);
320 pathLT.LineTo(fRight - fWidth, fTop + fHalfWidth);
321 pathLT.LineTo(fRight - fWidth, fTop + fWidth);
322 pathLT.LineTo(fLeft + fWidth, fTop + fWidth);
330 pathRB.MoveTo(fRight - fHalfWidth, fTop + fHalfWidth);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 808 FX_FLOAT fTop = rect.top;
819 << fTop - fBottom << " re\n";
822 << fTop - fBottom - fWidth * 2 << " re\n";
835 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2
837 sAppStream << fRight - fWidth / 2 << " " << fTop - fWidth / 2
852 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth
854 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth
856 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2
858 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2
866 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidt
    [all...]
doc_vt.cpp 177 FX_FLOAT fTop = 0;
181 fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineAscent -
184 if (IsFloatBigger(point.y, fTop)) {
190 if (IsFloatSmaller(point.y, fTop)) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 921 void CFWL_FormImp::DoHeightLimit(FX_FLOAT& fTop,
931 FX_FLOAT fTemp = bTop ? (fHeight - fy + fTop + fSpace) : (fy - fTop + fSpace);
934 fTop += bTop ? (fy - fTop - fSpace) : 0;
937 fTop += bTop ? (fHeight - fLimitMin) : 0;
940 fTop -= bTop ? (fLimitMax - fHeight) : 0;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.h 241 SkScalar fTop;
319 SkScalar fTop;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 2012 milliseconds

1 2