- pKW_CopyRect
alias pKW_CopyRect = void function(const KW_Rect* src, KW_Rect* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_MarginRect
alias pKW_MarginRect = void function(const KW_Rect* outer, KW_Rect* inner, int margin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectCalculateEnclosingRect
alias pKW_RectCalculateEnclosingRect = void function(const KW_Rect** rects, uint count, KW_Rect* outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectCenterInParent
alias pKW_RectCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectFillParentHorizontally
alias pKW_RectFillParentHorizontally = void function(const KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectFillParentVertically
alias pKW_RectFillParentVertically = void function(const KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectHorizontallyCenterInParent
alias pKW_RectHorizontallyCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectLayoutHorizontally
alias pKW_RectLayoutHorizontally = void function(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectLayoutVertically
alias pKW_RectLayoutVertically = void function(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_RectVerticallyCenterInParent
alias pKW_RectVerticallyCenterInParent = void function(const KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_SetRect
alias pKW_SetRect = void function(KW_Rect* rect, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pKW_ZeroRect
alias pKW_ZeroRect = void function(KW_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_CopyRect
void KW_CopyRect(KW_Rect* src, KW_Rect* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_MarginRect
void KW_MarginRect(KW_Rect* outer, KW_Rect* inner, int margin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectCalculateEnclosingRect
void KW_RectCalculateEnclosingRect(KW_Rect** rects, uint count, KW_Rect* outer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectCenterInParent
void KW_RectCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectFillParentHorizontally
void KW_RectFillParentHorizontally(KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectFillParentVertically
void KW_RectFillParentVertically(KW_Rect* outer, KW_Rect** rects, uint* weights, uint count, int padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectHorizontallyCenterInParent
void KW_RectHorizontallyCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectLayoutHorizontally
void KW_RectLayoutHorizontally(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectLayoutVertically
void KW_RectLayoutVertically(KW_Rect** rects, uint count, int padding, int _align)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_RectVerticallyCenterInParent
void KW_RectVerticallyCenterInParent(KW_Rect* outer, KW_Rect* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_SetRect
void KW_SetRect(KW_Rect* rect, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- KW_ZeroRect
void KW_ZeroRect(KW_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.