Home
last modified time | relevance | path

Searched refs:horizontalText (Results 1 – 2 of 2) sorted by relevance

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/elements/
H A DFlowLeafElement.as879 …roundRect(tLine:TextLine, metrics:FontMetrics, spanBounds:Rectangle, horizontalText:Boolean, isTCY…
919 if (horizontalText)
943 if (horizontalText)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp1156 bool horizontalText = !style || style->isHorizontalWritingMode(); in selectCursor() local
1157 const Cursor& iBeam = horizontalText ? iBeamCursor() : verticalTextCursor(); in selectCursor()