Home
last modified time | relevance | path

Searched refs:missing_func (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftobjs.c4540 FT_Bool missing_func; in ft_property_do() local
4585 missing_func = (FT_Bool)( !service->set_property ); in ft_property_do()
4587 missing_func = (FT_Bool)( !service->get_property ); in ft_property_do()
4589 if ( missing_func ) in ft_property_do()
/external/freetype/src/base/
Dftobjs.c4689 FT_Bool missing_func; in ft_property_do() local
4734 missing_func = (FT_Bool)( !service->set_property ); in ft_property_do()
4736 missing_func = (FT_Bool)( !service->get_property ); in ft_property_do()
4738 if ( missing_func ) in ft_property_do()