HomeSort by relevance Sort by last modified time
    Searched defs:fBottom (Results 1 - 20 of 20) sorted by null

  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 33 FX_FLOAT fBottom = rect.bottom();
40 strokePath.LineTo(CFX_PointF(fRight, fBottom - PUSHBUTTON_SIZE_Corner));
41 strokePath.LineTo(CFX_PointF(fRight - PUSHBUTTON_SIZE_Corner, fBottom));
43 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, fBottom));
45 CFX_PointF(rect.left, fBottom - PUSHBUTTON_SIZE_Corner));
cfwl_scrollbartp.cpp 216 FX_FLOAT fBottom = pRect->bottom();
222 path.AddRectangle(pRect->left, fBottom - 1, pRect->width, 1);
232 FX_FLOAT y2 = bVert ? pRect->top : fBottom - 1;
cfwl_checkboxtp.cpp 96 FX_FLOAT fBottom = pRtSign->bottom();
97 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom));
98 path.AddLine(CFX_PointF(pRtSign->left, fBottom),
116 FX_FLOAT fBottom = pRtSign->bottom();
119 path.LineTo(CFX_PointF(pRtSign->left + fWidth / 2, fBottom));
149 FX_FLOAT fBottom = pRtSign->bottom();
151 (pRtSign->top - fBottom) / (1 + static_cast<FX_FLOAT>(cos(FX_PI / 5.0f)));
153 (pRtSign->top + fBottom) / 2.0f);
225 FX_FLOAT fBottom = kSignPath;
226 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f)
    [all...]
cfwl_widgettp.cpp 244 FX_FLOAT fBottom = pRect->bottom();
246 DrawAxialShading(pGraphics, pRect->left, pRect->top, fRight, fBottom,
  /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; }
46 fBottom = bottom;
53 fBottom = SkToS16(r.fBottom);
GrTessellator.cpp 333 , fBottom(bottom)
353 Vertex* fBottom; // The bottom vertex in vertex-sort-order.
380 fLine = Line(fTop, fBottom);
384 fTop->fID, fBottom->fID,
385 other.fTop->fID, other.fBottom->fID);
386 if (fTop == other.fTop || fBottom == other.fBottom) {
409 *alpha = (1.0 - s) * fTop->fAlpha + s * fBottom->fAlpha;
412 *alpha = (1.0 - t) * other.fTop->fAlpha + t * other.fBottom->fAlpha;
506 vertices.append(e->fBottom);
    [all...]
  /external/skia/src/gpu/gl/
GrGLIRect.h 22 GrGLint fBottom;
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
70 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
72 fBottom = glRect.fBottom + topOffset;
82 fBottom <= glRect.fBottom &
    [all...]
  /external/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
19 fBottom = SkTMax(fBottom, 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...]
  /external/pdfium/core/fpdfdoc/
csection.cpp 158 FX_FLOAT fBottom = 0;
163 fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineDescent;
167 if (IsFloatSmaller(point.y, fBottom)) {
174 } else if (IsFloatBigger(point.y, fBottom)) {
cpvt_generateap.cpp     [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Icon.cpp 135 void CPWL_Icon::GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom) {
138 fBottom = 0.0f;
147 fBottom = pA->GetNumberAt(1);
151 fBottom = 0.0f;
203 FX_FLOAT fLeft, fBottom;
205 GetIconPosition(fLeft, fBottom);
224 y = (fPlateHeight - fImageFactHeight) * fBottom;
PWL_ScrollBar.cpp 901 FX_FLOAT fLeft, fRight, fTop, fBottom;
921 fBottom = TrueToFace(m_sData.fScrollPos + m_sData.fClientWidth);
924 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH))
925 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
927 if (IsFloatSmaller(fBottom, rcPosArea.bottom)) {
928 fBottom = rcPosArea.bottom;
929 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH;
933 CFX_FloatRect(rcPosArea.left, fBottom, rcPosArea.right, fTop);
    [all...]
  /external/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
62 int bottom() const { return fBottom; }
78 int height() const { return fBottom - fTop; }
98 int centerY() const { return (fBottom + fTop) >> 1; }
103 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
108 SK_MaxS32 == fBottom; }
120 SkIsS16(fRight) && SkIsS16(fBottom);
131 fBottom = bottom;
142 fBottom = y + height;
150 fRight = fBottom = SK_MaxS32
    [all...]
SkPaint.h 718 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 544 FX_FLOAT fBottom = 0.0f;
551 fBottom = rcAnnot.bottom - rcPageView.bottom;
555 fBottom = rcPageView.right - rcAnnot.right;
559 fBottom = rcPageView.top - rcAnnot.top;
563 fBottom = rcAnnot.left - rcPageView.left;
580 if (fBottom > fMaxListBoxHeight) {
588 if (fTop > fBottom) {
592 fFactHeight = fBottom;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widget.cpp 422 FX_FLOAT fBottom = rtAnchor.bottom() + rtPopup.height;
424 if (fBottom + point.y > 0.0f) {
446 FX_FLOAT fBottom = rtAnchor.bottom() + fPopHeight;
448 if (fBottom + point.y > 0.0f) {
  /external/pdfium/fpdfsdk/javascript/
Field.cpp 578 FX_FLOAT fLeft, fBottom;
579 IconFit.GetIconPosition(fLeft, fBottom);
627 FX_FLOAT fLeft, fBottom;
628 IconFit.GetIconPosition(fLeft, fBottom);
630 vp << (int32_t)fBottom;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 121 int bottom() const { return fBottom; }
130 int fTop, fBottom;
137 fTop = fBottom = clip.fBounds.fBottom;
151 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
161 fTop = fBottom;
164 fBottom = kMaxInt32;
167 fBottom += curr->fY - prev->fY;
580 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
592 // possible our fBounds.fBottom is bigger than our last scanline of data, s
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp 310 setfield_scalar(fL, "bottom", r.fBottom);
940 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
956 setfield_scalar(L, "bottom", fm.fBottom);
    [all...]

Completed in 4532 milliseconds