Searched defs:fBottom (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/include/views/animated/
H A DSkBorderView.h25 SkScalar getBottom() const { return fBottom; }
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
25 if (fBottom < pt.fY) {
26 fBottom = 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
[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; }
34 fBottom = SkToS16(r.fBottom);
/external/skia/include/views/animated/
H A DSkBorderView.h25 SkScalar getBottom() const { return fBottom; }
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
25 if (fBottom < pt.fY) {
26 fBottom = 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
[all...]
/external/chromium_org/skia/ext/
H A Dskia_utils_win.cc19 SK_COMPILE_ASSERT(offsetof(RECT, bottom) == offsetof(SkIRect, fBottom), o4);
23 SK_COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8); member in namespace:__anon10683
/external/chromium_org/third_party/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; }
46 fBottom = bottom;
53 fBottom = SkToS16(r.fBottom);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIRect.h22 GrGLint fBottom; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
53 fBottom = glRect.fBottom + topOffset;
59 SkASSERT(fBottom >= 0);
65 fBottom <= glRect.fBottom
[all...]
/external/skia/src/gpu/gl/
H A DGrGLIRect.h22 GrGLint fBottom; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
53 fBottom = glRect.fBottom + topOffset;
59 SkASSERT(fBottom >= 0);
65 fBottom <= glRect.fBottom
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
62 int bottom() const { return fBottom; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
106 SK_MaxS32 == fBottom; }
118 SkIsS16(fRight) && SkIsS16(fBottom);
129 fBottom = bottom;
140 fBottom = y + height;
148 fRight = fBottom
[all...]
H A DSkPaint.h763 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) member in struct:SkPaint::FontMetrics
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp156 void CPWL_Icon::GetIconPosition(FX_FLOAT & fLeft, FX_FLOAT & fBottom) argument
160 //m_pIconFit->GetIconPosition(fLeft,fBottom);
162 fBottom = 0.0f;
168 if (dwCount > 1) fBottom = pA->GetNumber(1);
174 fBottom = 0.0f;
249 FX_FLOAT fLeft,fBottom; local
251 this->GetIconPosition(fLeft,fBottom);
270 y = (fPlateHeight - fImageFactHeight) * fBottom;
H A DPWL_ScrollBar.cpp1019 FX_FLOAT fLeft,fRight,fTop,fBottom; local
1043 fBottom = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
1046 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
1047 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1049 if (IsFloatSmaller(fBottom, rcPosArea.bottom))
1051 fBottom = rcPosArea.bottom;
1052 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
1056 fBottom,
/external/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
62 int bottom() const { return fBottom; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
106 SK_MaxS32 == fBottom; }
118 SkIsS16(fRight) && SkIsS16(fBottom);
129 fBottom = bottom;
140 fBottom = y + height;
148 fRight = fBottom
[all...]
H A DSkPaint.h758 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) member in struct:SkPaint::FontMetrics
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp697 void CPDF_IconFit::GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom) argument
699 fLeft = fBottom = 0.5;
710 fBottom = pA->GetNumber(1);
H A Ddoc_ap.cpp721 FX_FLOAT fBottom = rect.bottom; local
730 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
731 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " "
732 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
741 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " m\n";
744 sAppStream << fRight - fWidth / 2 << " " << fBottom + fWidth / 2 << " l\n";
745 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " l S\n";
753 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " m\n";
758 sAppStream << fLeft + fHalfWidth * 2 << " " << fBottom
[all...]
H A Ddoc_vt.cpp195 FX_FLOAT fBottom = 0; local
199 fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineDescent;
203 if (IsFloatSmaller(point.y, fBottom)) {
210 } else if (IsFloatBigger(point.y, fBottom)) {
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp741 FX_FLOAT fBottom = 0.0f; local
749 fBottom = rcAnnot.bottom - rcPageView.bottom;
753 fBottom = rcPageView.right - rcAnnot.right;
757 fBottom = rcPageView.top - rcAnnot.top;
761 fBottom = rcAnnot.left - rcPageView.left;
782 if (fBottom > fMaxListBoxHeight)
796 if (fTop > fBottom)
803 fFactHeight = fBottom;
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp122 int bottom() const { return fBottom; }
131 int fTop, fBottom; member in class:SkAAClip::Iter
138 fTop = fBottom = clip.fBounds.fBottom;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
165 fBottom = kMaxInt32;
168 fBottom += curr->fY - prev->fY;
580 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
592 // possible our fBounds.fBottom i
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp242 setfield_scalar(fL, "bottom", r.fBottom);
843 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) member in struct:FontMetrics
859 setfield_scalar(L, "bottom", fm.fBottom);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp598 FX_FLOAT fLeft,fBottom; local
599 IconFit.GetIconPosition(fLeft,fBottom);
649 FX_FLOAT fLeft,fBottom; local
650 IconFit.GetIconPosition(fLeft,fBottom);
652 vp << (FX_INT32)fBottom;
/external/skia/src/core/
H A DSkAAClip.cpp122 int bottom() const { return fBottom; }
131 int fTop, fBottom; member in class:SkAAClip::Iter
138 fTop = fBottom = clip.fBounds.fBottom;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
165 fBottom = kMaxInt32;
168 fBottom += curr->fY - prev->fY;
540 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
552 // possible our fBounds.fBottom i
[all...]
/external/skia/src/utils/
H A DSkLua.cpp239 setfield_scalar(fL, "bottom", r.fBottom);
835 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) member in struct:FontMetrics
851 setfield_scalar(L, "bottom", fm.fBottom);

Completed in 477 milliseconds