Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace()
58 RsAllocationCubemapFace mFace; variable
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace()
90 RsAllocationCubemapFace mFace; variable
DrsAdapter.cpp37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes); in data()
107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes); in data()
/frameworks/rs/
DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace()
58 RsAllocationCubemapFace mFace; variable
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace()
90 RsAllocationCubemapFace mFace; variable
DrsAdapter.cpp37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes); in data()
107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes); in data()
DrsFont.cpp37 mFace = NULL; in Font()
49 … error = FT_New_Memory_Face(mRSC->mStateFont.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace); in init()
51 error = FT_New_Face(mRSC->mStateFont.getLib(), name, 0, &mFace); in init()
63 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0); in init()
69 mHasKerning = FT_HAS_KERNING(mFace); in init()
239 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER ); in updateGlyphCache()
245 glyph->mAdvanceX = mFace->glyph->advance.x; in updateGlyphCache()
246 glyph->mAdvanceY = mFace->glyph->advance.y; in updateGlyphCache()
247 glyph->mBitmapLeft = mFace->glyph->bitmap_left; in updateGlyphCache()
248 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
[all …]
DrsFont.h124 FT_FaceRec_ *mFace; variable
/frameworks/base/core/java/android/text/
DHtml.java685 if (f.mFace != null) { in endFont()
686 text.setSpan(new TypefaceSpan(f.mFace), where, len, in endFont()
822 public String mFace; field in HtmlToSpannedConverter.Font
826 mFace = face; in Font()