Searched refs:mFace (Results 1 - 5 of 5) sorted by relevance
/frameworks/rs/ |
H A D | rsAdapter.h | 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} 58 RsAllocationCubemapFace mFace; member in class:android::renderscript::Adapter1D 77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} 90 RsAllocationCubemapFace mFace; member in class:android::renderscript::Adapter2D
|
H A D | rsAdapter.cpp | 37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; 41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0); 107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; 113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);
|
H A D | rsFont.cpp | 39 mFace = NULL; 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); 65 error = FT_Set_Char_Size(mFace, (FT_F26Dot6)(fontSize * 64.0f), 0, dpi, 0); 71 mHasKerning = FT_HAS_KERNING(mFace); 241 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER ); 247 glyph->mAdvanceX = mFace->glyph->advance.x; 248 glyph->mAdvanceY = mFace->glyph->advance.y; 249 glyph->mBitmapLeft = mFace->glyph->bitmap_left; 250 glyph->mBitmapTop = mFace [all...] |
H A D | rsFont.h | 123 FT_FaceRec_ *mFace; member in class:android::renderscript::Font
|
/frameworks/base/core/java/android/text/ |
H A D | Html.java | 693 if (f.mFace != null) { 694 text.setSpan(new TypefaceSpan(f.mFace), where, len, 830 public String mFace; field in class:HtmlToSpannedConverter.Font 834 mFace = face;
|
Completed in 515 milliseconds