Home
last modified time | relevance | path

Searched refs:char_height (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/dports/games/stuntrally/stuntrally-2.6.1/data/hud/
H A DCarDbg.overlay17 char_height 21
30 char_height 21
43 char_height 21
56 char_height 21
69 char_height 21
91 char_height 21
104 char_height 21
117 char_height 21
130 char_height 21
143 char_height 21
[all …]
/dports/korean/hpscat/ked/
H A Dscroll.c16 int i = event->xbutton.y / s->char_height(); in button_press()
23 set_wh(w * kcwidth(), h * char_height()); in scroll()
89 0, select_y, width(), char_height()); in list()
92 y += char_height(); in list()
94 sy = y - char_height(); in list()
104 width(), height() - char_height(), 0, char_height()); in up()
112 0, select_y, width(), char_height()); in up()
115 select_y += char_height(); in up()
137 select_y -= char_height(); in down()
175 y += char_height(); in select()
[all …]
H A Deditor.h104 int screen_y(int y) { return (y - start_y) * char_height(); } in screen_y()
105 int visible_line() { return (height() + char_height() - 1) / char_height(); } in visible_line()
128 sx - start_x, (sy - start_y) * char_height(), in copy_line()
129 w, h * char_height(), in copy_line()
130 dx - start_x, (dy - start_y) * char_height()); in copy_line()
136 x - start_x, (y - start_y) * char_height(), in clear_line()
137 w, h * char_height(), False); in clear_line()
142 out(str, x - start_x, (y - start_y) * char_height() + char_ascent()); in print()
147 out(str, x - start_x, (y - start_y) * char_height() + char_ascent(), in print()
165 x - start_x, (y - start_y) * char_height(), in reverse_line()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Resources/media/overlays/
H A DExample-Water.overlay34 char_height 16
48 char_height 16
62 char_height 16
76 char_height 16
90 char_height 16
104 char_height 16
118 char_height 16
132 char_height 16
146 char_height 16
160 char_height 16
H A DExample-DynTex.overlay33 char_height 16
47 char_height 16
61 char_height 16
75 char_height 16
89 char_height 16
103 char_height 16
144 char_height 16
158 char_height 16
172 char_height 16
186 char_height 16
H A DExample-CubeMapping.overlay33 char_height 16
47 char_height 16
61 char_height 16
76 char_height 16
90 char_height 16
104 char_height 16
118 char_height 16
132 char_height 16
H A DDP3.overlay33 char_height 16
47 char_height 16
60 char_height 16
74 char_height 16
87 char_height 16
100 char_height 16
H A DShadows.overlay34 char_height 16
47 char_height 16
61 char_height 16
74 char_height 16
87 char_height 16
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Resources/media/overlays/
H A DExample-Water.overlay34 char_height 16
48 char_height 16
62 char_height 16
76 char_height 16
90 char_height 16
104 char_height 16
118 char_height 16
132 char_height 16
146 char_height 16
160 char_height 16
H A DExample-DynTex.overlay33 char_height 16
47 char_height 16
61 char_height 16
75 char_height 16
89 char_height 16
103 char_height 16
144 char_height 16
158 char_height 16
172 char_height 16
186 char_height 16
H A DExample-CubeMapping.overlay33 char_height 16
47 char_height 16
61 char_height 16
76 char_height 16
90 char_height 16
104 char_height 16
118 char_height 16
132 char_height 16
H A DDP3.overlay33 char_height 16
47 char_height 16
60 char_height 16
74 char_height 16
87 char_height 16
100 char_height 16
H A DShadows.overlay34 char_height 16
47 char_height 16
61 char_height 16
74 char_height 16
87 char_height 16
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A DDrawTextJS.cpp47 double char_height; in getStringRects() local
72 char_height = 0.6 * act_font_size; in getStringRects()
74 char_height = 0.4 * act_font_size; in getStringRects()
76 char_height = 0.8 * act_font_size; in getStringRects()
79 char_height *= cscale; in getStringRects()
81 Point2D offset(char_width / 2, char_height / 2); in getStringRects()
85 Point2D g_centre(char_width / 2, char_height / 2); in getStringRects()
87 new StringRect(offset, g_centre, char_width, char_height))); in getStringRects()
H A DDrawTextSVG.cpp72 double char_height; in getStringRects() local
97 char_height = 0.6 * act_font_size; in getStringRects()
99 char_height = 0.4 * act_font_size; in getStringRects()
101 char_height = 0.8 * act_font_size; in getStringRects()
104 char_height *= cscale; in getStringRects()
106 Point2D offset(char_width / 2, char_height / 2); in getStringRects()
110 Point2D g_centre(char_width / 2, char_height / 2); in getStringRects()
112 new StringRect(offset, g_centre, char_width, char_height))); in getStringRects()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/Qt/
H A DDrawTextQt.cpp54 double char_height; in getStringRects() local
77 char_height = 0.6 * act_font_size; in getStringRects()
79 char_height = 0.4 * act_font_size; in getStringRects()
81 char_height = 0.8 * act_font_size; in getStringRects()
84 char_height *= cscale; in getStringRects()
86 Point2D offset(char_width / 2, char_height / 2); in getStringRects()
90 Point2D g_centre(char_width / 2, char_height / 2); in getStringRects()
92 new StringRect(offset, g_centre, char_width, char_height))); in getStringRects()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgutil_text.cpp79 float w = char_height/STROKE_SCALE; in draw_text_start()
89 void draw_text_simple(const char* text, float line_width, float char_height) in draw_text_simple() argument
92 float w = char_height/STROKE_SCALE; in draw_text_simple()
98 GLfloat* _pos, GLfloat char_height, GLfloat line_width, const char *text, in draw_text_line() argument
117 draw_text_start(pos, char_height, line_width); in draw_text_line()
136 GLfloat* _pos, GLfloat char_height, GLfloat line_width, in draw_text() argument
149 draw_text_start(pos, char_height, line_width); in draw_text()
207 GLfloat* _pos, GLfloat char_height, GLfloat line_width, in draw_text_right() argument
224 draw_text_start(pos, char_height, line_width); in draw_text_right()
256 char_height = ch; in init()
[all …]
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dtqsl_prefs.cpp150 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
244 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
255 wxSize(char_width, HEIGHT_ADJ(char_height))); in BEGIN_EVENT_TABLE()
325 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
332 wxSize(char_width, HEIGHT_ADJ(char_height))); in BEGIN_EVENT_TABLE()
337 wxSize(char_width, HEIGHT_ADJ(char_height))); in BEGIN_EVENT_TABLE()
349 wxSize(char_width, HEIGHT_ADJ(char_height))); in BEGIN_EVENT_TABLE()
460 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
598 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
698 wxCoord char_width, char_height; in BEGIN_EVENT_TABLE() local
[all …]
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Ddisplay.c138 surface_height = display->char_height; in __guac_terminal_set()
192 display->char_height * row, in __guac_terminal_set()
216 display->char_height = 0; in guac_terminal_display_alloc()
498 display->char_height * height); in guac_terminal_display_resize()
503 display->char_height * height); in guac_terminal_display_resize()
870 start_row * display->char_height, in guac_terminal_display_select()
873 display->char_height); in guac_terminal_display_select()
902 display->char_height); in guac_terminal_display_select()
917 end_row * display->char_height, in guac_terminal_display_select()
920 display->char_height); in guac_terminal_display_select()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dbitmap_font.cpp61 char_height(), in BitmapFont()
110 if ( !config_l.get("glyph-height",char_height) ) { in loadFontFile()
196 int y = row * (char_height + 2*border) + border; in loadFontSurface()
209 static_cast<float>(y + char_height)); in loadFontSurface()
215 if (y + char_height > surface->h) in loadFontSurface()
242 static_cast<float>(y + char_height)); in loadFontSurface()
291 std::string::size_type text_height = char_height; in get_text_height()
298 text_height += char_height + 2; in get_text_height()
307 return static_cast<float>(char_height); in get_height()
391 y += static_cast<float>(char_height) + 2.0f; in draw_text()
[all …]
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/android/DaliClock/app/src/main/java/org/jwz/daliclock/
H A DFont.java30 private int char_height; field in Font
66 this.char_height = jObject.getInt("char_height"); in Font()
76 this.segments = new int[12][this.char_height][][]; in Font()
80 assert(this.char_height == jSegment.length()); in Font()
81 for(int j = 0; j < this.char_height; j++) { in Font()
122 return char_height; in getChar_height()
147 int ch = this.char_height; in make_empty_frame()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_font.cpp31 FontVariant::FontVariant(uint16 char_height, uint16 char_width, uint8 char_padding, std::vector<uin… in FontVariant() argument
32 …: char_height_(char_height), char_width_(char_width), char_padding_(char_padding), bitmap_(std::mo… in FontVariant()
45 codepoint_count_ = bitmap_.size() / char_height; in FontVariant()
98 || bitmap_header.char_height > FontVariant::kMaxCharHeight in LoadFontFile()
104 bitmap.resize(bitmap_header.number_of_code_points * bitmap_header.char_height); in LoadFontFile()
110 …{bitmap_header.char_height, bitmap_header.char_width, bitmap_header.char_padding, std::move(bitmap… in LoadFontFile()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dwidget.c164 …e (EmacsFrame ew, Dimension pixel_width, Dimension pixel_height, int *char_width, int *char_height) in pixel_to_char_size() argument
168 *char_height = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, (int) pixel_height); in pixel_to_char_size()
172 char_to_pixel_size (EmacsFrame ew, int char_width, int char_height, Dimension *pixel_width, Dimensi… in char_to_pixel_size() argument
176 *pixel_height = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, char_height); in char_to_pixel_size()
183 int char_height; in round_size_to_char() local
184 pixel_to_char_size (ew, in_width, in_height, &char_width, &char_height); in round_size_to_char()
185 char_to_pixel_size (ew, char_width, char_height, out_width, out_height); in round_size_to_char()
271 int char_height; in update_wm_hints() local
279 &char_width, &char_height); in update_wm_hints()
280 char_to_pixel_size (ew, char_width, char_height, in update_wm_hints()
[all …]
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/cord/
H A Dde_win.c166 int char_height; variable
170 rectp -> top = line * char_height; in get_line_rect()
171 rectp -> bottom = rectp->top + char_height; in get_line_rect()
230 char_height = tm.tmHeight + tm.tmExternalLeading; in WndProc()
233 LINES = (client_area.bottom - client_area.top)/char_height; in WndProc()
246 CreateCaret(hwnd, NULL, char_width, char_height); in WndProc()
263 set_position( xpos/char_width, ypos/char_height ); in WndProc()
307 LINES = (client_area.bottom - client_area.top)/char_height; in WndProc()
356 SetCaretPos(last_col * char_width, last_line * char_height); in update_cursor()
/dports/lang/mono/mono-5.10.1.57/libgc/cord/
H A Dde_win.c161 int char_height; variable
165 rectp -> top = line * char_height; in get_line_rect()
166 rectp -> bottom = rectp->top + char_height; in get_line_rect()
201 char_height = tm.tmHeight + tm.tmExternalLeading; in WndProc()
204 LINES = (client_area.bottom - client_area.top)/char_height; in WndProc()
217 CreateCaret(hwnd, NULL, char_width, char_height); in WndProc()
234 set_position( xpos/char_width, ypos/char_height ); in WndProc()
278 LINES = (client_area.bottom - client_area.top)/char_height; in WndProc()
326 SetCaretPos(last_col * char_width, last_line * char_height); in update_cursor()

12345678910>>...32