Home
last modified time | relevance | path

Searched refs:object_px (Results 1 – 5 of 5) sorted by relevance

/dports/games/openomf/openomf-c36c421/src/game/utils/
H A Dhar_screencap.c34 int x = (object_px(obj)-object_w(obj)/2) - (SCREENCAP_W - object_w(obj)) / 2; in har_screencaps_capture()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dbaseobjectwidget.cpp48 object_px=DNaN; in BaseObjectWidget()
337 this->object_px=this->table->getPosition().x(); in setAttributes()
342 this->object_px=obj_px; in setAttributes()
865 if(!std::isnan(object_px) && !std::isnan(object_py)) in finishConfiguration()
866 graph_obj->setPosition(QPointF(object_px, object_py)); in finishConfiguration()
H A Dbaseobjectwidget.h90 double object_px, object_py; in Q_DECLARE_METATYPE() local
/dports/games/openomf/openomf-c36c421/include/game/protos/
H A Dobject.h222 int object_px(const object *obj);
/dports/games/openomf/openomf-c36c421/src/game/protos/
H A Dobject.c654 int object_px(const object *obj) { return vec2f_to_i(obj->pos).x; } in object_px() function