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

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

Completed in 25 milliseconds