/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 721 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 730 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply() 733 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply() 742 FT_Pos delta, xx, yy; in FT_Matrix_Invert() local 749 delta = FT_MulFix( matrix->xx, matrix->yy ) - in FT_Matrix_Invert() 759 yy = matrix->yy; in FT_Matrix_Invert() 761 matrix->xx = FT_DivFix( yy, delta ); in FT_Matrix_Invert() 762 matrix->yy = FT_DivFix( xx, delta ); in FT_Matrix_Invert() 775 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local 786 yy = FT_MulDiv( a->yx, b->xy, val ) + FT_MulDiv( a->yy, b->yy, val ); in FT_Matrix_Multiply_Scaled() [all …]
|
A D | ftlcdfil.c | 111 FT_UInt val1, yy; in _ft_lcd_filter_fir() local 129 for ( yy = 2; yy < height; yy++ ) in _ft_lcd_filter_fir()
|
A D | ftsynth.c | 67 transform.yy = 0x10000L; in FT_GlyphSlot_Oblique()
|
A D | ftoutln.c | 695 FT_MulFix( vector->y, matrix->yy ); in FT_Vector_Transform()
|
A D | ftobjs.c | 510 internal->transform_matrix.yy = 0x10000L; in FT_Set_Transform() 519 matrix->yy != 0x10000L ) in FT_Set_Transform() 2264 internal->transform_matrix.yy = 0x10000L; in FT_Open_Face()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | missing | 247 rm -f lex.yy.c 254 cp "$SRCFILE" lex.yy.c 259 if test ! -f lex.yy.c; then 260 echo 'main() { return 0; }' >lex.yy.c
|
A D | SDL_gfxPrimitives.c | 4094 Sint16 xp, yp, xs, ys, dyt, od, xx, yy, xc2, yc2; in aaellipseColor() local 4236 yy = yc2 - yp; in aaellipseColor() 4237 result |= pixelColorWeightNolock(dst, xp, yy, color, iweight); in aaellipseColor() 4238 result |= pixelColorWeightNolock(dst, xx, yy, color, iweight); in aaellipseColor() 4240 yy = yc2 - ys; in aaellipseColor() 4241 result |= pixelColorWeightNolock(dst, xp, yy, color, weight); in aaellipseColor() 4242 result |= pixelColorWeightNolock(dst, xx, yy, color, weight); in aaellipseColor() 4288 yy = yc2 - yp; in aaellipseColor() 4292 result |= pixelColorWeightNolock(dst, xp, yy, color, iweight); in aaellipseColor() 4300 result |= pixelColorWeightNolock(dst, xs, yy, color, weight); in aaellipseColor() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | missing | 247 rm -f lex.yy.c 254 cp "$SRCFILE" lex.yy.c 259 if test ! -f lex.yy.c; then 260 echo 'main() { return 0; }' >lex.yy.c
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.c | 644 FT_Fixed temp = FT_ABS( matrix->yy ); in cff_face_init() 654 matrix->yy = FT_DivFix( matrix->yy, temp ); in cff_face_init() 712 temp = FT_ABS( matrix->yy ); in cff_face_init() 721 matrix->yy = FT_DivFix( matrix->yy, temp ); in cff_face_init()
|
A D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
A D | cffparse.c | 548 matrix->yy = 0x10000L; in cff_parse_font_matrix() 558 matrix->yy = cff_parse_fixed_scaled( data++, scaling ); in cff_parse_font_matrix() 568 (double)matrix->yy / *upm / 65536, in cff_parse_font_matrix()
|
A D | cffload.c | 1328 top->font_matrix.yy = 0x10000L; in cff_subfont_load()
|
/AliOS-Things-master/components/freetype/include/ |
A D | fttypes.h | 384 FT_Fixed yx, yy; member
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 587 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local 634 xx = yy = 0x10000L; in TT_Load_Composite_Glyph() 640 yy = xx; in TT_Load_Composite_Glyph() 645 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; in TT_Load_Composite_Glyph() 652 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; in TT_Load_Composite_Glyph() 658 subglyph->transform.yy = yy; in TT_Load_Composite_Glyph() 1102 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy in TT_Process_Composite_Component() 1103 : -subglyph->transform.yy; in TT_Process_Composite_Component() 1123 FT_Fixed mac_yscale = FT_Hypot( subglyph->transform.yy, in TT_Process_Composite_Component()
|
A D | ttobjs.h | 194 FT_Fixed yx, yy; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | test_ref.ppm | 4 …yy���������ƈ��������������������������������������������������������������������������������������…
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modframebuf.c | 205 for (unsigned int yy = y; yy < y + h; yy++) { in gs2_hmsb_fill_rect() local 206 gs2_hmsb_setpixel(fb, xx, yy, col); in gs2_hmsb_fill_rect()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 1814 for( yy = 0; yy < h; yy++ ) in putcontig8bitYCbCrGenericTile() 1817 int y_line_group = yy / v_group; in putcontig8bitYCbCrGenericTile() 1818 int y_remainder = yy - y_line_group * v_group; in putcontig8bitYCbCrGenericTile()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.c | 430 if ( font_matrix.xx != 0x10000L || font_matrix.yy != font_matrix.xx || in T1_Load_Glyph()
|
A D | t1driver.c | 216 val = type1->font_matrix.yy; in t1_ps_get_font_value()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrobjs.c | 418 font_matrix.yy = face->log_font.matrix[3] << 8; in pfr_slot_load()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidload.c | 203 matrix->yy = temp[3]; in cid_parse_font_matrix()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 298 matrix->yy = temp[3]; in t42_parse_font_matrix()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | minisblack-1c-8b.pgm | 77 …�������������������������b$,LZdppllehuvnc_bit||uqtqw}����������ymfflow{yy~~}�����������������…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …yy�v��r��r��r��r��t|�sv�ps�pl�ig�eby\\lQU_GMP;ED0A<)>3-<3,92*41(01).1(+1'+0)/0*2/*6,*:*+@'+D%+G$+H… 5 …�ۥ�ڦ�٥�֣�Ң�С�͞�ɗ������y�mrvghlc_`e[ZlYUtUP�UL�VK�RG�ZN�ZP�\S�md�|t�~����xy�yy�ab�PQ�EE�YV�61�1(�5(…
|