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 D | StarImageIcon.java | 32 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 D | NewImageIcon.java | 44 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 D | clip-fill-rule.c | 28 #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 D | stars.cpp | 33 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 D | about.edc | 12 #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 D | cfgparse.tab.h | 29 #define STAR_SIZE 281 macro
|
H A D | cfglex.l | 31 star_size return STAR_SIZE;
|
H A D | cfgparse.y | 43 %token < name > PLANETS_LABELS STARS_LABELS INFO STAR_BRIGHT STAR_SIZE CAM_SPEED 122 |STAR_SIZE '=' DOUBLE_NUM {
|
H A D | lex.cfg.cpp | 863 return STAR_SIZE;
|
H A D | cfglex.c | 850 return STAR_SIZE;
|
H A D | cfgparse.c | 31 #define STAR_SIZE 281 macro
|
H A D | cfgparse.tab.cpp | 38 #define STAR_SIZE 281 macro
|