Home
last modified time | relevance | path

Searched refs:setDefaultProperties (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DCodeGenIntrinsics.h182 void setDefaultProperties(Record *R, std::vector<Record *> DefaultProperties);
DCodeGenTarget.cpp805 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()
814 void CodeGenIntrinsic::setDefaultProperties( in setDefaultProperties() function in CodeGenIntrinsic
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp162 FT_Set_Default_PropertiesProc setDefaultProperties; in FreeTypeLibrary() local
163 *(void**)(&setDefaultProperties) = dlsym(self, "FT_Set_Default_Properties"); in FreeTypeLibrary()
166 if (setDefaultProperties) { in FreeTypeLibrary()
167 setDefaultProperties(fLibrary); in FreeTypeLibrary()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp177 FT_Set_Default_PropertiesProc setDefaultProperties; in FreeTypeLibrary() local
178 *(void**)(&setDefaultProperties) = dlsym(self, "FT_Set_Default_Properties"); in FreeTypeLibrary()
181 if (setDefaultProperties) { in FreeTypeLibrary()
182 setDefaultProperties(fLibrary); in FreeTypeLibrary()