Home
last modified time | relevance | path

Searched refs:getLib (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsFont.h204 FT_LibraryRec_ *getLib();
DrsFont.cpp49 … error = FT_New_Memory_Face(mRSC->mStateFont.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace); in init()
51 error = FT_New_Face(mRSC->mStateFont.getLib(), name, 0, &mFace); in init()
383 FT_Library FontState::getLib() { in getLib() function in android::renderscript::FontState