Home
last modified time | relevance | path

Searched refs:STAR_SIZE (Results 1 – 12 of 12) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/images/
H A DStarImageIcon.java32 private static final int STAR_SIZE = 12; field in StarImageIcon
48 a.add(new Area(new Star2D((STAR_SIZE + STAR_GAP) * i + STAR_SIZE in getIcon()
49 / 2, STAR_SIZE / 2, INNER_RADIUS, OUTER_RADIUS, 5))); in getIcon()
52 return IconGenerator.generateIcon(color, STAR_SIZE * stars + STAR_GAP in getIcon()
53 * (stars - 1), STAR_SIZE, a); in getIcon()
H A DNewImageIcon.java44 private static final int STAR_SIZE = 16; field in NewImageIcon
48 Shape star = new Star2D(SIZE / 2, SIZE / 2, STAR_SIZE - 12, in createIcon()
49 STAR_SIZE - 8, 9); in createIcon()
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dclip-fill-rule.c28 #define STAR_SIZE 20 macro
56 cairo_translate (cr, STAR_SIZE + 1, 0); in draw()
80 STAR_SIZE * 2 + 2, STAR_SIZE + 2,
86 STAR_SIZE * 2 + 2, STAR_SIZE + 2,
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dstars.cpp33 const float STAR_SIZE = 0.4f; variable
47 irr_driver->addBillboard(core::dimension2df(STAR_SIZE, STAR_SIZE), in Stars()
140 core::dimension2d< f32 >(fade*STAR_SIZE, fade*STAR_SIZE) ); in update()
150 ->setSize( core::dimension2df(m_remaining_time*STAR_SIZE, in update()
151 m_remaining_time*STAR_SIZE) ); in update()
/dports/x11/terminology/terminology-1.9.0/data/themes/nyanology/
H A Dabout.edc12 #define STAR_SIZE 40
24 min: STAR_SIZE STAR_SIZE;
25 max: STAR_SIZE STAR_SIZE;
37 rel1.offset: ((6-(number))*STAR_SIZE*2) 0.0;\
89 padding: 0 STAR_SIZE;
109 #undef STAR_SIZE
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dcfgparse.tab.h29 #define STAR_SIZE 281 macro
H A Dcfglex.l31 star_size return STAR_SIZE;
H A Dcfgparse.y43 %token < name > PLANETS_LABELS STARS_LABELS INFO STAR_BRIGHT STAR_SIZE CAM_SPEED
122 |STAR_SIZE '=' DOUBLE_NUM {
H A Dlex.cfg.cpp863 return STAR_SIZE;
H A Dcfglex.c850 return STAR_SIZE;
H A Dcfgparse.c31 #define STAR_SIZE 281 macro
H A Dcfgparse.tab.cpp38 #define STAR_SIZE 281 macro