Searched refs:gui_ph_raw_offset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c58 static PhPoint_t gui_ph_raw_offset; variable
848 PtWidgetOffset( gui.vimTextArea, &gui_ph_raw_offset );
849 PhTranslatePoint( &gui_ph_raw_offset, PtWidgetPos( gui.vimTextArea, NULL ) );
851 PgSetTranslation( &gui_ph_raw_offset, Pg_RELATIVE );
857 gui_ph_raw_offset.x = -gui_ph_raw_offset.x;
858 gui_ph_raw_offset.y = -gui_ph_raw_offset.y;
859 PgSetTranslation( &gui_ph_raw_offset, Pg_RELATIVE );
2212 PtWidgetOffset( gui.vimTextArea, &gui_ph_raw_offset );
[all...]

Completed in 87 milliseconds