Home
last modified time | relevance | path

Searched defs:FT_Memory (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/raster/
Dftmisc.h56 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftsystem.h65 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftsystem.h64 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/freetype/include/freetype/
Dftsystem.h64 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/freetype/src/raster/
Dftmisc.h56 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftmisc.h59 typedef struct FT_MemoryRec_* FT_Memory; typedef
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp704 static void* FreeType_Alloc(FT_Memory /*memory*/, long size) in FreeType_Alloc() argument
709 static void FreeType_Free(FT_Memory /*memory*/, void* block) in FreeType_Free() argument
714 static void* FreeType_Realloc(FT_Memory /*memory*/, long cur_size, long new_size, void* block) in FreeType_Realloc() argument
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp99 static void* sk_ft_alloc(FT_Memory, FT_Alloc_size_t size) { in sk_ft_alloc() argument
102 static void sk_ft_free(FT_Memory, void* block) { in sk_ft_free() argument
105 static void* sk_ft_realloc(FT_Memory, FT_Alloc_size_t cur_size, in sk_ft_realloc() argument
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType.cpp113 static void* sk_ft_alloc(FT_Memory, FT_Alloc_size_t size) { in sk_ft_alloc() argument
116 static void sk_ft_free(FT_Memory, void* block) { in sk_ft_free() argument
119 static void* sk_ft_realloc(FT_Memory, FT_Alloc_size_t cur_size, in sk_ft_realloc() argument