Home
last modified time | relevance | path

Searched refs:ElementHeight (Results 1 – 5 of 5) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_indicators.h65 virtual float ElementHeight() const = 0;
128 float ElementHeight() const in ElementHeight() function
163 float ElementHeight() const in ElementHeight() function
215 float ElementHeight() const in ElementHeight() function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/
H A Dindicator_supervisor.h82 virtual float ElementHeight() const = 0;
197 float ElementHeight() const { in ElementHeight() function
238 float ElementHeight() const { in ElementHeight() function
299 float ElementHeight() const { in ElementHeight() function
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmTexture.h191 uint32_t ElementWidth, ElementHeight, ElementDepth; in __GmmTexFillHAlignVAlign() local
192 …Calc->GetCompressionBlockDimensions(pTexInfo->Format, &ElementWidth, &ElementHeight, &ElementDepth… in __GmmTexFillHAlignVAlign()
195 UnitAlignHeight *= ElementHeight; in __GmmTexFillHAlignVAlign()
237 uint32_t ElementWidth, ElementHeight, ElementDepth; in __GmmTexFillHAlignVAlign() local
239 …Calc->GetCompressionBlockDimensions(pTexInfo->Format, &ElementWidth, &ElementHeight, &ElementDepth… in __GmmTexFillHAlignVAlign()
243 UnitAlignHeight = ElementHeight * pPlatform->TexAlign.Compressed.Height; in __GmmTexFillHAlignVAlign()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_foreign_object.cc70 LayoutUnit LayoutSVGForeignObject::ElementHeight() const { in ElementHeight() function in blink::LayoutSVGForeignObject
78 : ElementHeight()); in UpdateLogicalWidth()
86 StyleRef().IsHorizontalWritingMode() ? ElementHeight() : ElementWidth(); in ComputeLogicalHeight()
H A Dlayout_svg_foreign_object.h98 LayoutUnit ElementHeight() const;