Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VincentWei/MiniGUI
/ functions
Functions
8,131 in github.com/VincentWei/MiniGUI
⨍
Functions
8,131
◇
Types & classes
1,682
↓ 32 callers
Function
_mem_set_pixel
src/include/dc.h:445
↓ 31 callers
Function
GetTickCount
src/kernel/timer.c:479
↓ 31 callers
Function
fixtoi
* \fn int fixtoi (fixed x) * \brief Converts an fixed point value to an integer. * * This function converts the fixed point \a x to an integer. *
include/fixedmath.h:363
↓ 31 callers
Function
list_empty
* list_empty - tests whether a list is empty * @head: the list to test. */
src/include/list.h:155
↓ 31 callers
Function
mmap
mmap for windows */
src/libc/malloc.c:5416
↓ 30 callers
Function
DPRINTF
src/control/scrollbar.c:70
↓ 30 callers
Function
FillBoxWithBitmapPart
src/newgdi/bitmap.c:961
↓ 30 callers
Function
GAL_ReallocFormat
src/newgal/pixels.c:264
↓ 30 callers
Function
NormalizeRect
src/newgdi/rect.c:79
↓ 30 callers
Function
line_a2b
src/control/newtoolbar.c:103
↓ 30 callers
Function
list_add_tail
* list_add_tail - add a new_entry entry * @new_entry: new_entry entry to be added * @head: list head to add it before * * Insert a new_entry entry
src/include/list.h:112
↓ 29 callers
Function
calc_achar_pos_cx
src/control/bidiedit.c:742
↓ 29 callers
Function
calc_charpos_cx
src/control/edit.c:571
↓ 29 callers
Function
ftofix
* \fn fixed ftofix (double x) * \brief Converts a float point value to a fixed point value. * * This function converts the specified float point va
include/fixedmath.h:185
↓ 29 callers
Function
sem_wait
src/libc/ose_sem.c:134
↓ 29 callers
Function
snprintf
src/misc/nposix.c:638
↓ 28 callers
Function
NotifyParentEx
Since 5.0.0, we use NotifyWindow to send the notification to the parent */
src/control/ctrlmisc.c:239
↓ 28 callers
Function
get_cell_rect
src/ex_ctrl/gridview.c:201
↓ 28 callers
Function
get_varnum
scripts/tkparse.c:84
↓ 27 callers
Function
Ping
src/misc/misc.c:1356
↓ 26 callers
Function
DrawIcon
src/newgdi/icon.c:623
↓ 26 callers
Function
lstGetItem
src/control/listbox.c:516
↓ 25 callers
Function
AddClipRect
Adds a rectangle to a region */
src/newgdi/region.c:1357
↓ 25 callers
Function
DestroyLogFont
src/font/logfont.c:514
↓ 25 callers
Function
GetParent
src/gui/window.c:2994
↓ 25 callers
Function
SetRectEmpty
* \fn void SetRectEmpty (RECT* prc) * \brief Empties a rectangle. * * This function empties the rectangle pointed to by \a prc. * An empty rectang
include/gdi.h:6222
↓ 25 callers
Function
_dc_which_region_ban
find the ban in which the scanline lies */
src/newgdi/pixel_ops.c:123
↓ 25 callers
Function
get_zorder_info
src/kernel/desktop.c:148
↓ 24 callers
Function
GAL_SyncUpdate
src/newgal/video.c:898
↓ 24 callers
Function
GetWindowBkColor
src/gui/window.c:4935
↓ 24 callers
Function
MoveWindow
NOTE: This function is control safe */
src/gui/window.c:5308
↓ 24 callers
Function
coor_DP2SP
src/include/dc.h:338
↓ 24 callers
Function
draw_3dbox
* draw_3dbox: * draw a 3dbox. * param color - the main color of 3dbox * param flag - how to draw the 3dbox (thin or thick frame, filled or *
src/gui/lf_classic.c:444
↓ 24 callers
Function
draw_area_from_bitmap
src/gui/lf_skin.c:372
↓ 24 callers
Function
get_next_uchar
src/newgdi/obsolote/getucharsandbreaks.c:246
↓ 24 callers
Function
get_window_caption
src/gui/lf_common.h:137
↓ 24 callers
Function
mnuHiliteMenuItem
src/gui/menu.c:3144
↓ 24 callers
Function
pthread_mutex_init
src/libc/psos_mutex.c:191
↓ 24 callers
Function
set_highlight_cells
src/ex_ctrl/gridview.c:778
↓ 24 callers
Function
unlock_zi_for_change
src/kernel/desktop.c:607
↓ 23 callers
Function
DestroyAllControls
src/gui/dialog.c:68
↓ 23 callers
Function
DoesIntersect
src/newgdi/rect.c:123
↓ 23 callers
Function
EndDialog
src/gui/dialog.c:225
↓ 23 callers
Function
break_next_uchar
src/font/unicode-break.c:1446
↓ 23 callers
Function
gui_Control
since 5.0.0, moved to ctrlclass.h as inline */
src/gui/ctrlclass.c:155
↓ 23 callers
Function
pthread_create
Create a thread. */
src/libc/psos_pthread.c:402
↓ 22 callers
Function
EnableScrollBar
src/gui/window.c:3352
↓ 22 callers
Function
SetWindowAdditionalData2
src/gui/window.c:5117
↓ 22 callers
Function
_gdi_start_new_line
src/newgdi/glyph.c:3133
↓ 22 callers
Function
edtSetCaretPos
* set caret position according to the current edit position. */
src/control/bidiedit.c:763
↓ 22 callers
Function
mlsSetSlaveScreenInfo
src/newgal/mlshadow/mlshadow-ths.c:277
↓ 22 callers
Function
resolve_lbc
src/newgdi/obsolote/getucharsandbreaks.c:289
↓ 21 callers
Function
ExcludeClipRect
src/newgdi/clip.c:67
↓ 21 callers
Function
RGB2Pixel
* \fn gal_pixel GUIAPI RGB2Pixel (HDC hdc, Uint8 r, Uint8 g, Uint8 b) * \brief Get the pixel value from a color in RGB triple under a DC. * * This
include/gdi.h:3484
↓ 21 callers
Function
ReleaseCapture
src/gui/window.c:2921
↓ 21 callers
Function
__mg_send2client
src/server/client.c:239
↓ 21 callers
Function
calc_we_area
src/gui/lf_fashion.c:2024
↓ 21 callers
Function
edtSetCaretPos
* set caret position according to the current edit position. */
src/control/edit.c:593
↓ 21 callers
Function
lock_zi_for_change
src/kernel/desktop.c:601
↓ 21 callers
Function
pthread_testcancel
src/libc/psos_pthread.c:1419
↓ 21 callers
Function
resolve_lbc
src/font/unicode-break.c:294
↓ 21 callers
Function
syntax_error
* Report a syntax error. */
scripts/tkparse.c:68
↓ 21 callers
Function
uc_in_range
src/font/unicode-arabic-shapping-tables.h:172
↓ 20 callers
Function
GetMgEtcIntValue
* \fn static inline int GetMgEtcIntValue (const char *pSection, const char* pKey, int *value) * \brief Get integer value from
include/minigui.h:3429
↓ 20 callers
Function
UpdateWindow
Main window creation ****************************/
src/gui/window.c:4645
↓ 20 callers
Function
get_window_scrollbar
src/gui/lf_common.h:147
↓ 20 callers
Function
gui_fill_box_with_bitmap_part_except_incompatible
DK: [12/23/09] #Bug4289 * Fill target DC area with a part of resource BITMAP as much as possible, * except the resource BITMAP is not comatible with
src/gui/lf_common.c:106
↓ 20 callers
Function
miPolyBuildEdge
src/newgdi/miwideline.c:225
↓ 20 callers
Function
pthread_mutex_destroy
src/libc/psos_mutex.c:242
↓ 20 callers
Function
set_current_cell
src/ex_ctrl/gridview.c:794
↓ 19 callers
Function
GAL_CreateRGBSurface
Public routines */ * Create an empty RGB surface of the appropriate depth */
src/newgal/surface.c:68
↓ 19 callers
Function
GAL_GetRGBA
src/newgal/pixels.c:445
↓ 19 callers
Function
MainWindowCleanup
src/gui/window.c:4153
↓ 19 callers
Function
SetCapture
src/gui/window.c:2902
↓ 19 callers
Function
ShowCaret
* \fn BOOL GUIAPI ShowCaret (HWND hWnd) * \brief Shows a caret. * * This function makes the caret visible on the screen at the caret's * current p
include/window.h:10675
↓ 19 callers
Function
_gdi_get_glyph_advance
src/newgdi/drawtext.h:74
↓ 19 callers
Function
checkAndGetMainWinIfMainWin
Since 5.0.0, moved to internals.h as inline functions */
src/gui/window.c:2928
↓ 19 callers
Function
global
* Output a "global" line for a given variable. Also include the * call to "vfix". (If vfix is not needed, then it's fine to just printf * a "globa
scripts/tkgen.c:277
↓ 19 callers
Function
kernel_QueueMessage
post a message to a message queue */
src/kernel/message.c:410
↓ 18 callers
Function
CreateLogFont
src/font/logfont.c:404
↓ 18 callers
Function
FillCircle
src/newgdi/arc.c:211
↓ 18 callers
Function
IncludeWindowStyle
src/gui/window.c:5038
↓ 18 callers
Function
SubtractClipRect
src/newgdi/region.c:1428
↓ 18 callers
Function
SyncUpdateDC
src/newgdi/gdi.c:4071
↓ 18 callers
Function
__kernel_get_next_znode
src/kernel/desktop.c:1061
↓ 18 callers
Function
_gdi_draw_one_glyph
src/newgdi/glyph.c:2893
↓ 18 callers
Function
break_push_back
src/font/unicode-break.c:1348
↓ 18 callers
Function
gbctxt_push_back
src/newgdi/obsolote/getucharsandbreaks.c:1347
↓ 18 callers
Function
pthread_attr_init
src/libc/psos_pthread.c:834
↓ 18 callers
Function
show_hide_page
src/control/propsheet.c:150
↓ 17 callers
Function
BitBlt
src/newgdi/bitmap.c:1091
↓ 17 callers
Function
DeleteMemDC
src/newgdi/gdi.c:3733
↓ 17 callers
Function
GetSysCharWidth
src/font/sysfont.c:232
↓ 17 callers
Function
GetWindowRect
src/gui/window.c:5201
↓ 17 callers
Function
KillTimer
If id == 0, clear all timers of the window */
src/kernel/timer.c:347
↓ 17 callers
Function
PopupMenuTrackProc
src/gui/menu.c:4116
↓ 17 callers
Function
SetWindowMask
src/gui/window.c:6793
↓ 17 callers
Function
__mg_ime_outchar
obsolete/ime/hzinput.c:1417
↓ 17 callers
Function
bmpSetBitsInLine
src/mybmp/lbm.c:64
↓ 17 callers
Function
get_string
* Get a string. */
scripts/tkparse.c:108
← previous
next →
101–200 of 8,131, ranked by callers