FcResult result;
if( !FcInit() )
{
- synfig::warning("Layer_Freetype: fontconfig: %s",_("unable to initialise"));
+ synfig::warning("Layer_Freetype: fontconfig: %s",_("unable to initialize"));
error = 1;
} else {
FcPattern* pat = FcNameParse((FcChar8 *) newfont.c_str());
bool operator<(const Time& rhs) { return time<rhs; }
Activepoint(const Time &time, const bool &state, int p=0): time(time), priority(p),state(state) { }
- //! \todo Should priority be initialised here, or elsewhere? This avoids a valgrind warning for now.
+ //! \todo Should priority be initialized here, or elsewhere? This avoids a valgrind warning for now.
Activepoint(): priority(0) { }
const Time& get_time()const { return time; }
public:
// ETL/trunk/ETL/_gaussian.h does:
// SR1=SR2=SR3=typename T::value_type();
- // and expects that to give it initialised colors
+ // and expects that to give it initialized colors
// Otherwise the 'gaussian' blur type is random.
Color() :a_(0), r_(0), g_(0), b_(0) { }
Color(const value_type &f) :a_(f),r_(f), g_(f), b_(f) { }
{
Rect aabb;
- //! true iff aabb hasn't been initialised yet
+ //! true iff aabb hasn't been initialized yet
bool initaabb;
int flags;
curr_frame_=0;
if( !init() ){
- if(cb) cb->error(_("Target initialisation failure"));
+ if(cb) cb->error(_("Target initialization failure"));
return false;
}
curr_frame_=0;
init();
if( !init() ){
- if(cb) cb->error(_("Target initialisation failure"));
+ if(cb) cb->error(_("Target initialization failure"));
return false;
}
gdk_rgb_init();
- // don't call thread_init() if threads are already initialised
- // on some machines bonobo_init() initialised threads before we get here
+ // don't call thread_init() if threads are already initialized
+ // on some machines bonobo_init() initialized threads before we get here
if (!g_thread_supported())
Glib::thread_init();
// WorkArea::async_update_preview() =>
// WorkArea::set_zoom(float) =>
// WorkArea::async_update_preview() =>
- // desc.set_time(cur_time), where cur_time isn't initialised
+ // desc.set_time(cur_time), where cur_time isn't initialized
work_area->set_time(0);
work_area->zoom_out();
w=round_to_int(get_canvas()->rend_desc().get_w()*work_area->get_zoom()+70);
Dialog_Setup::refresh()
{
// Refresh the temporary gamma; do this before adjusting the sliders,
- // or variables will be used before their initialisation.
+ // or variables will be used before their initialization.
gamma_pattern.set_gamma_r(App::gamma.get_gamma_r());
gamma_pattern.set_gamma_g(App::gamma.get_gamma_g());
gamma_pattern.set_gamma_b(App::gamma.get_gamma_b());
// Bad old delta
return;
}
- // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialised
+ // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialized
//Gtk::TreeModel::iterator row(row);
//row++;
//if(!row)return;
target->set_rend_desc(&rend_desc);
target->set_quality((int)adjustment_quality.get_value());
if( !target->init() ){
- canvas_interface_->get_ui_interface()->error(_("Target initialisation failure"));
+ canvas_interface_->get_ui_interface()->error(_("Target initialization failure"));
return;
}
bool extend_start=false,extend_finish=false,complete_loop=false;
bool extend_start_join_same=false,extend_start_join_different=false;
bool extend_finish_join_same=false,extend_finish_join_different=false;
- int start_duck_index = 0,finish_duck_index = 0; // initialised to keep the compiler happy; shouldn't be needed though
+ int start_duck_index = 0,finish_duck_index = 0; // initialized to keep the compiler happy; shouldn't be needed though
ValueNode_BLine::Handle start_duck_value_node_bline=NULL,finish_duck_value_node_bline=NULL;
// Find any ducks at the start or end that we might attach to