Home
last modified time | relevance | path

Searched refs:selHeight (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp184 int selHeight = selectionHeight(); in selectionRect() local
206 int width = isHorizontal() ? logicalWidth : selHeight; in selectionRect()
207 int height = isHorizontal() ? selHeight : logicalWidth; in selectionRect()
821 int selHeight = selectionHeight(); in paintSelection() local
824 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight)); in paintSelection()
832 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos); in paintSelection()
851 int selHeight = selectionHeight(); in paintCompositionBackground() local
855 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos); in paintCompositionBackground()
1011 int selHeight = selectionHeight(); in paintSpellingOrGrammarMarker() local
1054 int selHeight = selectionHeight(); in paintTextMatchMarker() local
[all …]
H A DRootInlineBox.cpp308 int selTop, int selHeight, const PaintInfo* paintInfo) in lineSelectionGap() argument
321 … firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()
324 … lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
339 … IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); in lineSelectionGap()
H A DRootInlineBox.h111 …ckPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo…
H A DRenderBlock.cpp2902 int selHeight = curr->selectionHeight(); in inlineSelectionGaps() local
2909 IntRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight); in inlineSelectionGaps()
2914 …ctionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo)); in inlineSelectionGaps()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow_Edit.cpp508 const int selHeight = qMax (kpTextSelection::MinimumHeightForTextStyle (ts), in pasteText() local
510 kpTextSelection newTextSel (QRect (0, 0, selWidth, selHeight), in pasteText()
/dports/x11-toolkits/scintilla/scite/src/
H A DSciTEBase.cxx2309 SA::Line selHeight = selLastLine - selFirstLine + 1; in SetTextProperties() local
2311 selHeight = 0; in SetTextProperties()
2313 selHeight = 1; in SetTextProperties()
2316 selHeight = selLastLine - selFirstLine; in SetTextProperties()
2318 ps.Set("SelHeight", std::to_string(selHeight)); in SetTextProperties()
/dports/editors/scite/scite/src/
H A DSciTEBase.cxx2309 SA::Line selHeight = selLastLine - selFirstLine + 1; in SetTextProperties() local
2311 selHeight = 0; in SetTextProperties()
2313 selHeight = 1; in SetTextProperties()
2316 selHeight = selLastLine - selFirstLine; in SetTextProperties()
2318 ps.Set("SelHeight", std::to_string(selHeight)); in SetTextProperties()