HomeSort by relevance Sort by last modified time
    Searched full:mface (Results 1 - 22 of 22) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Typefaces.java 34 private Typeface mFace;
39 mFace = Typeface.createFromAsset(getContext().getAssets(),
50 mPaint.setTypeface(mFace);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 185 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
307 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
333 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
334 mHalCamCtrl->mMetadata.faces = mHalCamCtrl->mFace;
361 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id;
362 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score;
365 mHalCamCtrl->mFace[idx].rect[0]
    [all...]
  /frameworks/rs/
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);
rsAdapter.h 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
58 RsAllocationCubemapFace mFace;
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
90 RsAllocationCubemapFace mFace;
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->glyph->bitmap_top
    [all...]
rsFont.h 123 FT_FaceRec_ *mFace;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAdapter.h 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
58 RsAllocationCubemapFace mFace;
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
90 RsAllocationCubemapFace mFace;
rsFont.h 123 FT_FaceRec_ *mFace;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAdapter.h 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
58 RsAllocationCubemapFace mFace;
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
90 RsAllocationCubemapFace mFace;
rsFont.h 123 FT_FaceRec_ *mFace;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAdapter.h 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
58 RsAllocationCubemapFace mFace;
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
90 RsAllocationCubemapFace mFace;
rsFont.h 123 FT_FaceRec_ *mFace;
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 192 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
240 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
241 mHalCamCtrl->mMetadata.faces = mHalCamCtrl->mFace;
270 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id;
271 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score / 10; // keep within range 0~100
274 mHalCamCtrl->mFace[idx].rect[0] =
277 mHalCamCtrl->mFace[idx].rect[1] =
280 mHalCamCtrl->mFace[idx].rect[2] = mHalCamCtrl->mFace[idx].rect[0]
    [all...]
QCameraHWI_Preview.cpp 244 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
363 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
416 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
417 mHalCamCtrl->mMetadata.faces = mHalCamCtrl->mFace;
447 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id;
448 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score;
451 mHalCamCtrl->mFace[idx].rect[0]
    [all...]
QCameraHWI.h 844 camera_face_t mFace[MAX_ROI];
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 236 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
349 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
395 memset(mHalCamCtrl->mFace, 0, sizeof(mHalCamCtrl->mFace));
396 mHalCamCtrl->mMetadata.faces = mHalCamCtrl->mFace;
425 mHalCamCtrl->mFace[idx].id = roi.d.data.face.id;
426 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score;
429 mHalCamCtrl->mFace[idx].rect[0]
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 690 if (f.mFace != null) {
691 text.setSpan(new TypefaceSpan(f.mFace), where, len,
827 public String mFace;
831 mFace = face;
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 820 camera_face_t mFace[MAX_ROI];
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 910 camera_face_t mFace[MAX_ROI];
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 840 camera_face_t mFace[MAX_ROI];
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 578 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face); local
581 return rec->fStyle == style && mface->fName.equals(rec->fName);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 578 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face); local
581 return rec->fStyle == style && mface->fName.equals(rec->fName);
    [all...]

Completed in 573 milliseconds