OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontCreateFromFileFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
118
typedef RsFont (*
FontCreateFromFileFnPtr
) (RsContext rsc, const char * name, size_t name_length, float fontSize, uint32_t dpi);
249
FontCreateFromFileFnPtr
FontCreateFromFile;
rsDispatch.cpp
138
dispatchTab.FontCreateFromFile = (
FontCreateFromFileFnPtr
)dlsym(handle, "rsFontCreateFromFile");
Completed in 98 milliseconds