Searched refs:RsFont (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsg.spec | 61 ret RsFont 69 ret RsFont 96 param RsFont pgm
|
D | rsApiStubs.h | 134 extern "C" void rsContextBindFont (RsContext rsc, RsFont pgm); 141 extern "C" RsFont rsFontCreateFromFile (RsContext rsc, const char * name, size_t name_length, float… 142 extern "C" RsFont rsFontCreateFromMemory (RsContext rsc, const char * name, size_t name_length, flo…
|
D | rsDefines.h | 39 typedef void * RsFont; typedef
|
D | rsApiStubs.cpp | 760 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()
|
D | rsFont.cpp | 857 RsFont rsi_FontCreateFromFile(Context *rsc, in rsi_FontCreateFromFile() 867 RsFont rsi_FontCreateFromMemory(Context *rsc, in rsi_FontCreateFromMemory()
|
D | rsContext.cpp | 793 void rsi_ContextBindFont(Context *rsc, RsFont vfont) { in rsi_ContextBindFont()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 117 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);
|