Home
last modified time | relevance | path

Searched refs:autofit (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/autofit/
Dafpic.c41 if ( pic_container->autofit ) in autofit_module_class_pic_free()
43 FT_FREE( pic_container->autofit ); in autofit_module_class_pic_free()
44 pic_container->autofit = NULL; in autofit_module_class_pic_free()
63 pic_container->autofit = container; in autofit_module_class_pic_init()
Dafpic.h51 #define GET_PIC(lib) ((AFModulePIC*)((lib)->pic_container.autofit))
/external/freetype/
DAndroid.mk29 src/autofit/autofit.c \
/external/skia/xcode/freetype2.xcodeproj/
Dproject.pbxproj40 …00B7DF040EDCA4AF00F77EA2 /* autofit.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DF030EDCA…
80autofit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name…
205 00B7DF030EDCA4AF00F77EA2 /* autofit.c */,
332 00B7DF040EDCA4AF00F77EA2 /* autofit.c in Sources */,
/external/freetype/src/pshinter/
Dpshpic.h40 #define GET_PIC(lib) ((PSHinterPIC*)((lib)->pic_container.autofit))
/external/freetype/include/freetype/internal/
Dftpic.h39 void* autofit; member