Home
last modified time | relevance | path

Searched refs:createFromFile (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/ports/
DSkFontMgr.h125 SkTypeface* createFromFile(const char path[], int ttcIndex = 0) const;
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h94 createFromFile(LLVMContext &Context, const char *path,
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp166 return fImpl->createFromFile(path, ttcIndex); in onCreateFromFile()
/external/skia/src/core/
DSkFontMgr.cpp159 SkTypeface* SkFontMgr::createFromFile(const char path[], int ttcIndex) const { in createFromFile() function in SkFontMgr
DSkTypeface.cpp166 return sk_sp<SkTypeface>(fm->createFromFile(path, index)); in MakeFromFile()
/external/llvm/tools/lto/
Dlto.cpp210 LTOModule::createFromFile(*LTOContext, path, Options); in lto_module_create()
/external/llvm/lib/LTO/
DLTOModule.cpp110 LTOModule::createFromFile(LLVMContext &Context, const char *path, in createFromFile() function in LTOModule
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp774 LTOModule::createFromFile(Context, InputFilenames[i].c_str(), Options); in main()