Home
last modified time | relevance | path

Searched refs:mFace (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
DrsAdapter.h46 inline void setFace(uint32_t face) {mFace = face;} in setFace()
61 uint32_t mFace; variable
81 inline void setFace(uint32_t face) {mFace = face;} in setFace()
95 uint32_t mFace; variable
DrsAdapter.cpp36 mFace = 0; in reset()
135 mFace = 0; in reset()
142 if (mFace != 0 && !mAllocation->getType()->getDimFaces()) { in getElement()
150 if (mFace != 0) { in getElement()
153 ptr += faceOffset * mFace; in getElement()
DrsFont.cpp36 mFace = NULL; in Font()
48 … error = FT_New_Memory_Face(mRSC->mStateFont.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace); in init()
50 error = FT_New_Face(mRSC->mStateFont.getLib(), name, 0, &mFace); in init()
62 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0); in init()
68 mHasKerning = FT_HAS_KERNING(mFace); in init()
238 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER ); in updateGlyphCache()
244 glyph->mAdvanceX = mFace->glyph->advance.x; in updateGlyphCache()
245 glyph->mAdvanceY = mFace->glyph->advance.y; in updateGlyphCache()
246 glyph->mBitmapLeft = mFace->glyph->bitmap_left; in updateGlyphCache()
247 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
[all …]
DrsFont.h125 FT_FaceRec_ *mFace; variable
/frameworks/base/core/java/android/text/
DHtml.java661 if (f.mFace != null) { in endFont()
662 text.setSpan(new TypefaceSpan(f.mFace), where, len, in endFont()
798 public String mFace; field in HtmlToSpannedConverter.Font
802 mFace = face; in Font()