Home
last modified time | relevance | path

Searched refs:full_rect (Results 1 – 25 of 95) sorted by relevance

1234

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Darranger_object.c96 GdkRectangle full_rect = self->full_rect; in arranger_object_queue_redraw() local
103 full_rect.x = MAX (full_rect.x - padding, 0); in arranger_object_queue_redraw()
104 full_rect.y = MAX (full_rect.y - padding, 0); in arranger_object_queue_redraw()
153 r, &full_rect); in arranger_object_queue_redraw()
250 GdkRectangle full_rect; in arranger_object_is_fade() local
256 y -= full_rect.y - self->full_rect.y; in arranger_object_is_fade()
260 full_rect = self->full_rect; in arranger_object_is_fade()
581 self->full_rect.x = in arranger_object_set_full_rectangle()
1005 self->full_rect.x, self->full_rect.y, in arranger_object_set_full_rectangle()
1057 (full_rect->x + full_rect->width) - in arranger_object_get_draw_rectangle()
[all …]
H A Dautomation_point.c97 obj->full_rect.height - in automation_point_draw()
158 ((obj->full_rect.y + obj->full_rect.height) - in automation_point_draw()
189 ((obj->full_rect.y + obj->full_rect.height) - in automation_point_draw()
208 (obj->full_rect.x + in automation_point_draw()
211 ((obj->full_rect.y + in automation_point_draw()
215 (obj->full_rect.y + in automation_point_draw()
252 (obj->full_rect.y + obj->full_rect.height) - in automation_point_is_point_hit()
254 y - obj->full_rect.y < in automation_point_is_point_hit()
290 (x - obj->full_rect.x) / in automation_point_is_curve_hit()
291 obj->full_rect.width); in automation_point_is_curve_hit()
[all …]
H A Dmidi_note.c82 GdkRectangle * full_rect, in draw_midi_note_bg() argument
101 full_rect->width, in draw_midi_note_bg()
102 full_rect->height); in draw_midi_note_bg()
114 if (draw_rect->x > full_rect->x) in draw_midi_note_bg()
122 full_rect->x + full_rect->width) in draw_midi_note_bg()
127 (full_rect->x + full_rect->width), 4); in draw_midi_note_bg()
137 full_rect->height / 8.0f); in draw_midi_note_bg()
159 GdkRectangle full_rect = obj->full_rect; in midi_note_draw() local
170 &full_rect, &draw_rect); in midi_note_draw()
209 (full_rect.x - arr_rect->x), in midi_note_draw()
[all …]
H A Dregion.c112 GdkRectangle * full_rect,
138 GdkRectangle * full_rect, in preroll_count_selector_widget_new()
281 GdkRectangle * full_rect,
383 GdkRectangle * full_rect,
589 GdkRectangle * full_rect,
751 GdkRectangle * full_rect,
1546 full_rect->width -
1548 full_rect->height -
1660 GdkRectangle full_rect = obj->full_rect;
1685 full_rect = obj->full_rect;
[all …]
H A Dvelocity.c71 obj->full_rect.x - rect->x, in velocity_draw()
72 obj->full_rect.y - rect->y); in velocity_draw()
77 obj->full_rect.width, in velocity_draw()
78 obj->full_rect.height); in velocity_draw()
84 const int circle_radius = obj->full_rect.width / 2; in velocity_draw()
89 obj->full_rect.width / 2 - in velocity_draw()
93 obj->full_rect.height); in velocity_draw()
117 obj->full_rect.width + padding; in velocity_draw()
H A Dmarker.c93 obj->full_rect.x - rect->x, in marker_draw()
94 obj->full_rect.y - rect->y, in marker_draw()
95 obj->full_rect.width, in marker_draw()
96 obj->full_rect.height, 1, 4); in marker_draw()
106 (obj->full_rect.x + MARKER_NAME_PADDING) - in marker_draw()
108 (obj->full_rect.y + MARKER_NAME_PADDING) - in marker_draw()
H A Dscale_object.c86 obj->full_rect.x - rect->x, in scale_object_draw()
87 obj->full_rect.y - rect->y, in scale_object_draw()
88 obj->full_rect.width, in scale_object_draw()
89 obj->full_rect.height, 1, 4); in scale_object_draw()
100 (obj->full_rect.x + SCALE_OBJECT_NAME_PADDING) - in scale_object_draw()
102 (obj->full_rect.y + SCALE_OBJECT_NAME_PADDING) - in scale_object_draw()
H A Dchord_object.c91 obj->full_rect.x - rect->x, in chord_object_draw()
92 obj->full_rect.y - rect->y, in chord_object_draw()
93 obj->full_rect.width, in chord_object_draw()
94 obj->full_rect.height, 1, 4); in chord_object_draw()
116 (obj->full_rect.x + CHORD_OBJECT_NAME_PADDING) - in chord_object_draw()
118 (obj->full_rect.y + CHORD_OBJECT_NAME_PADDING) - in chord_object_draw()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp137 FX_RECT full_rect = unit_rect.GetOutterRect(); in StartDIBits() local
143 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
144 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
145 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
146 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
155 return StretchDIBits(pTransformed.get(), color, full_rect.left, in StartDIBits()
156 full_rect.top, full_rect.Width(), full_rect.Height(), in StartDIBits()
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-buffer-iterator.c157 sub->full_rect = *roi; in _gegl_buffer_iterator_add()
173 priv->sub_iter[index].full_rect.width = priv->sub_iter[0].full_rect.width; in _gegl_buffer_iterator_add()
174 priv->sub_iter[index].full_rect.height = priv->sub_iter[0].full_rect.height; in _gegl_buffer_iterator_add()
296 int roi_offset_x = sub->full_rect.x - lead_sub->full_rect.x; in retile_subs()
297 int roi_offset_y = sub->full_rect.y - lead_sub->full_rect.y; in retile_subs()
313 retile_subs (iter, sub->full_rect.x, sub->full_rect.y); in initialize_rects()
328 if (x >= sub->full_rect.x + sub->full_rect.width) in increment_rects()
331 x = sub->full_rect.x; in increment_rects()
334 if (y >= sub->full_rect.y + sub->full_rect.height) in increment_rects()
744 sub->real_roi.x += sub->full_rect.x - sub0->full_rect.x; in linear_shortcut()
[all …]
H A Dgegl-buffer-iterator2.c151 sub->full_rect = *roi; in _gegl_buffer_iterator2_add()
164 priv->sub_iter[index].full_rect.width = priv->sub_iter[0].full_rect.width; in _gegl_buffer_iterator2_add()
165 priv->sub_iter[index].full_rect.height = priv->sub_iter[0].full_rect.height; in _gegl_buffer_iterator2_add()
287 int roi_offset_x = sub->full_rect.x - lead_sub->full_rect.x; in retile_subs()
288 int roi_offset_y = sub->full_rect.y - lead_sub->full_rect.y; in retile_subs()
304 retile_subs (iter, sub->full_rect.x, sub->full_rect.y); in initialize_rects()
319 if (x >= sub->full_rect.x + sub->full_rect.width) in increment_rects()
322 x = sub->full_rect.x; in increment_rects()
325 if (y >= sub->full_rect.y + sub->full_rect.height) in increment_rects()
654 sub->real_roi.x += sub->full_rect.x - sub0->full_rect.x; in linear_shortcut()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_printer_driver.cpp175 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits() local
181 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
182 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
183 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
184 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
195 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, in StartDIBits()
196 full_rect.Width(), full_rect.Height(), nullptr, in StartDIBits()
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-sdl2.c1775 origin->full_rect.x + origin->full_rect.w, in make_menu_panel()
2506 dummy.full_rect.x = status_bar->full_rect.x; in load_main_menu_panel()
2507 dummy.full_rect.y = status_bar->full_rect.y + status_bar->full_rect.h; in load_main_menu_panel()
2950 subwindow->full_rect.w, subwindow->full_rect.h); in resize_subwindow()
4469 status_bar->full_rect.w = window->full_rect.w; in adjust_status_bar_geometry()
4834 window->full_rect.x, window->full_rect.y, in start_window()
4835 window->full_rect.w, window->full_rect.h, in start_window()
4839 window->full_rect.x, window->full_rect.y, in start_window()
4840 window->full_rect.w, window->full_rect.h, in start_window()
4981 subwindow->full_rect.x, subwindow->full_rect.y, in dump_subwindow()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp173 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits() local
179 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
180 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
181 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
182 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
193 return StretchDIBits(pTransformed.get(), color, full_rect.left, full_rect.top, in StartDIBits()
194 full_rect.Width(), full_rect.Height(), nullptr, 0, in StartDIBits()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_render.c723 SDL_Rect full_rect; in SDL_UpdateTextureYUV() local
729 full_rect.x = 0; in SDL_UpdateTextureYUV()
730 full_rect.y = 0; in SDL_UpdateTextureYUV()
733 rect = &full_rect; in SDL_UpdateTextureYUV()
806 SDL_Rect full_rect; in SDL_UpdateTexture() local
844 SDL_Rect full_rect; in SDL_UpdateTextureYUVPlanar() local
850 full_rect.x = 0; in SDL_UpdateTextureYUVPlanar()
851 full_rect.y = 0; in SDL_UpdateTextureYUVPlanar()
854 rect = &full_rect; in SDL_UpdateTextureYUVPlanar()
891 SDL_Rect full_rect; in SDL_UpdateYUVTexture() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_render.c723 SDL_Rect full_rect; in SDL_UpdateTextureYUV() local
729 full_rect.x = 0; in SDL_UpdateTextureYUV()
730 full_rect.y = 0; in SDL_UpdateTextureYUV()
733 rect = &full_rect; in SDL_UpdateTextureYUV()
806 SDL_Rect full_rect; in SDL_UpdateTexture() local
844 SDL_Rect full_rect; in SDL_UpdateTextureYUVPlanar() local
850 full_rect.x = 0; in SDL_UpdateTextureYUVPlanar()
851 full_rect.y = 0; in SDL_UpdateTextureYUVPlanar()
854 rect = &full_rect; in SDL_UpdateTextureYUVPlanar()
891 SDL_Rect full_rect; in SDL_UpdateYUVTexture() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/render/
H A DSDL_render.c723 SDL_Rect full_rect; in SDL_UpdateTextureYUV() local
729 full_rect.x = 0; in SDL_UpdateTextureYUV()
730 full_rect.y = 0; in SDL_UpdateTextureYUV()
733 rect = &full_rect; in SDL_UpdateTextureYUV()
806 SDL_Rect full_rect; in SDL_UpdateTexture() local
844 SDL_Rect full_rect; in SDL_UpdateTextureYUVPlanar() local
850 full_rect.x = 0; in SDL_UpdateTextureYUVPlanar()
851 full_rect.y = 0; in SDL_UpdateTextureYUVPlanar()
854 rect = &full_rect; in SDL_UpdateTextureYUVPlanar()
891 SDL_Rect full_rect; in SDL_UpdateYUVTexture() local
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_split/
H A DPageLayout.cpp33 PageLayout::PageLayout(const QRectF& full_rect) in PageLayout() argument
34 : m_uncutOutline(full_rect), in PageLayout()
35 m_cutter1(full_rect.topLeft(), full_rect.bottomLeft()), in PageLayout()
36 m_cutter2(full_rect.topRight(), full_rect.bottomRight()), in PageLayout()
39 PageLayout::PageLayout(const QRectF& full_rect, const QLineF& cutter1, const QLineF& cutter2) in PageLayout() argument
40 : m_uncutOutline(full_rect), m_cutter1(cutter1), m_cutter2(cutter2), m_type(SINGLE_PAGE_CUT) {} in PageLayout()
42 PageLayout::PageLayout(const QRectF full_rect, const QLineF& split_line) in PageLayout() argument
43 : m_uncutOutline(full_rect), m_cutter1(split_line), m_type(TWO_PAGES) {} in PageLayout()
H A DPageLayout.h60 explicit PageLayout(const QRectF& full_rect);
65 PageLayout(const QRectF& full_rect, const QLineF& cutter1, const QLineF& cutter2);
70 PageLayout(QRectF full_rect, const QLineF& split_line);
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/render/
H A DSDL_render.c813 SDL_Rect full_rect; in SDL_UpdateTextureYUV() local
819 full_rect.x = 0; in SDL_UpdateTextureYUV()
820 full_rect.y = 0; in SDL_UpdateTextureYUV()
823 rect = &full_rect; in SDL_UpdateTextureYUV()
900 SDL_Rect full_rect; in SDL_UpdateTexture() local
938 SDL_Rect full_rect; in SDL_UpdateTextureYUVPlanar() local
944 full_rect.x = 0; in SDL_UpdateTextureYUVPlanar()
945 full_rect.y = 0; in SDL_UpdateTextureYUVPlanar()
948 rect = &full_rect; in SDL_UpdateTextureYUVPlanar()
989 SDL_Rect full_rect; in SDL_UpdateYUVTexture() local
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/sdl/
H A Dblue_font.pir72 .local pmc full_rect
73 full_rect = new ['SDL'; 'Rect']
74 full_rect.'init'( 'width' => 640, 'height' => 480, 'x' => 0, 'y' => 0 )
76 main_screen.'fill_rect'( full_rect, white )
77 main_screen.'update_rect'( full_rect )
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp177 FX_RECT full_rect = unit_rect.GetOuterRect(); in StartDIBits() local
183 bFlipX ? full_rect.right : full_rect.left, in StartDIBits()
184 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
185 bFlipX ? -full_rect.Width() : full_rect.Width(), in StartDIBits()
186 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
197 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, in StartDIBits()
198 full_rect.Width(), full_rect.Height(), nullptr, in StartDIBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkGlyphTest.cpp18 a = rect_intersection(r, full_rect()); in DEF_TEST()
21 SkGlyphRect acc = full_rect(); in DEF_TEST()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/gui/widgets/
H A Darranger_object.h168 GdkRectangle * full_rect);
193 GdkRectangle * full_rect,
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/video/
H A DSDL_surface.c302 SDL_Rect full_rect; in LRSDL_SetClipRect() local
309 full_rect.x = 0; in LRSDL_SetClipRect()
310 full_rect.y = 0; in LRSDL_SetClipRect()
311 full_rect.w = surface->w; in LRSDL_SetClipRect()
312 full_rect.h = surface->h; in LRSDL_SetClipRect()
317 surface->clip_rect = full_rect; in LRSDL_SetClipRect()
321 return LRSDL_IntersectRect(rect, &full_rect, &surface->clip_rect); in LRSDL_SetClipRect()

1234