OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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