HomeSort by relevance Sort by last modified time
    Searched defs:mFace (Results 1 - 13 of 13) 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);
  /frameworks/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-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;
  /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/lge/mako/camera/
QCameraHWI.h 842 camera_face_t mFace[MAX_ROI];
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 910 camera_face_t mFace[MAX_ROI];
    [all...]

Completed in 290 milliseconds