Searched defs:hook_index (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/base/
H A Dftobjs.c4818 FT_UInt hook_index,
4822 hook_index <
4824 library->debug_hooks[hook_index] = debug_hook;
4817 FT_Set_Debug_Hook( FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook ) argument
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c4852 FT_UInt hook_index,
4856 hook_index <
4858 library->debug_hooks[hook_index] = debug_hook;
4851 FT_Set_Debug_Hook( FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook ) argument

Completed in 125 milliseconds