Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dtext32.cpp185 int16 heightRemaining = targetRect.height(); in drawFrame() local
186 int16 sidesHeight = heightRemaining - size * 2; in drawFrame()
190 for (int16 y = 0; y < size && y < heightRemaining; ++y) { in drawFrame()
193 --heightRemaining; in drawFrame()
205 for (int16 y = 0; y < size && y < heightRemaining; ++y) { in drawFrame()
208 --heightRemaining; in drawFrame()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dtext32.cpp276 int16 heightRemaining = targetRect.height(); in drawFrame() local
277 int16 sidesHeight = heightRemaining - size * 2; in drawFrame()
281 for (int16 y = 0; y < size && y < heightRemaining; ++y) { in drawFrame()
284 --heightRemaining; in drawFrame()
296 for (int16 y = 0; y < size && y < heightRemaining; ++y) { in drawFrame()
299 --heightRemaining; in drawFrame()
/dports/editors/poedit/poedit-1.8.4/src/
H A Dsidebar.cpp594 int heightRemaining = m_innerSizer->GetSize().y; in UpdateVisibility() local
598 heightRemaining -= m_suggestionsWidgets[w]->GetSize().y; in UpdateVisibility()
599 if (heightRemaining < 20) in UpdateVisibility()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_block.h245 …int rightRelOffset(int y, int fixedOffset, bool applyTextIndent = true, int *heightRemaining = nul…
252 …int leftRelOffset(int y, int fixedOffset, bool applyTextIndent = true, int *heightRemaining = null…
H A Drender_block.cpp2281 RenderBlock::leftRelOffset(int y, int fixedOffset, bool applyTextIndent, int *heightRemaining, bool… in leftRelOffset() argument
2289 if (heightRemaining) { in leftRelOffset()
2290 *heightRemaining = 1; in leftRelOffset()
2301 if (heightRemaining) { in leftRelOffset()
2302 *heightRemaining = r->endY - y; in leftRelOffset()
2334 RenderBlock::rightRelOffset(int y, int fixedOffset, bool applyTextIndent, int *heightRemaining, boo… in rightRelOffset() argument
2342 if (heightRemaining) { in rightRelOffset()
2343 *heightRemaining = 1; in rightRelOffset()
2354 if (heightRemaining) { in rightRelOffset()
2355 *heightRemaining = r->endY - y; in rightRelOffset()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3458 …eftOffsetForLine(int logicalTop, int fixedOffset, bool applyTextIndent, int* heightRemaining) const in logicalLeftOffsetForLine()
3462 if (heightRemaining) in logicalLeftOffsetForLine()
3463 *heightRemaining = 1; in logicalLeftOffsetForLine()
3478 if (heightRemaining) in logicalLeftOffsetForLine()
3479 *heightRemaining = logicalBottomForFloat(r) - logicalTop; in logicalLeftOffsetForLine()
3494 …ghtOffsetForLine(int logicalTop, int fixedOffset, bool applyTextIndent, int* heightRemaining) const in logicalRightOffsetForLine()
3499 if (heightRemaining) in logicalRightOffsetForLine()
3500 *heightRemaining = 1; in logicalRightOffsetForLine()
3515 if (heightRemaining) in logicalRightOffsetForLine()
3516 *heightRemaining = logicalBottomForFloat(r) - logicalTop; in logicalRightOffsetForLine()