Home
last modified time | relevance | path

Searched refs:within (Results 1 – 16 of 16) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgxe_utility_rectangle_center.c73 UINT _gxe_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within) in _gxe_utility_rectangle_center() argument
76 if ((rectangle == GX_NULL) || (within == GX_NULL)) in _gxe_utility_rectangle_center()
84 (within -> gx_rectangle_left > within -> gx_rectangle_right) || in _gxe_utility_rectangle_center()
85 (within -> gx_rectangle_top > within -> gx_rectangle_bottom)) in _gxe_utility_rectangle_center()
91 return(_gx_utility_rectangle_center(rectangle, within)); in _gxe_utility_rectangle_center()
Dgx_utility_rectangle_center.c71 UINT _gx_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within) in _gx_utility_rectangle_center() argument
79 x_space = (((within -> gx_rectangle_right - in _gx_utility_rectangle_center()
80 within -> gx_rectangle_left) + 1) - in _gx_utility_rectangle_center()
84 y_space = (((within -> gx_rectangle_bottom - in _gx_utility_rectangle_center()
85 within -> gx_rectangle_top) + 1) - in _gx_utility_rectangle_center()
89 x_delta = within -> gx_rectangle_left + x_space - rectangle -> gx_rectangle_left; in _gx_utility_rectangle_center()
90 y_delta = within -> gx_rectangle_top + y_space - rectangle -> gx_rectangle_top; in _gx_utility_rectangle_center()
/GUIX-v6.4.1/test/example_internal/common_resources/fonts/
DNotoSansHans-Regular-readme.txt65 subsequently incorporated within the Work.
85 or a Contribution incorporated within the Work constitutes direct
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
113 as part of the Derivative Works; within the Source form or
115 within a display generated by the Derivative Works, if and
119 notices within Derivative Works that You distribute, alongside
188 identification within third-party archives.
DItalica Vetus 1-201-readme.txt61 in the appropriate machine-readable metadata fields within text or
DVarelaRound-Regular-readme.txt39 …-readable headers or in the appropriate machine-readable metadata fields within text or binary fil…
DThabit-readme.txt82 in the appropriate machine-readable metadata fields within text or
/GUIX-v6.4.1/test/guix_studio_test/fonts/
DNotoSansHans-Regular-readme.txt65 subsequently incorporated within the Work.
85 or a Contribution incorporated within the Work constitutes direct
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
113 as part of the Derivative Works; within the Source form or
115 within a display generated by the Derivative Works, if and
119 notices within Derivative Works that You distribute, alongside
188 identification within third-party archives.
DItalica Vetus 1-201-readme.txt61 in the appropriate machine-readable metadata fields within text or
DVarelaRound-Regular-readme.txt39 …-readable headers or in the appropriate machine-readable metadata fields within text or binary fil…
DThabit-readme.txt82 in the appropriate machine-readable metadata fields within text or
/GUIX-v6.4.1/common/inc/
Dgx_utility.h300 UINT _gx_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within);
352 UINT _gxe_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within);
Dgx_api.h4357 UINT _gx_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within);
5835 UINT _gxe_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within);
/GUIX-v6.4.1/fonts/
DNotoSansCJKsc-Regular_license.txt63 in the appropriate machine-readable metadata fields within text or
/GUIX-v6.4.1/tutorials/demo_guix_runtime_bidi_text/fonts/
DThabit-readme.txt82 in the appropriate machine-readable metadata fields within text or
/GUIX-v6.4.1/test/
DREADME.md466 …le facilitates the sending of messages to individual function components within GUIX Studio. Utili…
/GUIX-v6.4.1/docs/
Drevision_history.txt124 … processing to not generate a button-clicked event if the PEN_UP is not within the button boundry.