Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py14 def __init__(self, missing_func): argument
15 self.missing_func = missing_func
17 return self.missing_func(v)
/external/freetype/src/base/
Dftobjs.c5082 FT_Bool missing_func; in ft_property_do() local
5127 missing_func = (FT_Bool)( !service->set_property ); in ft_property_do()
5129 missing_func = (FT_Bool)( !service->get_property ); in ft_property_do()
5131 if ( missing_func ) in ft_property_do()