Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 207) sorted by relevance

123456789

/GUIX-v6.2.1/test/guix_test/golden_files/
Dguix_all_widgets_16bpp_rotated_rotate_screen.checksum14 DY�KP>��������S
18 �y�N]|��������S
22 ����]|��������S
26 ����]|��������S
30 ���]|��������S
34 ���]|��������S
38 j�s4]|��������S
42 j�s4]|��������S
46 �O-�]|��������S
50 �O-�]|��������S
[all …]
Dguix_all_widgets_canvas_copy_blend.checksum14 ���G=��������S�P
18 ���G=��������S�P
22 ���=��������S�P
26 �Ώ�=��������S�P
30 r]=��������S�P
34 �2=��������S�P
38 a�0=��������S�P
42 �uԀ=��������S�P
46 ��vd=��������S�P
50 ���=��������S�P
[all …]
Dguix_all_widgets_1bpp_text_screen.checksum14 �V�������Sg<�&
18 ��ph�����Sg<�&
22 �H������Sg<�&
26 ^�w�����Sg<�&
30 [O������Sg<�&
34 s慿�����Sg<�&
39 V������Sg<�&
43 �,F������Sg<�&
47 P������Sg<�&
51 ���F�����Sg<�&
[all …]
Dguix_565rgb_palette_pixelmap_draw.checksum14 �o���X�S���V
19 ��X�S���V
23 XPg��X�S���V
27 T3s ��X�S���V
31 c"����X�S���V
35 ��ʾ��X�S���V
39 e�(!��X�S���V
43 G ����X�S���V
47 1�����X�S���V
51 1�����X�S���V
Dguix_vertical_list_selected_set.checksum14 ݁��P���������S
18 �'�] ��������S
22 ��] ��������S
26 ���B] ��������S
30 �!�] ��������S
34 ��b�] ��������S
38 ܪ ] ��������S
42 H��] ��������S
46 H��] ��������S
Dguix_generic_wide_arc_draw.checksum14 �$O=��������`S
18 �3��=��������`S
22 ��%9=��������`S
27 wa�=��������`S
31 R�J}=��������`S
35 ^ċF=��������`S
39 � /�=��������`S
43 �Ȃ=��������`S
47 �Ȃ=��������`S
Dguix_all_widgets_single_line_text_input_mark.checksum14 XP��=���������S
18 XP��=���������S
22 4�:s=���������S
26 4�:s=���������S
30 �+c�=���������S
34 LZ?�=���������S
38 LZ?�=���������S
42 �+c�=���������S
Dguix_4444argb_pixelmap_draw.checksum14 4�1����S���tV
18 S.���S���tV
22 S.���S���tV
26 S.���S���tV
Dguix_synergy_glyph_draw_32bpp.checksum14 :jm�?�������e�S
18 �B�ǻ������e�S
22 ���ǻ������e�S
26 ���ǻ������e�S
30 ����ǻ������e�S
34 �����ǻ������e�S
Dguix_all_widgets_4bpp_shapes_screen_ellipse.checksum27 S���������y
44 S���������y
53 S���������y
70 S���������y
87 S���������y
96 S���������y
113 S���������y
130 S���������y
139 S���������y
156 S���������y
[all …]
Dguix_circular_gauge_16bpp.checksum14 _�������S���V
18 t/8������S���V
23 ������S���V
27 t/8������S���V
31 t/8������S���V
Dguix_palette_16bpp.checksum14 ��1w�ObK�%S��nhV
18 T��w�ObK�%S��nhV
22 H�*��ObK�%S��nhV
26 ��V�ObK�%S��nhV
Dguix_vertical_list_set_32bpp.checksum26 �S]��������2rH
70 �g�S]��������2rH
107 �ݬS]��������2rH
140 B�]S]��������2rH
144 B�]S]��������2rH
Dguix_vertical_list_child_height.checksum14 +���P��������x,S
18 � �]�������x,S
22 W��]�������x,S
Dguix_ml_text_input_property.checksum22 X�1S�G�������_�"
30 X�1S�G�������_�"
34 �S��G�������_�"
Dguix_multi_line_text_input_cursor_draw_24xrgb.checksum908 S�>2=��������z�
912 S�>2=��������z�
948 S�>2=��������z�
988 S�>2=��������z�
1028 S�>2=��������z�
1068 S�>2=��������z�
1108 S�>2=��������z�
1148 S�>2=��������z�
1188 S�>2=��������z�
1228 S�>2=��������z�
[all …]
Dguix_sprite.checksum22 S� =��������/��
46 S� =��������/��
70 S� =��������/��
Dguix_utility_4444argb_pixelmap_rotate.checksum46S���t#bP�?��n�V
50S���t#bP�?��n�V
62 S$�L�t#bP�?��n�V
66 S$�L�t#bP�?��n�V
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dsubmodule.h95 #define GIT_SUBMODULE_STATUS_IS_UNMODIFIED(S) \ argument
96 (((S) & ~GIT_SUBMODULE_STATUS__IN_FLAGS) == 0)
98 #define GIT_SUBMODULE_STATUS_IS_INDEX_UNMODIFIED(S) \ argument
99 (((S) & GIT_SUBMODULE_STATUS__INDEX_FLAGS) == 0)
101 #define GIT_SUBMODULE_STATUS_IS_WD_UNMODIFIED(S) \ argument
102 (((S) & (GIT_SUBMODULE_STATUS__WD_FLAGS & \
105 #define GIT_SUBMODULE_STATUS_IS_WD_DIRTY(S) \ argument
106 (((S) & (GIT_SUBMODULE_STATUS_WD_INDEX_MODIFIED | \
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_1555xrgb.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_565rgb.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_24xrgb.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_8bit_palette.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_565rgb_rotated_ccw.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_565rgb_rotated_cw.pbw213 "ID": "c:@S@GX_STRING_STRUCT",
224 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_ptr",
238 "ID": "c:@S@GX_STRING_STRUCT@FI@gx_string_length",
7607 "ID": "c:@S@GX_POINT_STRUCT",
7618 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_x",
7632 "ID": "c:@S@GX_POINT_STRUCT@FI@gx_point_y",
7665 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT",
7676 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_xi",
7690 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dx",
7704 "ID": "c:@S@GX_POLYGON_EDGE_STRUCT@FI@gx_polygon_edge_dy",
[all …]

123456789