Searched refs:mFace (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp37 mFace = nullptr;
49 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);
63 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0);
69 mHasKerning = FT_HAS_KERNING(mFace);
240 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER );
246 glyph->mAdvanceX = mFace->glyph->advance.x;
247 glyph->mAdvanceY = mFace->glyph->advance.y;
248 glyph->mBitmapLeft = mFace->glyph->bitmap_left;
249 glyph->mBitmapTop = mFace
[all...]
H A DrsFont.h123 FT_FaceRec_ *mFace; member in class:android::renderscript::Font
/frameworks/base/core/java/android/text/
H A DHtml.java1157 setSpanFromMark(text, font, new TypefaceSpan(font.mFace));
1276 public String mFace; field in class:HtmlToSpannedConverter.Font
1279 mFace = face;

Completed in 26 milliseconds