Home
last modified time | relevance | path

Searched refs:fTotalWidth (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcomplexclip2.cpp45 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM()
143 return SkISize::Make(SkScalarRoundToInt(fTotalWidth), in onISize()
213 SkScalar fTotalWidth; member in skiagm::ComplexClip2GM
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dcomplexclip2.cpp45 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM()
139 return SkISize::Make(SkScalarRoundToInt(fTotalWidth), in onISize()
209 SkScalar fTotalWidth; member in skiagm::ComplexClip2GM
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-opengl-path.c249 double fTotalWidth = fFrameWidth + 2 * fRadius; in cairo_dock_generate_rectangle_path() local
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()
283 cairo_dock_gl_path_rel_line_to (pPath, fTotalWidth, 0.); in cairo_dock_generate_rectangle_path()
301 double fTotalWidth = fUpperFrameWidth + 2*(*fExtraWidth); in cairo_dock_generate_trapeze_path() local
311 …h ((iNbPoins1Round+1)*2 + (iNbPoins1Curve+1)*2 + 1, 0., fTotalHeight/2, fTotalWidth, fTotalHeight); in cairo_dock_generate_trapeze_path()
315 cairo_dock_gl_path_set_extent (pPath, fTotalWidth, fTotalHeight); in cairo_dock_generate_trapeze_path()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DJuceGUI.h360 int fTotalWidth, fTotalHeight; // Size with margins included (for a uiBox)
374 fTotalWidth(totWidth), fTotalHeight(totHeight), in fTotalWidth() function
385 return juce::Rectangle<int>(0, 0, fTotalWidth, fTotalHeight); in getSize()
397 return fTotalWidth; in getTotalWidth()
434 fHRatio = (float)fTotalWidth / (float)parentBox->fDisplayRectWidth;
1604 fTotalWidth = jmax(fTotalWidth, base_comp->getTotalWidth());
1618 fTotalWidth = jmax(fTotalWidth, comp->getTotalWidth()); in setRecommendedSize()
1729 fTotalWidth = fDisplayRectWidth; in setRecommendedSize()
1736 fTotalWidth += kMargin; in setRecommendedSize()
1738 fTotalWidth += kMargin * getNumChildComponents(); in setRecommendedSize()
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DJuceGUI.h362 int fTotalWidth, fTotalHeight; // Size with margins included (for a uiBox)
376 fTotalWidth(totWidth), fTotalHeight(totHeight), in fTotalWidth() function
387 return juce::Rectangle<int>(0, 0, fTotalWidth, fTotalHeight); in getSize()
399 return fTotalWidth; in getTotalWidth()
436 fHRatio = (float)fTotalWidth / (float)parentBox->fDisplayRectWidth;
1610 fTotalWidth = juce::jmax(fTotalWidth, base_comp->getTotalWidth());
1624 fTotalWidth = juce::jmax(fTotalWidth, comp->getTotalWidth()); in setRecommendedSize()
1735 fTotalWidth = fDisplayRectWidth; in setRecommendedSize()
1742 fTotalWidth += kMargin; in setRecommendedSize()
1744 fTotalWidth += kMargin * getNumChildComponents(); in setRecommendedSize()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/dock-rendering/src/
H A Drendering-slide.c1284 double fTotalWidth = fFrameWidth + 2 * fRadius; in cd_generate_frame_path_without_arrow() local
1292 …pPath = cairo_dock_new_gl_path ((iNbPoins1Round+1)*4+1+3, w, -h-r, fTotalWidth, fTotalHeight); //… in cd_generate_frame_path_without_arrow()