Home
last modified time | relevance | path

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

/dports/games/flyhard/flyhard-0.42/src/
H A Dshop.cpp62 int right_margin_x; variable
126 right_margin_x = big_rect.x+big_rect.w-right_margin; in init()
675 SDL_Rect b ={pos::right_margin_x-3*(w+pos::btn_xgap), y,w,h}; buy=b; in shop()
676 SDL_Rect s ={pos::right_margin_x-2*(w+pos::btn_xgap), y,w,h}; sell=s; in shop()
677 SDL_Rect e ={pos::right_margin_x-1*(w+pos::btn_xgap), y,w,h}; exit=e; in shop()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/effects/
H A DCaption.cpp178 double right_margin_x = frame_image->width() - (frame_image->width() * right_value); in GetFrame() local
179 double caption_area_width = right_margin_x - left_margin_x; in GetFrame()