Home
last modified time | relevance | path

Searched refs:fTotalHeight (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-opengl-path.c246 const CairoDockGLPath *cairo_dock_generate_rectangle_path (double fFrameWidth, double fTotalHeight,… in cairo_dock_generate_rectangle_path() argument
250 double fFrameHeight = MAX (0, fTotalHeight - 2 * fRadius); in cairo_dock_generate_rectangle_path()
258 …pPath = cairo_dock_new_gl_path ((iNbPoins1Round+1)*4+1, w+r, h, fTotalWidth, fTotalHeight); // on… in cairo_dock_generate_rectangle_path()
265 cairo_dock_gl_path_set_extent (pPath, fTotalWidth, fTotalHeight); in cairo_dock_generate_rectangle_path()
291 …th *cairo_dock_generate_trapeze_path (double fUpperFrameWidth, double fTotalHeight, double fRadius… in cairo_dock_generate_trapeze_path() argument
299 double fFrameHeight = MAX (0, fTotalHeight - 2 * fRadius); in cairo_dock_generate_trapeze_path()
300 …*fExtraWidth = fInclination * (fTotalHeight - (bRoundedBottomCorner ? 2 : 1-sina) * fRadius) + fRa… in cairo_dock_generate_trapeze_path()
311 …h ((iNbPoins1Round+1)*2 + (iNbPoins1Curve+1)*2 + 1, 0., fTotalHeight/2, fTotalWidth, fTotalHeight); in cairo_dock_generate_trapeze_path()
314 cairo_dock_gl_path_move_to (pPath, 0., fTotalHeight/2); in cairo_dock_generate_trapeze_path()
315 cairo_dock_gl_path_set_extent (pPath, fTotalWidth, fTotalHeight); in cairo_dock_generate_trapeze_path()
H A Dcairo-dock-opengl-path.h151 const CairoDockGLPath *cairo_dock_generate_rectangle_path (double fFrameWidth, double fTotalHeight,…
153 …th *cairo_dock_generate_trapeze_path (double fUpperFrameWidth, double fTotalHeight, double fRadius…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcomplexclip2.cpp46 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY; in ComplexClip2GM()
144 SkScalarRoundToInt(fTotalHeight)); in onISize()
214 SkScalar fTotalHeight; member in skiagm::ComplexClip2GM
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dcomplexclip2.cpp46 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY; in ComplexClip2GM()
140 SkScalarRoundToInt(fTotalHeight)); in onISize()
210 SkScalar fTotalHeight; member in skiagm::ComplexClip2GM
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DJuceGUI.h374 fTotalWidth(totWidth), fTotalHeight(totHeight), in fTotalWidth()
385 return juce::Rectangle<int>(0, 0, fTotalWidth, fTotalHeight); in getSize()
391 return fTotalHeight; in getTotalHeight()
1605 fTotalHeight = jmax(fTotalHeight, base_comp->getTotalHeight());
1608 fTotalHeight += 30; // 30 height for the TabBar.
1619 fTotalHeight = jmax(fTotalHeight, comp->getTotalHeight()); in setRecommendedSize()
1622 fTotalHeight += 30; // 30 height for the TabBar in setRecommendedSize()
1728 fTotalHeight = fDisplayRectHeight; in setRecommendedSize()
1735 fTotalHeight += kMargin * getNumChildComponents(); in setRecommendedSize()
1739 fTotalHeight += kMargin; in setRecommendedSize()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DJuceGUI.h376 fTotalWidth(totWidth), fTotalHeight(totHeight), in fTotalWidth()
387 return juce::Rectangle<int>(0, 0, fTotalWidth, fTotalHeight); in getSize()
393 return fTotalHeight; in getTotalHeight()
1611 fTotalHeight = juce::jmax(fTotalHeight, base_comp->getTotalHeight());
1614 fTotalHeight += 30; // 30 height for the TabBar.
1625 fTotalHeight = juce::jmax(fTotalHeight, comp->getTotalHeight()); in setRecommendedSize()
1628 fTotalHeight += 30; // 30 height for the TabBar in setRecommendedSize()
1734 fTotalHeight = fDisplayRectHeight; in setRecommendedSize()
1741 fTotalHeight += kMargin * getNumChildComponents(); in setRecommendedSize()
1745 fTotalHeight += kMargin; in setRecommendedSize()
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/dock-rendering/src/
H A Drendering-slide.c1281 …ath *cd_generate_frame_path_without_arrow (double fFrameWidth, double fTotalHeight, double fRadius) in cd_generate_frame_path_without_arrow() argument
1285 double fFrameHeight = MAX (0, fTotalHeight - 2 * fRadius); in cd_generate_frame_path_without_arrow()
1292 …pPath = cairo_dock_new_gl_path ((iNbPoins1Round+1)*4+1+3, w, -h-r, fTotalWidth, fTotalHeight); //… in cd_generate_frame_path_without_arrow()
1307 static CairoDockGLPath *cd_generate_arrow_path (double fFrameWidth, double fTotalHeight, CDSlideDat… in cd_generate_arrow_path() argument
1316 pPath = cairo_dock_new_gl_path (3, iArrowShift - aw, -fTotalHeight/2, 0., 0.); in cd_generate_arrow_path()
1318 cairo_dock_gl_path_move_to (pPath, iArrowShift - aw, -fTotalHeight/2); in cd_generate_arrow_path()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_contentlayoutprocessor.cpp1397 float fTotalHeight = 0; in InsertKeepLayoutItems() local
1400 fTotalHeight += item->m_sSize.height; in InsertKeepLayoutItems()
1404 return fTotalHeight; in InsertKeepLayoutItems()
2300 float fTotalHeight = 0; in InsertPendingItems() local
2302 return fTotalHeight; in InsertPendingItems()
2322 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()
2325 return fTotalHeight; in InsertPendingItems()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_contentlayoutprocessor.cpp1379 float fTotalHeight = 0; in InsertKeepLayoutItems() local
1383 fTotalHeight += (*iter)->m_sSize.height; in InsertKeepLayoutItems()
1387 return fTotalHeight; in InsertKeepLayoutItems()
2266 float fTotalHeight = 0; in InsertPendingItems() local
2268 return fTotalHeight; in InsertPendingItems()
2286 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()
2289 return fTotalHeight; in InsertPendingItems()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp1759 FX_FLOAT fTotalHeight = 0; in XFA_ItemLayoutProcessor_InsertPendingItems() local
1761 return fTotalHeight; in XFA_ItemLayoutProcessor_InsertPendingItems()
1782 fTotalHeight += pPendingLayoutItem->m_sSize.y; in XFA_ItemLayoutProcessor_InsertPendingItems()
1786 return fTotalHeight; in XFA_ItemLayoutProcessor_InsertPendingItems()
1789 FX_FLOAT fTotalHeight = 0; in InsertKeepLayoutItems() local
1799 fTotalHeight += m_arrayKeepItems[iIndex]->m_sSize.y; in InsertKeepLayoutItems()
1803 return fTotalHeight; in InsertKeepLayoutItems()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dpagesettings.cxx1055 double fTotalHeight = mxHFParser->parse( xHFContent, rContent ); in writeHeaderFooter() local
1057 nHeight = getUnitConverter().scaleToMm100( fTotalHeight, Unit::Point ); in writeHeaderFooter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dpagesettings.cxx1040 double fTotalHeight = mxHFParser->parse( xHFContent, rContent ); in writeHeaderFooter() local
1042 nHeight = getUnitConverter().scaleToMm100( fTotalHeight, Unit::Point ); in writeHeaderFooter()