Home | History | Annotate | Download | only in test

Lines Matching refs:library

73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
103 if (FT_Outline_Get_Bitmap(library, outline, bitmap)) {
145 int LoadCharThenCompare(FT_Library library,
155 ret = GetBitmap(library, outline, &orig_bitmap);
165 ret = GetBitmap(library, outline, &trans_bitmap);
171 int SideBySide(FT_Library library, const char *file_name,
176 = FT_New_Memory_Face(library, orig_font, orig_len, 0, &orig_face);
183 error = FT_New_Memory_Face(library, trans_font, trans_len, 0, &trans_face);
208 int ret = LoadCharThenCompare(library, orig_face, trans_face,
252 FT_Library library;
253 FT_Error error = FT_Init_FreeType(&library);
259 error = FT_New_Memory_Face(library, orig_font, orig_len, 0, &dummy);
279 return SideBySide(library, argv[1],