Home
last modified time | relevance | path

Searched refs:textGeometry (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtext3D/
H A DTextNode.cpp187 …osg::ref_ptr<osg::Geometry> textGeometry = osgText::computeTextGeometry(glyphGeometry.get(), *beve… in addCharacter() local
189 if (textGeometry.valid()) geode->addDrawable(textGeometry.get()); in addCharacter()
193 if (smooth && textGeometry.valid()) in addCharacter()
195 osgUtil::SmoothingVisitor::smooth(*textGeometry, osg::DegreesToRadians(creaseAngle)); in addCharacter()
200 osg::ref_ptr<osg::Geometry> textGeometry = osgText::computeTextGeometry(glyph, width); in addCharacter() local
201 if (textGeometry.valid()) geode->addDrawable(textGeometry.get()); in addCharacter()
204 if (smooth && textGeometry.valid()) in addCharacter()
206 osgUtil::SmoothingVisitor::smooth(*textGeometry, osg::DegreesToRadians(creaseAngle)); in addCharacter()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtext3D/
H A DTextNode.cpp187 …osg::ref_ptr<osg::Geometry> textGeometry = osgText::computeTextGeometry(glyphGeometry.get(), *beve… in addCharacter() local
189 if (textGeometry.valid()) geode->addDrawable(textGeometry.get()); in addCharacter()
193 if (smooth && textGeometry.valid()) in addCharacter()
195 osgUtil::SmoothingVisitor::smooth(*textGeometry, osg::DegreesToRadians(creaseAngle)); in addCharacter()
200 osg::ref_ptr<osg::Geometry> textGeometry = osgText::computeTextGeometry(glyph, width); in addCharacter() local
201 if (textGeometry.valid()) geode->addDrawable(textGeometry.get()); in addCharacter()
204 if (smooth && textGeometry.valid()) in addCharacter()
206 osgUtil::SmoothingVisitor::smooth(*textGeometry, osg::DegreesToRadians(creaseAngle)); in addCharacter()
/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Drectkey.h12 const QRect &textGeometry, const QRect &keyGeometry, const QSize &labelSize,
18 : RectKey{config.next(), textGeometry, keyGeometry, labelSize,
23 const QRect &textGeometry, const QRect &keyGeometry, const QSize &labelSize,
30 : RectKey{keycode, textGeometry, keyGeometry, labelSize, 4, 4, 4, 4,
34 const QRect &textGeometry, const QRect &keyGeometry, const QSize &labelSize,
41 : RectKey{config.next(), textGeometry, keyGeometry, labelSize,
47 const QRect &textGeometry, const QRect &keyGeometry, const QSize &labelSize,
H A Drectkey.cpp3 RectKey::RectKey(KeyCode keycode, const QRect &textGeometry, const QRect &keyGeometry, in RectKey() argument
10 : Key{keycode, textGeometry, keyGeometry, keyColor}, in RectKey()
45 painter.drawText(textGeometry(), mSecondAlign, mSecondText); in paint()
50 painter.drawText(textGeometry(), mAlphaAlign, mAlphaText); in paint()
H A Dkey.h15 …Key(KeyCode keycode, const QRect &textGeometry, const QRect &keyGeometry, const QColor &keyColor) : in Key() argument
16 mTextGeometry{textGeometry}, mKeyGeometry{keyGeometry}, mKeyColor{keyColor}, in Key()
21 const QRect &textGeometry() const { return mTextGeometry; } in textGeometry() function
H A Dkeypadwidget.cpp310 if (region.intersects(key->textGeometry() | key->keyGeometry())) { in paintEvent()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DMakefile.am105 textGeometry.h \
H A DMakefile.in484 textGeometry.h \
/dports/misc/xless/xless-1.7/
H A DCHANGES42 - changed '-textGeometry' to the standard '-geometry' and handled X and Y
80 - Add 'textGeometry' resource (suggested by Tom Bannon
/dports/net-im/nheko/nheko-0.9.0/src/ui/
H A DFlatButton.cpp532 QRect textGeometry(pos + QPoint(0, base.height() / 2), textSize); in paintForeground() local
541 painter->drawText(textGeometry, Qt::AlignCenter, removeKDEAccelerators(text())); in paintForeground()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/
H A DChangeLog90 src/extern.h, src/main.cpp, src/main.h, src/textGeometry.h,
693 src/main.cpp, src/main.h, src/textGeometry.h,