Searched refs:FontCreateFromFileFnPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.h118 typedef RsFont (*FontCreateFromFileFnPtr) (RsContext rsc, const char * name, size_t name_length, float fontSize, uint32_t dpi); typedef
249 FontCreateFromFileFnPtr FontCreateFromFile;
H A DrsDispatch.cpp138 dispatchTab.FontCreateFromFile = (FontCreateFromFileFnPtr)dlsym(handle, "rsFontCreateFromFile");

Completed in 159 milliseconds