code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/***************************************************************************/ /* */ /* ftsystem.c */ /* */ /* AN...
YifuLiu/AliOS-Things
components/freetype/src/base/ftsystem.c
C
apache-2.0
14,001
/***************************************************************************/ /* */ /* fttrigon.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/base/fttrigon.c
C
apache-2.0
11,292
/***************************************************************************/ /* */ /* fttype1.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/base/fttype1.c
C
apache-2.0
3,468
/***************************************************************************/ /* */ /* ftutil.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/base/ftutil.c
C
apache-2.0
11,027
/***************************************************************************/ /* */ /* ftwinfnt.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/base/ftwinfnt.c
C
apache-2.0
1,866
/***************************************************************************/ /* */ /* ftxf86.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/base/ftxf86.c
C
apache-2.0
1,618
/* * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. * MD5 Message-Digest Algorithm (RFC 1321). * * Homepage: * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 * * Author: * Alexander Peslyak, better known as Solar Designer <solar at openwall.com> * * ...
YifuLiu/AliOS-Things
components/freetype/src/base/md5.c
C
apache-2.0
8,587
/* * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. * MD5 Message-Digest Algorithm (RFC 1321). * * Homepage: * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 * * Author: * Alexander Peslyak, better known as Solar Designer <solar at openwall.com> * * ...
YifuLiu/AliOS-Things
components/freetype/src/base/md5.h
C
apache-2.0
1,410
# # FreeType 2 base layer configuration rules # # Copyright 1996-2000, 2002-2009, 2013 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing ...
YifuLiu/AliOS-Things
components/freetype/src/base/rules.mk
Makefile
apache-2.0
2,966
/* bdf.c FreeType font driver for bdf files Copyright (C) 2001, 2002 by Francesco Zappa Nardelli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdf.c
C
apache-2.0
1,255
/* * Copyright 2000 Computing Research Labs, New Mexico State University * Copyright 2001-2004, 2011 Francesco Zappa Nardelli * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without r...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdf.h
C
apache-2.0
10,935
/* bdfdrivr.c FreeType font driver for bdf files Copyright (C) 2001-2008, 2011, 2013, 2014 by Francesco Zappa Nardelli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restri...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdfdrivr.c
C
apache-2.0
24,585
/* bdfdrivr.h FreeType font driver for bdf fonts Copyright (C) 2001, 2002, 2003, 2004 by Francesco Zappa Nardelli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, in...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdfdrivr.h
C
apache-2.0
1,981
/* * Copyright 2001, 2002, 2012 Francesco Zappa Nardelli * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, m...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdferror.h
C
apache-2.0
1,809
/* * Copyright 2000 Computing Research Labs, New Mexico State University * Copyright 2001-2014 * Francesco Zappa Nardelli * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without re...
YifuLiu/AliOS-Things
components/freetype/src/bdf/bdflib.c
C
apache-2.0
76,150
# # FreeType 2 BDF module definition # # Copyright 2001, 2002, 2006 by # Francesco Zappa Nardelli # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without lim...
YifuLiu/AliOS-Things
components/freetype/src/bdf/module.mk
Makefile
apache-2.0
1,372
# # FreeType 2 bdf driver configuration rules # # Copyright (C) 2001, 2002, 2003, 2008 by # Francesco Zappa Nardelli # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, i...
YifuLiu/AliOS-Things
components/freetype/src/bdf/rules.mk
Makefile
apache-2.0
2,278
/***************************************************************************/ /* */ /* ftbzip2.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/bzip2/ftbzip2.c
C
apache-2.0
13,395
# # FreeType 2 BZIP2 support configuration rules # # Copyright 2010 by # Joel Klinghed. # # Based on src/lzw/rules.mk, Copyright 2004-2006 by # Albert Chin-A-Young. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENS...
YifuLiu/AliOS-Things
components/freetype/src/bzip2/rules.mk
Makefile
apache-2.0
1,439
/***************************************************************************/ /* */ /* cf2arrst.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2arrst.c
C
apache-2.0
7,596
/***************************************************************************/ /* */ /* cf2arrst.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2arrst.h
C
apache-2.0
4,470
/***************************************************************************/ /* */ /* cf2blues.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2blues.c
C
apache-2.0
20,633
/***************************************************************************/ /* */ /* cf2blues.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2blues.h
C
apache-2.0
6,917
/***************************************************************************/ /* */ /* cf2error.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2error.c
C
apache-2.0
3,019
/***************************************************************************/ /* */ /* cf2error.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2error.h
C
apache-2.0
4,895
/***************************************************************************/ /* */ /* cf2fixed.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2fixed.h
C
apache-2.0
4,579
/***************************************************************************/ /* */ /* cf2font.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2font.c
C
apache-2.0
18,200
/***************************************************************************/ /* */ /* cf2font.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2font.h
C
apache-2.0
5,395
/***************************************************************************/ /* */ /* cf2ft.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2ft.c
C
apache-2.0
20,283
/***************************************************************************/ /* */ /* cf2ft.h */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2ft.h
C
apache-2.0
5,647
/***************************************************************************/ /* */ /* cf2glue.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2glue.h
C
apache-2.0
5,430
/***************************************************************************/ /* */ /* cf2hints.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2hints.c
C
apache-2.0
62,997
/***************************************************************************/ /* */ /* cf2hints.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2hints.h
C
apache-2.0
10,806
/***************************************************************************/ /* */ /* cf2intrp.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2intrp.c
C
apache-2.0
46,582
/***************************************************************************/ /* */ /* cf2font.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2intrp.h
C
apache-2.0
4,018
/***************************************************************************/ /* */ /* cf2read.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2read.c
C
apache-2.0
4,441
/***************************************************************************/ /* */ /* cf2read.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2read.h
C
apache-2.0
3,226
/***************************************************************************/ /* */ /* cf2stack.c */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2stack.c
C
apache-2.0
6,469
/***************************************************************************/ /* */ /* cf2stack.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2stack.h
C
apache-2.0
4,167
/***************************************************************************/ /* */ /* cf2types.h */ /* */ /* Ad...
YifuLiu/AliOS-Things
components/freetype/src/cff/cf2types.h
C
apache-2.0
3,605
/***************************************************************************/ /* */ /* cff.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/cff/cff.c
C
apache-2.0
1,665
/***************************************************************************/ /* */ /* cffcmap.c */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffcmap.c
C
apache-2.0
6,689
/***************************************************************************/ /* */ /* cffcmap.h */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffcmap.h
C
apache-2.0
2,853
/***************************************************************************/ /* */ /* cffdrivr.c */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffdrivr.c
C
apache-2.0
26,063
/***************************************************************************/ /* */ /* cffdrivr.h */ /* */ /* Hi...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffdrivr.h
C
apache-2.0
1,470
/***************************************************************************/ /* */ /* cfferrs.h */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cfferrs.h
C
apache-2.0
1,893
/***************************************************************************/ /* */ /* cffgload.c */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffgload.c
C
apache-2.0
94,130
/***************************************************************************/ /* */ /* cffgload.h */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffgload.h
C
apache-2.0
9,320
/***************************************************************************/ /* */ /* cffload.c */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffload.c
C
apache-2.0
48,426
/***************************************************************************/ /* */ /* cffload.h */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffload.h
C
apache-2.0
2,662
/***************************************************************************/ /* */ /* cffobjs.c */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffobjs.c
C
apache-2.0
33,669
/***************************************************************************/ /* */ /* cffobjs.h */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffobjs.h
C
apache-2.0
7,353
/***************************************************************************/ /* */ /* cffparse.c */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffparse.c
C
apache-2.0
31,840
/***************************************************************************/ /* */ /* cffparse.h */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffparse.h
C
apache-2.0
2,844
/***************************************************************************/ /* */ /* cffpic.c */ /* */ /* Th...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffpic.c
C
apache-2.0
5,360
/***************************************************************************/ /* */ /* cffpic.h */ /* */ /* Th...
YifuLiu/AliOS-Things
components/freetype/src/cff/cffpic.h
C
apache-2.0
4,368
/***************************************************************************/ /* */ /* cfftoken.h */ /* */ /* CF...
YifuLiu/AliOS-Things
components/freetype/src/cff/cfftoken.h
C
apache-2.0
5,275
/***************************************************************************/ /* */ /* cfftypes.h */ /* */ /* Ba...
YifuLiu/AliOS-Things
components/freetype/src/cff/cfftypes.h
C
apache-2.0
9,195
# # FreeType 2 CFF module definition # # Copyright 1996-2000, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to use, modify, or d...
YifuLiu/AliOS-Things
components/freetype/src/cff/module.mk
Makefile
apache-2.0
658
# # FreeType 2 OpenType/CFF driver configuration rules # # Copyright 1996-2001, 2003, 2011, 2013 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By c...
YifuLiu/AliOS-Things
components/freetype/src/cff/rules.mk
Makefile
apache-2.0
2,266
/***************************************************************************/ /* */ /* ciderrs.h */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/ciderrs.h
C
apache-2.0
1,892
/***************************************************************************/ /* */ /* cidgload.c */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidgload.c
C
apache-2.0
15,541
/***************************************************************************/ /* */ /* cidgload.h */ /* */ /* Op...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidgload.h
C
apache-2.0
1,914
/***************************************************************************/ /* */ /* cidload.c */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidload.c
C
apache-2.0
18,571
/***************************************************************************/ /* */ /* cidload.h */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidload.h
C
apache-2.0
1,837
/***************************************************************************/ /* */ /* cidobjs.c */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidobjs.c
C
apache-2.0
16,890
/***************************************************************************/ /* */ /* cidobjs.h */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidobjs.h
C
apache-2.0
6,312
/***************************************************************************/ /* */ /* cidparse.c */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidparse.c
C
apache-2.0
7,596
/***************************************************************************/ /* */ /* cidparse.h */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidparse.h
C
apache-2.0
5,821
/***************************************************************************/ /* */ /* cidriver.c */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidriver.c
C
apache-2.0
6,210
/***************************************************************************/ /* */ /* cidriver.h */ /* */ /* Hi...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidriver.h
C
apache-2.0
1,577
/***************************************************************************/ /* */ /* cidtoken.h */ /* */ /* CI...
YifuLiu/AliOS-Things
components/freetype/src/cid/cidtoken.h
C
apache-2.0
4,991
# # FreeType 2 CID module definition # # Copyright 1996-2000, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to use, modify, or d...
YifuLiu/AliOS-Things
components/freetype/src/cid/module.mk
Makefile
apache-2.0
681
# # FreeType 2 CID driver configuration rules # # Copyright 1996-2000, 2001, 2003 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to us...
YifuLiu/AliOS-Things
components/freetype/src/cid/rules.mk
Makefile
apache-2.0
1,672
/***************************************************************************/ /* */ /* type1cid.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/cid/type1cid.c
C
apache-2.0
1,430
/***************************************************************************/ /* */ /* gxvalid.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvalid.c
C
apache-2.0
1,794
/***************************************************************************/ /* */ /* gxvalid.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvalid.h
C
apache-2.0
3,805
/***************************************************************************/ /* */ /* gxvbsln.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvbsln.c
C
apache-2.0
10,737
/***************************************************************************/ /* */ /* gxvcommn.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvcommn.c
C
apache-2.0
55,100
/***************************************************************************/ /* */ /* gxvcommn.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvcommn.h
C
apache-2.0
23,810
/***************************************************************************/ /* */ /* gxverror.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxverror.h
C
apache-2.0
2,602
/***************************************************************************/ /* */ /* gxvfeat.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvfeat.c
C
apache-2.0
11,134
/***************************************************************************/ /* */ /* gxvfeat.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvfeat.h
C
apache-2.0
6,993
/***************************************************************************/ /* */ /* gxfgen.c */ /* */ /* Ge...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvfgen.c
C
apache-2.0
15,595
/***************************************************************************/ /* */ /* gxvjust.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvjust.c
C
apache-2.0
21,301
/***************************************************************************/ /* */ /* gxvkern.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvkern.c
C
apache-2.0
28,223
/***************************************************************************/ /* */ /* gxvlcar.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvlcar.c
C
apache-2.0
8,239
/***************************************************************************/ /* */ /* gxvmod.c */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmod.c
C
apache-2.0
9,052
/***************************************************************************/ /* */ /* gxvmod.h */ /* */ /* Fr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmod.h
C
apache-2.0
2,178
/***************************************************************************/ /* */ /* gxvmort.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort.c
C
apache-2.0
9,347
/***************************************************************************/ /* */ /* gxvmort.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort.h
C
apache-2.0
3,846
/***************************************************************************/ /* */ /* gxvmort0.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort0.c
C
apache-2.0
5,487
/***************************************************************************/ /* */ /* gxvmort1.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort1.c
C
apache-2.0
9,239
/***************************************************************************/ /* */ /* gxvmort2.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort2.c
C
apache-2.0
11,137
/***************************************************************************/ /* */ /* gxvmort4.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort4.c
C
apache-2.0
4,909
/***************************************************************************/ /* */ /* gxvmort5.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmort5.c
C
apache-2.0
9,162
/***************************************************************************/ /* */ /* gxvmorx.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmorx.c
C
apache-2.0
6,391
/***************************************************************************/ /* */ /* gxvmorx.h */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmorx.h
C
apache-2.0
2,955
/***************************************************************************/ /* */ /* gxvmorx0.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmorx0.c
C
apache-2.0
4,284
/***************************************************************************/ /* */ /* gxvmorx1.c */ /* */ /* Tr...
YifuLiu/AliOS-Things
components/freetype/src/gxvalid/gxvmorx1.c
C
apache-2.0
9,589