Searched refs:gFTMemory (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp95 FT_MemoryRec_ gFTMemory = { nullptr, sk_ft_alloc, sk_ft_free, sk_ft_realloc }; variable
105 if (FT_New_Library(&gFTMemory, &fLibrary)) {
1639 if (FT_New_Library(&gFTMemory, &fLibrary)) {
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp95 FT_MemoryRec_ gFTMemory = { nullptr, sk_ft_alloc, sk_ft_free, sk_ft_realloc }; variable
105 if (FT_New_Library(&gFTMemory, &fLibrary)) {
1632 if (FT_New_Library(&gFTMemory, &fLibrary)) {

Completed in 93 milliseconds