Searched defs:fHeight (Results 1 - 25 of 57) sorted by path

123

/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h73 le_int32 fHeight; member in class:Paragraph
H A Dpflow.c61 le_int32 fHeight; member in struct:pf_object
140 flow->fHeight = -1;
286 obj->fHeight = height;
347 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h53 GLuint fHeight; member in class:SoftwareRenderer
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp1661 FX_FLOAT fHeight = rectAnnot.top - rectAnnot.bottom; local
1669 rcPDFWindow = CFX_FloatRect(0, 0, fWidth, fHeight);
1673 rcPDFWindow = CFX_FloatRect(0, 0, fHeight, fWidth);
1726 FX_FLOAT fHeight = rcAnnot.top - rcAnnot.bottom; local
1737 mt = CFX_Matrix(-1, 0, 0, -1, fWidth, fHeight);
1740 mt = CFX_Matrix(0, -1, 1, 0, 0, fHeight);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.cpp442 FX_FLOAT fHeight = rectAnnot.top - rectAnnot.bottom; local
444 return CFX_FloatRect(0, 0, fHeight, fWidth);
446 return CFX_FloatRect(0, 0, fWidth, fHeight);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Icon.cpp62 void CPWL_Image::GetImageSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { argument
64 fHeight = 0.0f;
71 fHeight = rect.top - rect.bottom;
H A DPWL_Utils.cpp55 const FX_FLOAT fHeight = crBBox.top - crBBox.bottom; local
77 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom;
106 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
108 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2);
110 CFX_PointF pt3(crBBox.right, crBBox.bottom + fHeight / 2);
159 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
161 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2);
163 CFX_PointF pt3(crBBox.right, crBBox.bottom + fHeight / 2);
224 FX_FLOAT fHeight = crBBox.top - crBBox.bottom;
227 CFX_PointF pt2(0, fHeight /
[all...]
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp197 FX_FLOAT fHeight = 0.0f; local
215 RetrieveLineWidth(dwBreakStatus, fStartPos, fWidth, fHeight);
221 RetrieveLineWidth(dwBreakStatus, fStartPos, fWidth, fHeight);
224 FX_FLOAT fInc = rect.Height() - fHeight;
226 fInc = rect.Width() - fHeight;
237 rect.width = fHeight;
243 rect.height = fHeight;
271 FX_FLOAT& fHeight) {
293 fHeight += fLineStep;
268 RetrieveLineWidth(uint32_t dwBreakStatus, FX_FLOAT& fStartPos, FX_FLOAT& fWidth, FX_FLOAT& fHeight) argument
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1539 FX_FLOAT fHeight = FXSYS_fabs(bbox.height * fScale); local
1606 rtBBoxF.left = rect.top + (rect.height - fHeight) / 2.0f;
1608 rtBBoxF.width = fHeight;
1612 rtBBoxF.top = rect.top + (rect.height - fHeight) / 2.0f;
1614 rtBBoxF.height = fHeight;
/external/pdfium/xfa/fwl/
H A Dcfwl_checkbox.cpp50 void CFWL_CheckBox::SetBoxSize(FX_FLOAT fHeight) { argument
51 m_fBoxHeight = fHeight;
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp115 FX_FLOAT fHeight = pRtSign->height; local
118 path.LineTo(CFX_PointF(pRtSign->left, pRtSign->top + fHeight / 2));
120 path.LineTo(CFX_PointF(pRtSign->right(), pRtSign->top + fHeight / 2));
224 FX_FLOAT fHeight = -kSignPath; local
226 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f);
227 CFX_PointF pt2(fWidth / 4.5f, fBottom + fHeight / 16.0f);
229 CFX_PointF pt4(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f);
230 CFX_PointF pt5(fWidth / 3.6f, fBottom + fHeight / 3.5f);
231 CFX_PointF pt12(fWidth / 7.0f, fBottom + fHeight * 2 / 7.0f);
232 CFX_PointF pt21(fWidth / 5.0f, fBottom + fHeight / 5.
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp266 FX_FLOAT fHeight = m_pLoader->m_fHeight; local
267 if (fHeight < 0.1f) {
268 fHeight = 0;
270 fHeight += m_pLoader->m_lineHeights.ElementAt(i);
272 return fHeight;
308 FX_FLOAT fHeight = fTextHeight; local
309 if (fHeight < 0)
310 fHeight = GetLayoutHeight();
312 m_pLoader->m_fHeight = fHeight;
317 if (iBlockCount == 0 && fHeight >
407 Layout(const CFX_SizeF& size, FX_FLOAT* fHeight) argument
622 UpdateAlign(FX_FLOAT fHeight, FX_FLOAT fBottom) argument
1114 FX_FLOAT fHeight = fLinePos - m_pLoader->m_fLastPos; local
[all...]
H A Dxfa_fffield.cpp264 FX_FLOAT fHeight = m_rtCaption.height + rtUIMargin.top + rtUIMargin.height; local
268 if (fHeight == XFA_DEFAULTUI_HEIGHT && m_rtUI.height < XFA_MINUI_HEIGHT) {
271 } else if (fHeight > rtWidget.height) {
272 m_rtUI.height += fHeight - rtWidget.height;
274 m_rtCaption.top += fHeight - rtWidget.height;
291 FX_FLOAT fHeight = rtUIMargin.top + rtUIMargin.height; local
298 if (fHeight == XFA_DEFAULTUI_HEIGHT && m_rtUI.height < XFA_MINUI_HEIGHT) {
301 } else if (fHeight > rtWidget.height) {
302 m_rtUI.height += fHeight - rtWidget.height;
566 FX_FLOAT fHeight
568 &fHeight); local
[all...]
H A Dxfa_ffwidgetacc.cpp1170 FX_FLOAT fHeight = fCalcHeight; local
1185 if (fabs(fHeight - fCalcHeight) < XFA_FLOAT_PERCISION) {
1216 FX_FLOAT fHeight = m_pLayoutData->m_fWidgetHeight; local
1225 CalculateAccWidthAndHeight(eUIType, fWidth, fHeight);
1233 fHeight -= (*pFieldArray)[i + 2];
1243 if (fHeight > 0.1f && iBlockIndex == 0) {
1245 fHeight -= (fTopInset + fBottomInset);
1249 fHeight -= (fSpaceAbove + fSpaceBelow);
1255 fStartOffset += ((fHeight - fTextHeight) / 2 + fSpaceAbove);
1258 fStartOffset += (fHeight
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp382 bool CXFA_WidgetData::GetHeight(FX_FLOAT& fHeight) { argument
383 return TryMeasure(XFA_ATTRIBUTE_H, fHeight);
H A Dxfa_layout_itemlayout.cpp54 FX_FLOAT* fHeight) {
63 if (*fHeight < -XFA_LAYOUT_FLOAT_PERCISION)
64 *fHeight = pLayoutItem->m_sSize.height;
70 *fHeight);
312 FX_FLOAT fHeight = pTrailerLayoutItem->m_sSize.height;
315 if (fSplitPos - fHeight > XFA_LAYOUT_FLOAT_PERCISION)
316 fNewSplitPos = pProcessor->FindSplitPos(fSplitPos - fHeight);
350 if (fSplitPos - fHeight > XFA_LAYOUT_FLOAT_PERCISION)
351 fNewSplitPos = pProcessor->FindSplitPos(fSplitPos - fHeight);
377 pProcessor->m_pLayoutItem->m_sSize.height += fHeight;
52 UpdateWidgetSize(CXFA_ContentLayoutItem* pLayoutItem, FX_FLOAT* fWidth, FX_FLOAT* fHeight) argument
396 FX_FLOAT fHeight = pLeaderLayoutItem->m_sSize.height; local
[all...]
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h25 GLint fHeight; member in struct:__anon17980
/external/skia/experimental/svg/model/
H A DSkSVGRect.h44 SkSVGLength fHeight = SkSVGLength(0); member in class:final
H A DSkSVGSVG.h42 SkSVGLength fHeight = SkSVGLength(100, SkSVGLength::Unit::kPercentage); member in class:SkSVGSVG
/external/skia/gm/
H A Dbigrrectaaeffect.cpp39 fHeight = fTestOffsetY + kPad;
49 SkISize onISize() override { return SkISize::Make(fWidth, fHeight); }
108 int fHeight; member in class:skiagm::BigRRectAAEffectGM
H A Dblurroundrect.cpp26 : fName("blurroundrect"), fWidth(width), fHeight(height) {
35 return SkISize::Make(fWidth, fHeight);
44 SkRect r = SkRect::MakeWH(SkIntToScalar(fWidth), SkIntToScalar(fHeight));
84 int fWidth, fHeight; member in class:BlurRoundRectGM
H A Dcomplexclip2.cpp36 fHeight = yF - yA;
39 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
153 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
191 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
205 SkScalar fHeight; member in class:skiagm::ComplexClip2GM
H A Dmorphology.cpp58 int fWidth, fHeight; member in struct:skiagm::MorphologyGM::__anon18023

Completed in 576 milliseconds

123