Home
last modified time | relevance | path

Searched refs:IndicatorBlendedImage (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_indicators.h197 class IndicatorBlendedImage : public IndicatorElement {
203IndicatorBlendedImage(BattleActor* actor, const std::string& first_filename, const std::string& se…
209IndicatorBlendedImage(BattleActor* actor, const hoa_video::StillImage& first_image, const hoa_vide…
211 ~IndicatorBlendedImage() in ~IndicatorBlendedImage()
H A Dbattle_indicators.cpp179 IndicatorBlendedImage::IndicatorBlendedImage(BattleActor* actor, const string& first_filename, cons… in IndicatorBlendedImage() function in hoa_battle::private_battle::IndicatorBlendedImage
191 IndicatorBlendedImage::IndicatorBlendedImage(BattleActor* actor, const StillImage& first_image, con… in IndicatorBlendedImage() function in hoa_battle::private_battle::IndicatorBlendedImage
200 void IndicatorBlendedImage::Draw() { in Draw()
389 _wait_queue.push_back(new IndicatorBlendedImage(_actor, *first_image, *second_image)); in AddStatusIndicator()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/
H A Dindicator_supervisor.h274 class IndicatorBlendedImage : public IndicatorElement
282 IndicatorBlendedImage(float x_position, float y_position, const std::string &first_filename,
291IndicatorBlendedImage(float x_position, float y_position, const vt_video::StillImage &first_image,
295 ~IndicatorBlendedImage() in ~IndicatorBlendedImage()
H A Dindicator_supervisor.cpp219 IndicatorBlendedImage::IndicatorBlendedImage(float x_position, float y_position, in IndicatorBlendedImage() function in vt_mode_manager::IndicatorBlendedImage
234 IndicatorBlendedImage::IndicatorBlendedImage(float x_position, float y_position, in IndicatorBlendedImage() function in vt_mode_manager::IndicatorBlendedImage
251 void IndicatorBlendedImage::Draw() in Draw()
456 …_wait_queue.push_back(new IndicatorBlendedImage(x_position, y_position, *first_image, *second_imag… in AddStatusIndicator()