Home
last modified time | relevance | path

Searched refs:topArrow (Results 1 – 5 of 5) sorted by relevance

/dports/net/storj/storj-1.45.3/web/satellite/src/components/common/
H A DVerticalArrows.vue15 import TopArrowIcon from '@/../static/images/common/topArrow.svg';
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCHUDPopUpButtonCell.m349 NSBezierPath *topArrow = [[NSBezierPath alloc] init];
357 [topArrow appendBezierPathWithPoints: topPoints count: 3];
379 [topArrow fill];
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/UI/
H A Djucer_ProjucerLookAndFeel.cpp489 auto topArrow = getArrowPath (topBounds, 0, true, Justification::centred); in getChoiceComponentArrowPath() local
492 topArrow.addPath (bottomArrow); in getChoiceComponentArrowPath()
494 return topArrow; in getChoiceComponentArrowPath()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c423 CGPoint topArrow[3] = in DrawUpDownArrows() local
425 CGContextAddLines(context, topArrow, 3); in DrawUpDownArrows()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c432 CGPoint topArrow[3] = in DrawUpDownArrows() local
434 CGContextAddLines(context, topArrow, 3); in DrawUpDownArrows()