Home
last modified time | relevance | path

Searched refs:RsFont (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
Drsg.spec61 ret RsFont
69 ret RsFont
96 param RsFont pgm
DrsApiStubs.h261 extern "C" void rsContextBindFont(RsContext rsc, RsFont pgm) __DEPRECATED_IN(31);
279 extern "C" RsFont rsFontCreateFromFile(RsContext rsc, const char* name, size_t name_length,
281 extern "C" RsFont rsFontCreateFromMemory(RsContext rsc, const char* name, size_t name_length,
DrsDefines.h39 typedef void * RsFont; typedef
DrsApiStubs.cpp760 extern "C" void rsContextBindFont (RsContext ctxWrapper, RsFont pgm) in rsContextBindFont()
828 extern "C" RsFont rsFontCreateFromFile (RsContext ctxWrapper, const char * name, size_t name_length, in rsFontCreateFromFile()
834 extern "C" RsFont rsFontCreateFromMemory (RsContext ctxWrapper, const char * name, size_t name_leng… in rsFontCreateFromMemory()
DrsFont.cpp857 RsFont rsi_FontCreateFromFile(Context *rsc, in rsi_FontCreateFromFile()
867 RsFont rsi_FontCreateFromMemory(Context *rsc, in rsi_FontCreateFromMemory()
DrsContext.cpp793 void rsi_ContextBindFont(Context *rsc, RsFont vfont) { in rsi_ContextBindFont()
/frameworks/rs/cpp/
DrsDispatch.h117 typedef RsFont (*FontCreateFromFileFnPtr) (RsContext rsc, const char * name, size_t name_length, fl…
118 typedef RsFont (*FontCreateFromMemoryFnPtr) (RsContext rsc, const char * name, size_t name_length, …
124 typedef void (*ContextBindFontFnPtr) (RsContext rsc, RsFont pgm);