Home
last modified time | relevance | path

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

/dports/math/asymptote/asymptote-2.67/GUI/
H A DWindow1.py246 self._currentPen = x2a.asyPen()
295 self.colorDialog = Qw.QColorDialog(x2a.asyPen.convertToQColor(self._currentPen.color), self)
392 self.ui.txtLineWidth.setText(str(self._currentPen.width))
396 r, g, b = [int(x * 255) for x in self._currentPen.color]
435 self._currentPen.setColorFromQColor(newColor)
436 self._currentPen.setWidth(newWidth)
525 return x2a.asyPen.fromAsyPen(self._currentPen)
933 self._currentPen.setColorFromQColor(self.colorDialog.selectedColor())
940 self._currentPen.setWidth(new_val)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.cpp1811 _p->setPen(*_currentPen); in drawLine()
1823 _p->setPen(*_currentPen); in drawLine()
2615 _currentPen = &_textPalette->linkFg->p; in applyBlockProperties()
2618 _currentPen = &_textPalette->monoFg->p; in applyBlockProperties()
2621 _currentPen = &_originalPen; in applyBlockProperties()
2636 const QPen *_currentPen = nullptr; member in Ui::Text::Renderer