Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c721 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 Dftlcdfil.c111 FT_UInt val1, yy; in _ft_lcd_filter_fir() local
129 for ( yy = 2; yy < height; yy++ ) in _ft_lcd_filter_fir()
A Dftsynth.c67 transform.yy = 0x10000L; in FT_GlyphSlot_Oblique()
A Dftoutln.c695 FT_MulFix( vector->y, matrix->yy ); in FT_Vector_Transform()
A Dftobjs.c510 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 Dmissing247 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 DSDL_gfxPrimitives.c4094 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 Dmissing247 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 Dcffobjs.c644 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 Dcffobjs.h107 FT_Fixed yx, yy; member
A Dcffparse.c548 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 Dcffload.c1328 top->font_matrix.yy = 0x10000L; in cff_subfont_load()
/AliOS-Things-master/components/freetype/include/
A Dfttypes.h384 FT_Fixed yx, yy; member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c587 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 Dttobjs.h194 FT_Fixed yx, yy; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dtest_ref.ppm4yy���������ƈ��������������������������������������������������������������������������������������…
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c205 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 Dtif_getimage.c1814 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 Dt1gload.c430 if ( font_matrix.xx != 0x10000L || font_matrix.yy != font_matrix.xx || in T1_Load_Glyph()
A Dt1driver.c216 val = type1->font_matrix.yy; in t1_ps_get_font_value()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c418 font_matrix.yy = face->log_font.matrix[3] << 8; in pfr_slot_load()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidload.c203 matrix->yy = temp[3]; in cid_parse_font_matrix()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c298 matrix->yy = temp[3]; in t42_parse_font_matrix()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Dminisblack-1c-8b.pgm77 …�������������������������b$,LZdppllehuvnc_bit||uqtqw}����������ymfflow{yy~~}�����������������…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4yy�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(…

Completed in 74 milliseconds

12