HomeSort by relevance Sort by last modified time
    Searched refs:getLib (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsFont.h 204 FT_LibraryRec_ *getLib();
rsFont.cpp 51 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() {

Completed in 1055 milliseconds