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

/frameworks/rs/
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);
383 FT_Library FontState::getLib() { function in class:android::renderscript::FontState

Completed in 54 milliseconds