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

/frameworks/rs/
H A DrsFont.h205 FT_LibraryRec_ *getLib();
H A DrsFont.cpp49 error = FT_New_Memory_Face(mRSC->mStateFont.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace);
51 error = FT_New_Face(mRSC->mStateFont.getLib(), name, 0, &mFace);
378 FT_Library FontState::getLib() { function in class:FontState

Completed in 50 milliseconds