Home
last modified time | relevance | path

Searched refs:map_width (Results 1 – 25 of 254) sorted by path

1234567891011

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_automation_editor.c832 guint map_width; in ags_automation_editor_reset_audio_scrollbar() local
871 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_audio_scrollbar()
872 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_audio_scrollbar()
927 guint map_width; in ags_automation_editor_reset_output_scrollbar() local
966 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_output_scrollbar()
967 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_output_scrollbar()
1023 guint map_width; in ags_automation_editor_reset_input_scrollbar() local
1062 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_input_scrollbar()
1063 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_input_scrollbar()
H A Dags_wave_editor.c589 guint map_width; in ags_wave_editor_reset_scrollbar() local
632 map_width = (gui_scale_factor * 64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction; in ags_wave_editor_reset_scrollbar()
633 h_upper = map_width - wave_edit_box_allocation.width; in ags_wave_editor_reset_scrollbar()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_automation_edit.c1371 guint map_width; in ags_automation_edit_reset_hscrollbar() local
1408 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_edit_reset_hscrollbar()
1409 upper = map_width - allocation.width; in ags_automation_edit_reset_hscrollbar()
H A Dags_notation_edit.c1008 guint map_width; in ags_notation_edit_reset_hscrollbar() local
1044 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_notation_edit_reset_hscrollbar()
1045 upper = map_width - allocation.width; in ags_notation_edit_reset_hscrollbar()
H A Dags_wave_edit.c1036 guint map_width; in ags_wave_edit_reset_hscrollbar() local
1073 map_width = (gui_scale_factor * 64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction; in ags_wave_edit_reset_hscrollbar()
1074 upper = map_width - allocation.width; in ags_wave_edit_reset_hscrollbar()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/effectv/
H A Dgstedge.c83 edgetv->map_width = width / 4; in gst_edgetv_set_info()
87 map_size = edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2; in gst_edgetv_set_info()
104 gint width, map_height, map_width; in gst_edgetv_transform_frame() local
111 map_width = filter->map_width; in gst_edgetv_transform_frame()
123 for (x = 1; x < map_width - 1; x++) { in gst_edgetv_transform_frame()
164 v0 = map[(y - 1) * map_width * 2 + x * 2]; in gst_edgetv_transform_frame()
165 v1 = map[y * map_width * 2 + (x - 1) * 2 + 1]; in gst_edgetv_transform_frame()
166 map[y * map_width * 2 + x * 2] = v2; in gst_edgetv_transform_frame()
167 map[y * map_width * 2 + x * 2 + 1] = v3; in gst_edgetv_transform_frame()
210 edgetv->map_width * edgetv->map_height * sizeof (guint32) * 2); in gst_edgetv_start()
H A Dgstedge.h56 gint map_width, map_height; member
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/src/viewer-core/
H A DMapGridView.h50 int map_width; variable
H A DMapGridView.mm52 map_width = 0;
114 mapRect.size.width = map_width * block_size - grid_width;
126 for (int i = 0; i < map_width; i++) {
129 int color = map_colors[i * map_width + j];
143 int tag = map_tags[i * map_width + j];
173 map_width = state->GetWidth();
189 double z1 = bounds.width / map_width;
226 int color = map_colors[x * map_width + y];
245 mapSize.width = map_width * block_size - grid_width;
263 if (new_x < map_width && new_x >= 0 && new_y < map_height && new_y >= 0) {

1234567891011