Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/GUIX-v6.2.1/test/guix_test/golden_files/
Dguix_all_widgets_8bpp_rotated_ccw_line_draw.checksum14 ���_P^�������x�b
18 y*b�]��������x�b
22 +�m�]��������x�b
26 �>]��������x�b
30 V�ʖ]��������x�b
34 ����]��������x�b
38 ���]��������x�b
42 ��J�]��������x�b
46 | ��]��������x�b
50 �8y]��������x�b
Dguix_text_button_24xrgb.checksum14 ����������b�7
18 ��'��w�������b�7
23 l�w�������b�7
27 �X��w�������b�7
31 �m��w�������b�7
36 l�w�������b�7
41 l�w�������b�7
46 l�w�������b�7
Dguix_all_widgets_drop_list_event_process.checksum14 6#��=��������b��
18 R<=��������b��
22 ��=��������b��
26 6#��=��������b��
30 ��=��������b��
34 6#��=��������b��
38 ��=��������b��
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftcalc.h48 FT_Int32 b ) in FT_MulFix_arm() argument
55 smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ in FT_MulFix_arm()
81 FT_Int32 b ) in FT_MulFix_arm() argument
99 : "r"(a), "r"(b) in FT_MulFix_arm()
117 FT_Int32 b ) in FT_MulFix_i386() argument
132 : "=a"(result), "=d"(b) in FT_MulFix_i386()
133 : "a"(a), "d"(b) in FT_MulFix_i386()
153 FT_Int32 b ) in FT_MulFix_i386() argument
160 mov edx, b in FT_MulFix_i386()
186 FT_Int32 b ) in FT_MulFix_x86_64() argument
[all …]
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
DNormalizationTest.txt591 1D47;1D47;1D47;0062;0062; # (ᵇ; ᵇ; ᵇ; b; b; ) MODIFIER LETTER SMALL B
667 1E03;1E03;0062 0307;1E03;0062 0307; # (ḃ; ḃ; b◌̇; ḃ; b◌̇; ) LATIN SMALL LETTER B WITH DOT ABOVE
669 1E05;1E05;0062 0323;1E05;0062 0323; # (ḅ; ḅ; b◌̣; ḅ; b◌̣; ) LATIN SMALL LETTER B WITH DOT BELOW
671 1E07;1E07;0062 0331;1E07;0062 0331; # (ḇ; ḇ; b◌̱; ḇ; b◌̱; ) LATIN SMALL LETTER B WITH LINE BELOW
1430 249D;249D;249D;0028 0062 0029;0028 0062 0029; # (⒝; ⒝; ⒝; (b); (b); ) PARENTHESIZED LATIN SMALL LET…
1482 24D1;24D1;24D1;0062;0062; # (ⓑ; ⓑ; ⓑ; b; b; ) CIRCLED LATIN SMALL LETTER B
14968 FF42;FF42;FF42;0062;0062; # (b; b; b; b; b; ) FULLWIDTH LATIN SMALL LETTER B
15180 1D41B;1D41B;1D41B;0062;0062; # (��; ��; ��; b; b; ) MATHEMATICAL BOLD SMALL B
15232 1D44F;1D44F;1D44F;0062;0062; # (��; ��; ��; b; b; ) MATHEMATICAL ITALIC SMALL B
15283 1D483;1D483;1D483;0062;0062; # (��; ��; ��; b; b; ) MATHEMATICAL BOLD ITALIC SMALL B
[all …]
/GUIX-v6.2.1/common/inc/
Dgx_api.h1069 #define GX_MEMCPY(a, b, c) memcpy(a, b, c) argument
1093 #define GX_STRCPY(a, b) strcpy(a, b) argument
1097 #define GX_STRCAT(a, b) strcat(a, b) argument
1785 …*gx_display_driver_ellipse_draw)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b);
1788 …river_anti_aliased_ellipse_draw)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b);
1791 …isplay_driver_wide_ellipse_draw)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b);
1794 …_anti_aliased_wide_ellipse_draw)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b);
1797 …*gx_display_driver_ellipse_fill)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b);
3008 #define gx_accordion_menu_create(a, b, c, d, e, f) _gx_accordion_menu_create(a, b, c,… argument
3036 #define gx_button_create(a, b, c, d, e, f) _gx_button_create(a, b, (GX_WIDGET… argument
[all …]
/GUIX-v6.2.1/common/src/
Dgx_display_driver_generic_wide_ellipse_draw.c77 …_driver_generic_wide_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) in _gx_display_driver_generic_wide_ellipse_draw() argument
111 (b <= ((brush_width - 1) >> 1))) in _gx_display_driver_generic_wide_ellipse_draw()
118 ymin = ycenter - b - (brush_width >> 1); in _gx_display_driver_generic_wide_ellipse_draw()
119 ymax = ycenter + b + (brush_width >> 1); in _gx_display_driver_generic_wide_ellipse_draw()
139 y2 = ycenter - b - (brush_width >> 1); in _gx_display_driver_generic_wide_ellipse_draw()
148 y2 = ycenter + b - ((brush_width - 1) >> 1); in _gx_display_driver_generic_wide_ellipse_draw()
158 b -= ((brush_width - 1) >> 1); in _gx_display_driver_generic_wide_ellipse_draw()
161 bb = b * b; in _gx_display_driver_generic_wide_ellipse_draw()
163 y = b; in _gx_display_driver_generic_wide_ellipse_draw()
164 d = (bb << 2) + aa * (1 - (b << 1)); in _gx_display_driver_generic_wide_ellipse_draw()
[all …]
Dgx_display_driver_32bpp_pixelmap_draw.c586 GX_UBYTE b; in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write() local
643 b = (GX_UBYTE)BLUEVAL_32BPP(palette[*get++]); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
645 pixel = (GX_COLOR)ASSEMBLECOLOR_24BPP(r, g, b); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
686 b = (GX_UBYTE)BLUEVAL_32BPP(palette[*get]); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
687 pixel = (GX_COLOR)ASSEMBLECOLOR_24BPP(r, g, b); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
704 b = (GX_UBYTE)BLUEVAL_32BPP(palette[*get]); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
705 pixel = (GX_COLOR)ASSEMBLECOLOR_24BPP(r, g, b); in _gx_display_driver_24xrgb_palette_pixelmap_compressed_write()
778 GX_UBYTE b; in _gx_display_driver_24xrgb_palette_pixelmap_write() local
809 b = (GX_UBYTE)BLUEVAL_32BPP(palette[*get++]); in _gx_display_driver_24xrgb_palette_pixelmap_write()
811 color = (GX_COLOR)ASSEMBLECOLOR_24BPP(r, g, b); in _gx_display_driver_24xrgb_palette_pixelmap_write()
[all …]
Dgx_utility_32argb_pixelmap_rotate.c110 GX_COLOR a, b, c, d; in _gx_utility_32argb_pixelmap_raw_rotate() local
203 b = *(get + 1); in _gx_utility_32argb_pixelmap_raw_rotate()
214 b = 0; in _gx_utility_32argb_pixelmap_raw_rotate()
224 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_32argb_pixelmap_raw_rotate()
256 b = *(get + yy * src -> gx_pixelmap_width + xx + 1); in _gx_utility_32argb_pixelmap_raw_rotate()
264 if (b) in _gx_utility_32argb_pixelmap_raw_rotate()
283 REDVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_32argb_pixelmap_raw_rotate()
288 GREENVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_32argb_pixelmap_raw_rotate()
293 BLUEVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_32argb_pixelmap_raw_rotate()
388 GX_COLOR a, b, c, d; in _gx_utility_32argb_pixelmap_alpha_rotate() local
[all …]
Dgx_display_driver_16bpp_pixelmap_draw.c599 GX_UBYTE b; in _gx_display_driver_565rgb_palette_pixelmap_raw_write() local
624 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get++]) >> 3); in _gx_display_driver_565rgb_palette_pixelmap_raw_write()
625 *put++ = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_palette_pixelmap_raw_write()
693 GX_UBYTE b; in _gx_display_driver_565rgb_palette_pixelmap_transparent_raw_write() local
719 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get]) >> 3); in _gx_display_driver_565rgb_palette_pixelmap_transparent_raw_write()
720 *put = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_palette_pixelmap_transparent_raw_write()
794 GX_UBYTE b; in _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed_write() local
848 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get]) >> 3); in _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed_write()
857 *put = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed_write()
865 pixel = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed_write()
[all …]
Dgx_display_driver_32bpp_pixelmap_rotate.c120 GX_COLOR b; in _gx_display_driver_24xrgb_pixelmap_rotate() local
202 b = *(get + 1); in _gx_display_driver_24xrgb_pixelmap_rotate()
213 b = 0; in _gx_display_driver_24xrgb_pixelmap_rotate()
223 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_24xrgb_pixelmap_rotate()
255 b = *(get + yy * pixelmap -> gx_pixelmap_width + xx + 1); in _gx_display_driver_24xrgb_pixelmap_rotate()
263 if (b) in _gx_display_driver_24xrgb_pixelmap_rotate()
282 REDVAL(b) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_24xrgb_pixelmap_rotate()
287 … GREENVAL(b) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_24xrgb_pixelmap_rotate()
292 BLUEVAL(b) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_24xrgb_pixelmap_rotate()
390 GX_COLOR b; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() local
[all …]
Dgx_canvas_ellipse_draw.c79 UINT _gx_canvas_ellipse_draw(INT xcenter, INT ycenter, INT a, INT b) in _gx_canvas_ellipse_draw() argument
88 … (*outline_function)(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b); in _gx_canvas_ellipse_draw()
98 …tangle_define(&bound, (GX_VALUE)(xcenter - a - brush_width), (GX_VALUE)(ycenter - b - brush_width), in _gx_canvas_ellipse_draw()
99 … (GX_VALUE)(xcenter + a + brush_width), (GX_VALUE)(ycenter + b + brush_width)); in _gx_canvas_ellipse_draw()
167 display -> gx_display_driver_ellipse_fill(context, xcenter, ycenter, a, b); in _gx_canvas_ellipse_draw()
172 outline_function(context, xcenter, ycenter, a, b); in _gx_canvas_ellipse_draw()
Dgx_display_driver_1555xrgb_pixelmap_rotate.c116 USHORT b; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local
192 b = *(get + 1); in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
203 b = 0; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
213 b = *(get + yy * pixelmap -> gx_pixelmap_width); in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
253 b = *(get + yy * pixelmap -> gx_pixelmap_width + xx + 1); in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
261 REDVAL(b) * xdiff * (256 - ydiff) + in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
266 GREENVAL(b) * xdiff * (256 - ydiff) + in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
271 BLUEVAL(b) * xdiff * (256 - ydiff) + in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
369 USHORT b; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() local
450 b = *(get + 1); in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
[all …]
Dgx_display_driver_generic_aliased_wide_ellipse_draw.c84 …generic_aliased_wide_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) in _gx_display_driver_generic_aliased_wide_ellipse_draw() argument
129 (b <= ((brush_width - 1) >> 1))) in _gx_display_driver_generic_aliased_wide_ellipse_draw()
134 ymin = ycenter - b - (brush_width >> 1); in _gx_display_driver_generic_aliased_wide_ellipse_draw()
135 ymax = ycenter + b + (brush_width >> 1); in _gx_display_driver_generic_aliased_wide_ellipse_draw()
162 b -= ((brush_width - 1) >> 1); in _gx_display_driver_generic_aliased_wide_ellipse_draw()
167 b += brush_width - 1; in _gx_display_driver_generic_aliased_wide_ellipse_draw()
171 bb = b * b; in _gx_display_driver_generic_aliased_wide_ellipse_draw()
173 y = b; in _gx_display_driver_generic_aliased_wide_ellipse_draw()
Dgx_utility_1555xrgb_pixelmap_rotate.c108 USHORT a, b, c, d; in _gx_utility_1555xrgb_pixelmap_raw_rotate() local
219 b = *(get + 1); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
230 b = 0; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
240 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
280 b = *(get + yy * src -> gx_pixelmap_width + xx + 1); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
288 REDVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_1555xrgb_pixelmap_raw_rotate()
293 GREENVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_1555xrgb_pixelmap_raw_rotate()
298 BLUEVAL(b) * xdiff * (256 - ydiff) + \ in _gx_utility_1555xrgb_pixelmap_raw_rotate()
396 USHORT a, b, c, d; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() local
513 b = *(get + 1); in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
[all …]
Dgx_utility_4444argb_pixelmap_rotate.c112 USHORT a, b, c, d; in _gx_utility_4444argb_pixelmap_rotate() local
207 b = *(get + 1); in _gx_utility_4444argb_pixelmap_rotate()
211 alpha[1] = ALPHAVAL(b); in _gx_utility_4444argb_pixelmap_rotate()
220 b = 0; in _gx_utility_4444argb_pixelmap_rotate()
229 b = *(get + yy * src -> gx_pixelmap_width); in _gx_utility_4444argb_pixelmap_rotate()
230 alpha[1] = ALPHAVAL(b); in _gx_utility_4444argb_pixelmap_rotate()
269 b = *(get + yy * src -> gx_pixelmap_width + xx + 1); in _gx_utility_4444argb_pixelmap_rotate()
270 alpha[1] = ALPHAVAL(b); in _gx_utility_4444argb_pixelmap_rotate()
278 if (!b) in _gx_utility_4444argb_pixelmap_rotate()
295 REDVAL(b) * alpha[1] * xdiff * (256 - ydiff) + \ in _gx_utility_4444argb_pixelmap_rotate()
[all …]
Dgx_display_driver_16bpp_rotated_pixelmap_draw.c641 GX_UBYTE b; in _gx_display_driver_565rgb_rotated_palette_pixelmap_raw_write() local
684 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get++]) >> 3); in _gx_display_driver_565rgb_rotated_palette_pixelmap_raw_write()
685 *put++ = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_rotated_palette_pixelmap_raw_write()
747 GX_UBYTE b; in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_raw_write() local
792 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get]) >> 3); in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_raw_write()
793 *put = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_raw_write()
860 GX_UBYTE b; in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_compressed_write() local
936 b = (GX_UBYTE)(BLUEVAL_32BPP(palette[*get]) >> 3); in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_compressed_write()
945 *put = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_compressed_write()
953 pixel = (USHORT)ASSEMBLECOLOR_16BPP(r, g, b); in _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_compressed_write()
[all …]
/GUIX-v6.2.1/guix_studio/
Dpalette_creater.cpp166 int r, g, b; in UpdateBox() local
175 for (b = boxp->bmin; b <= boxp->bmax; b++) in UpdateBox()
177 pos = ASSEMBLECOLOR_16BPP(r, g, b); in UpdateBox()
204 if (b < bmin) in UpdateBox()
206 bmin = b; in UpdateBox()
209 if (b > bmax) in UpdateBox()
211 bmax = b; in UpdateBox()
380 int r, g, b; in ComputeColor() local
392 for (b = boxp->bmin; b <= boxp->bmax; b++) in ComputeColor()
394 histp = &histogram[ASSEMBLECOLOR_16BPP(r, g, b)]; in ComputeColor()
[all …]
/GUIX-v6.2.1/samples/demo_guix_calculator/
Devaluate.c72 double calculate(double a, char operation, double b) in calculate() argument
77 return a + b; in calculate()
80 return a - b; in calculate()
83 return a * b; in calculate()
86 return a / b; in calculate()
113 double num, ans, a, b; in evaluate() local
182 popOperand(&stack_operand, &b); in evaluate()
185 ans = calculate(a, operation, b); in evaluate()
201 popOperand(&stack_operand, &b); in evaluate()
204 ans = calculate(a, operation, b); in evaluate()
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_graphics_ellipse_32bpp.c102 for(b = 5; b < 200; b += 30) in control_thread_entry()
110 if((a < 30) || (b < 30)) in control_thread_entry()
131 …map_fill:%d, alpha:%d, compress: %d, brush_alpha: %d, anti_aiased: %d ", a, b, brush_width, solid_… in control_thread_entry()
155 b = 100; in control_thread_entry()
161 b = 0; in control_thread_entry()
167 b = 100; in control_thread_entry()
Dvalidation_guix_generic_wide_ellipse_draw.c81 b = 5; in control_thread_entry()
88 b = 100; in control_thread_entry()
95 b = 275; in control_thread_entry()
101 b = (brush_width - 1) >> 1; in control_thread_entry()
108 b = 200; in control_thread_entry()
118 xcenter, ycenter, a, b, brush_width); in control_thread_entry()
Dvalidation_guix_generic_aliased_wide_ellipse_draw.c82 b = 2; in control_thread_entry()
83 sprintf(test_comment, "brush_width = %d, a = %d, b = %d", brush_width, a, b); in control_thread_entry()
88 b = 300; in control_thread_entry()
89 sprintf(test_comment, "brush_width = %d, a = %d, b = %d", brush_width, a, b); in control_thread_entry()
95 …t, "brush_width = %d, a = %d, b = %d, set gx_display_driver_ellipse_fill NULL", brush_width, a, b); in control_thread_entry()
/GUIX-v6.2.1/test/guix_studio_test/test_demo/
Dset_project_lib_version.py56 if b'<guix_version>' in line:
57 start = line.find(b'>')
58 end = line.find(b'</')
70 if b'<guix_version>' in line:
71 start = line.find(b'>')
72 end = line.find(b'</')
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h1088 #define tx_block_pool_create(p,n,b,s,l) _txr_block_pool_create((p),(n),(b),(s),(l),(siz… argument
1200 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… argument
1816 #define TX_MEMSET(a,b,c) _tx_misra_memset((a), (UINT) (b), (UINT) (c… argument
1817 #define TX_UCHAR_POINTER_ADD(a,b) _tx_misra_uchar_pointer_add((UCHAR *) (a), … argument
1818 #define TX_UCHAR_POINTER_SUB(a,b) _tx_misra_uchar_pointer_sub((UCHAR *) (a), … argument
1819 #define TX_UCHAR_POINTER_DIF(a,b) _tx_misra_uchar_pointer_dif((UCHAR *) (a), … argument
1820 #define TX_ULONG_POINTER_ADD(a,b) _tx_misra_ulong_pointer_add((ULONG *) (a), … argument
1821 #define TX_ULONG_POINTER_SUB(a,b) _tx_misra_ulong_pointer_sub((ULONG *) (a), … argument
1822 #define TX_ULONG_POINTER_DIF(a,b) _tx_misra_ulong_pointer_dif((ULONG *) (a), … argument
1826 …TX_TIMER_POINTER_DIF(a,b) _tx_misra_timer_pointer_dif((TX_TIMER_INTERNAL **)… argument
[all …]
/GUIX-v6.2.1/ports/win32/src/
Dgx_win32_display_driver_332rgb.c70 INT b = 0; in win32_332rgb_bitmap_header_create() local
103 for (b = 0; b < 4; b++) in win32_332rgb_bitmap_header_create()
105 blue = b << 6; in win32_332rgb_bitmap_header_create()

12345678910>>...15