Home
last modified time | relevance | path

Searched refs:arrowIndex (Results 1 – 15 of 15) sorted by relevance

/dports/editors/o/o-2.46.0/
H A Dhighlight.go370 arrowIndex := strings.Index(line, "->")
371 if i := strings.Index(line, "//"); i != -1 && i < arrowIndex {
373 } else if i := strings.Index(line, "/*"); i != -1 && i < arrowIndex {
375 } else if i := strings.Index(line, "(*"); i != -1 && i < arrowIndex {
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscpageoutput.h102 …l void drawArrow(ScPainterExBase* painter, PageItem* item, QTransform &arrowTrans, int arrowIndex);
H A Dpslib.h137 virtual void drawArrow(PageItem *ite, QTransform &arrowTrans, int arrowIndex);
H A Dpdflib_core.h241 QByteArray drawArrow(PageItem *ite, QTransform &arrowTrans, int arrowIndex);
H A Dscpageoutput.cpp1522 …Output::drawArrow(ScPainterExBase* painter, PageItem* item, QTransform &arrowTrans, int arrowIndex) in drawArrow() argument
1524 FPointArray arrow = m_doc->arrowStyles().at(arrowIndex - 1).points.copy(); in drawArrow()
H A Dpageitem.h1522 void drawArrow(ScPainter *p, QTransform &arrowTrans, int arrowIndex);
H A Dpslib.cpp3992 void PSLib::drawArrow(PageItem *ite, QTransform &arrowTrans, int arrowIndex) in drawArrow() argument
3996 FPointArray arrow = m_Doc->arrowStyles().at(arrowIndex-1).points.copy(); in drawArrow()
H A Dpageitem.cpp9497 void PageItem::drawArrow(ScPainter *p, QTransform &arrowTrans, int arrowIndex) in drawArrow() argument
9499 FPointArray arrow = m_Doc->arrowStyles().at(arrowIndex-1).points.copy(); in drawArrow()
H A Dpdflib_core.cpp5575 QByteArray PDFLibCore::drawArrow(PageItem *ite, QTransform &arrowTrans, int arrowIndex) in drawArrow() argument
5578 FPointArray arrow = doc.arrowStyles().at(arrowIndex-1).points.copy(); in drawArrow()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DGamepadEmu.h104 …PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex, float s…
H A DGamepadEmu.cpp224 PSPDpad::PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex,… in PSPDpad() argument
225 …: GamepadView(key, layoutParams), arrowIndex_(arrowIndex), arrowDownIndex_(arrowDownIndex), overla… in PSPDpad()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DGamepadEmu.h104 …PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex, float s…
H A DGamepadEmu.cpp224 PSPDpad::PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex,… in PSPDpad() argument
225 …: GamepadView(key, layoutParams), arrowIndex_(arrowIndex), arrowDownIndex_(arrowDownIndex), overla… in PSPDpad()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DGamepadEmu.h104 …PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex, float s…
H A DGamepadEmu.cpp224 PSPDpad::PSPDpad(ImageID arrowIndex, const char *key, ImageID arrowDownIndex, ImageID overlayIndex,… in PSPDpad() argument
225 …: GamepadView(key, layoutParams), arrowIndex_(arrowIndex), arrowDownIndex_(arrowDownIndex), overla… in PSPDpad()