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

/inkscape/src/widgets/
H A Deek-preview.cpp355 GdkRectangle possible = {insetLeft, local
361 GdkRectangle area = {possible.x,
362 possible.y,
363 possible.width / 2,
364 possible.height / 2 };
373 if ( area.width < possible.width ) {
374 int diff = (possible.width - area.width) / 2;
406 if ( otherArea.height < possible.height ) {
407 otherArea.y = possible.y + (possible
[all...]
H A Dege-select-one-action.cpp150 "Tree model of possible items",
888 GtkRadioAction* possible = GTK_RADIO_ACTION(group->data); local
889 g_object_get( G_OBJECT(possible), "value", &value, NULL );
892 gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(possible), TRUE );
/inkscape/src/
H A Dcolor-profile.cpp442 MapMap possible[] = { local
457 for ( guint i = 0; i < G_N_ELEMENTS(possible); i++ ) {
458 if ( possible[i].space == space ) {
464 return possible[index].inForm;
735 std::vector<Glib::ustring> possible; local
736 possible.push_back("/System/Library/ColorSync/Profiles");
737 possible.push_back("/Library/ColorSync/Profiles");
738 for ( std::vector<Glib::ustring>::const_iterator it = possible.begin(); it != possible.end(); ++it ) {
/inkscape/src/ui/dialog/
H A Dcolor-item.cpp58 extern std::vector<SwatchPage*> possible;
483 for ( std::vector<SwatchPage*>::iterator it2 = possible.begin(); it2 != possible.end() && !found; ++it2 ) {

Completed in 60 milliseconds