Home
last modified time | relevance | path

Searched refs:TOP_MARGIN (Results 51 – 75 of 112) sorted by relevance

12345

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Ddc25.c719 #define NET_LINES (HEIGHT - TOP_MARGIN - BOTTOM_MARGIN)
771 for (line = TOP_MARGIN - 1; line < HEIGHT - BOTTOM_MARGIN + 1; line++) in interpolate_horizontally()
807 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in interpolate_vertically()
850 if (line == TOP_MARGIN) in interpolate_vertically()
930 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in adjust_color_and_saturation()
1042 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in determine_limits()
1057 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in determine_limits()
1081 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in determine_limits()
1166 for (line = TOP_MARGIN; line < HEIGHT - BOTTOM_MARGIN; line++) in output_rgb()
1191 set_pixel_rgb (pp, column - MY_LEFT_MARGIN, line - TOP_MARGIN, r, g, in output_rgb()
H A Ddc25.h178 #define TOP_MARGIN 1 macro
H A Ddc210.h194 #define TOP_MARGIN 1 macro
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Display_mod_1_1.cxx83 TOP_MARGIN = DEFAULT_TOP_MARGIN; in Fl_Text_Display_mod()
385 text_area.y = Y+TOP_MARGIN; in resize()
387 text_area.h = H-TOP_MARGIN-BOTTOM_MARGIN; in resize()
483 text_area.y = Y + scrollbar_width()+TOP_MARGIN; in resize()
488 text_area.y = Y+TOP_MARGIN; in resize()
2941 fl_rectf(text_area.x-LEFT_MARGIN, text_area.y-TOP_MARGIN, in draw()
2942 LEFT_MARGIN, text_area.h+TOP_MARGIN+BOTTOM_MARGIN, in draw()
2946 fl_rectf(text_area.x+text_area.w, text_area.y-TOP_MARGIN, in draw()
2947 RIGHT_MARGIN, text_area.h+TOP_MARGIN+BOTTOM_MARGIN, in draw()
2951 fl_rectf(text_area.x, text_area.y-TOP_MARGIN, in draw()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbox.cpp206 … Pid::LEFT_MARGIN, Pid::RIGHT_MARGIN, Pid::TOP_MARGIN, Pid::BOTTOM_MARGIN, Pid::BOX_AUTOSIZE }) { in writeProperties()
357 case Pid::TOP_MARGIN: in getProperty()
394 case Pid::TOP_MARGIN: in setProperty()
428 case Pid::TOP_MARGIN: in propertyDefault()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Display.cxx43 #define TOP_MARGIN 1 macro
380 text_area.h = H-TOP_MARGIN-BOTTOM_MARGIN; in resize()
436 text_area.h+TOP_MARGIN+BOTTOM_MARGIN); in resize()
474 text_area.y = Y + scrollbar_width()+TOP_MARGIN; in resize()
479 text_area.y = Y+TOP_MARGIN; in resize()
2934 fl_rectf(text_area.x-LEFT_MARGIN, text_area.y-TOP_MARGIN, in draw()
2935 LEFT_MARGIN, text_area.h+TOP_MARGIN+BOTTOM_MARGIN, in draw()
2939 fl_rectf(text_area.x+text_area.w, text_area.y-TOP_MARGIN, in draw()
2940 RIGHT_MARGIN, text_area.h+TOP_MARGIN+BOTTOM_MARGIN, in draw()
2944 fl_rectf(text_area.x, text_area.y-TOP_MARGIN, in draw()
[all …]
/dports/net/c3270/suite3270-4.0/x3270/
H A Dmenubar.c251 #define TOP_MARGIN rescale(3) macro
387 return TOP_MARGIN + KEY_HEIGHT + 2 * BORDER + BOTTOM_MARGIN + in menubar_qheight()
567 TOP_MARGIN); in menubar_init()
574 TOP_MARGIN); in menubar_init()
580 TOP_MARGIN); in menubar_init()
588 TOP_MARGIN); in menubar_init()
595 TOP_MARGIN); in menubar_init()
677 TOP_MARGIN); in menubar_connect()
687 TOP_MARGIN); in menubar_connect()
1611 TOP_MARGIN); in menubar_resize()
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dmenubar.c251 #define TOP_MARGIN rescale(3) macro
387 return TOP_MARGIN + KEY_HEIGHT + 2 * BORDER + BOTTOM_MARGIN + in menubar_qheight()
567 TOP_MARGIN); in menubar_init()
574 TOP_MARGIN); in menubar_init()
580 TOP_MARGIN); in menubar_init()
588 TOP_MARGIN); in menubar_init()
595 TOP_MARGIN); in menubar_init()
677 TOP_MARGIN); in menubar_connect()
687 TOP_MARGIN); in menubar_connect()
1611 TOP_MARGIN); in menubar_resize()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/completion/
H A Dpopup.py23 TOP_MARGIN = BOTTOM_MARGIN = 2 variable in ChoosePopupWidget
89 …_size_hint = QSize(max_width + 2 * self.SIDE_MARGIN, height + self.BOTTOM_MARGIN + self.TOP_MARGIN)
93 y = self.TOP_MARGIN
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Display.cxx52 #define TOP_MARGIN 1 macro
510 text_area.y = Y + TOP_MARGIN; in resize()
512 text_area.h = H - TOP_MARGIN - BOTTOM_MARGIN; in resize()
640 text_area.y = Y + TOP_MARGIN; in resize()
653 text_area.y - TOP_MARGIN, in resize()
655 text_area.h + TOP_MARGIN + BOTTOM_MARGIN); in resize()
658 text_area.y - TOP_MARGIN, in resize()
660 text_area.h + TOP_MARGIN + BOTTOM_MARGIN); in resize()
3705 fl_rectf(text_area.x-LEFT_MARGIN, text_area.y-TOP_MARGIN, in draw()
3715 fl_rectf(text_area.x, text_area.y-TOP_MARGIN, in draw()
[all …]
/dports/net/kget/kget-21.12.3/plasma/applet/common/
H A Dkgetapplet.h63 static const int TOP_MARGIN; variable
/dports/textproc/py-nltk/nltk-3.4.1/nltk/app/
H A Dchartparser_app.py315 TOP_MARGIN = 5
320 dy = (int(c['height']) - TOP_MARGIN - BOT_MARGIN) / N
327 LEFT_MARGIN - 2, i * dy + dy / 2 + TOP_MARGIN, text=repr(i), anchor='e'
331 N * dy + TOP_MARGIN + 1,
337 dy * (i + 1) + TOP_MARGIN,
339 dy * (i + 1) + TOP_MARGIN,
344 TOP_MARGIN,
346 dy * N + TOP_MARGIN,
352 LEFT_MARGIN, TOP_MARGIN, LEFT_MARGIN + dx * N, dy * N + TOP_MARGIN, width=2
361 i * dy + TOP_MARGIN,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/android/bottomsheet/internal/java/src/org/chromium/components/browser_ui/bottomsheet/
H A DBottomSheetControllerImpl.java118 .with(ScrimProperties.TOP_MARGIN, 0) in initializeSheet()
213 .with(ScrimProperties.TOP_MARGIN, 0) in createScrimParams()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_UI.cpp42 #define TOP_MARGIN 5 macro
104 int field_top = TOP_MARGIN; in WhichRegion()
309 bot.MoveTo(panel_left + MENUS_INDENT_H, panel_top + TOP_MARGIN); in DrawEvent()
336 bot.MoveTo(field_left, panel_top + TOP_MARGIN); in DrawEvent()
391 int field_bottom = panel_top + TOP_MARGIN + FIELD_HEIGHT; in DrawEvent()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_UI.cpp42 #define TOP_MARGIN 5 macro
104 int field_top = TOP_MARGIN; in WhichRegion()
309 bot.MoveTo(panel_left + MENUS_INDENT_H, panel_top + TOP_MARGIN); in DrawEvent()
336 bot.MoveTo(field_left, panel_top + TOP_MARGIN); in DrawEvent()
391 int field_bottom = panel_top + TOP_MARGIN + FIELD_HEIGHT; in DrawEvent()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_UI.cpp42 #define TOP_MARGIN 5 macro
104 int field_top = TOP_MARGIN; in WhichRegion()
309 bot.MoveTo(panel_left + MENUS_INDENT_H, panel_top + TOP_MARGIN); in DrawEvent()
336 bot.MoveTo(field_left, panel_top + TOP_MARGIN); in DrawEvent()
391 int field_bottom = panel_top + TOP_MARGIN + FIELD_HEIGHT; in DrawEvent()
/dports/audio/praat/praat-6.2.03/sys/
H A DHyperPage.cpp39 #define TOP_MARGIN 0.8
103 my d_y = PAPER_TOP - TOP_MARGIN;
188 …my d_y -= ( my d_y == PAPER_TOP - TOP_MARGIN ? 0 : ( my previousBottomSpacing > topSpacing ? my pr…
306 …my d_y -= ( my d_y == PAPER_TOP - TOP_MARGIN ? 0 : ( my previousBottomSpacing > topSpacing ? my pr…
351 …my d_y -= ( my d_y == PAPER_TOP - TOP_MARGIN ? 0.0 : ( my previousBottomSpacing > topSpacing ? my …
477 …my d_y -= ( my d_y == PAPER_TOP - TOP_MARGIN ? 0.0 : ( my previousBottomSpacing > topSpacing ? my …
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFTextView.cxx199 TOP_MARGIN = DEFAULT_TOP_MARGIN; in resize()
200 int r = H - Fl::box_dh(box()) - TOP_MARGIN - BOTTOM_MARGIN; in resize()
207 TOP_MARGIN += r; in resize()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFTextView.cxx199 TOP_MARGIN = DEFAULT_TOP_MARGIN; in resize()
200 int r = H - Fl::box_dh(box()) - TOP_MARGIN - BOTTOM_MARGIN; in resize()
207 TOP_MARGIN += r; in resize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DLocationBarFocusScrimHandler.java93 .with(ScrimProperties.TOP_MARGIN, topMargin) in LocationBarFocusScrimHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabSwitcherMediator.java14 …port static org.chromium.chrome.browser.tasks.tab_management.TabListContainerProperties.TOP_MARGIN;
460 mContainerViewModel.set(TOP_MARGIN, 0); in updateTopControlsProperties()
467 mContainerViewModel.set(TOP_MARGIN, contentOffset); in updateTopControlsProperties()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFTextView.cxx201 TOP_MARGIN = DEFAULT_TOP_MARGIN; in resize()
202 int r = H - Fl::box_dh(box()) - TOP_MARGIN - BOTTOM_MARGIN; in resize()
209 TOP_MARGIN += r; in resize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/overlay/
H A DAssistantOverlayCoordinator.java142 .with(ScrimProperties.TOP_MARGIN, 0) in setScrimEnabled()
/dports/x11/xmotd/xmotd-1.17.3b/libhtmlw/
H A DHTML-PSformat.c67 #define TOP_MARGIN (10*72) macro
70 #define PAGE_HEIGHT (TOP_MARGIN - BOT_MARGIN)
613 PSprintf("/topmargin %d D\n", (int) TOP_MARGIN); in ARG2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/start_surface/internal/java/src/org/chromium/chrome/features/start_surface/
H A DStartSurfaceMediator.java31 import static org.chromium.chrome.features.start_surface.StartSurfaceProperties.TOP_MARGIN;
297 TOP_MARGIN, mBrowserControlsStateProvider.getContentOffset()); in StartSurfaceMediator()
619 mPropertyModel.set(TOP_MARGIN, mBrowserControlsStateProvider.getTopControlsHeight()); in showOverview()

12345