Home
last modified time | relevance | path

Searched defs:face (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DTypefaceCreatePerfTest.java62 Typeface face = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL); in testCreate_fromFamily() local
71 Typeface face = Typeface.create("monospace", Typeface.NORMAL); in testCreate_fromFamilyName() local
82 Typeface face = createFromNonAsset(am, TEST_FONT_NAME); in testCreate_fromAsset() local
132 Typeface face = Typeface.createFromFile(outFile); in testCreate_fromFile() local
144 Typeface face = r.getFont(R.font.samplefont); in testCreate_fromResources() local
156 Typeface face = Typeface.createFromTypefaceWithVariation(Typeface.SANS_SERIF, axes); in testCreate_fromTypefaceWithVariation() local
/frameworks/base/core/java/android/hardware/face/
DFaceServiceReceiver.java27 public void onEnrollResult(Face face, int remaining) throws RemoteException { in onEnrollResult()
37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded()
59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved()
DIFaceServiceReceiver.aidl27 void onEnrollResult(in Face face, int remaining); in onEnrollResult()
29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
33 void onRemoved(in Face face, int remaining); in onRemoved()
DFaceManager.java117 public void onEnrollResult(Face face, int remaining) { in onEnrollResult()
128 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { in onAuthenticationSucceeded()
150 public void onRemoved(Face face, int remaining) { in onRemoved()
588 public void remove(Face face, int userId, RemovalCallback callback) { in remove()
995 public AuthenticationResult(CryptoObject crypto, Face face, int userId, in AuthenticationResult()
1204 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in onRemovalError()
1212 public void onRemovalSucceeded(@Nullable Face face, int remaining) { in onRemovalSucceeded()
DFaceCallback.java182 public void sendRemovedResult(Face face, int remaining) { in sendRemovedResult()
230 public void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DAidlResponseHandler.java175 final Face face = new Face(name, enrollmentId, mSensorId); in onEnrollmentProgress() local
187 final Face face = new Face("" /* name */, enrollmentId, mSensorId); in onAuthenticationSucceeded() local
199 final Face face = new Face("" /* name */, 0 /* faceId */, mSensorId); in onAuthenticationFailed() local
231 final Face face = new Face("" /* name */, enrollmentIds[i], mSensorId); in onEnrollmentsEnumerated() local
257 final Face face = new Face("" /* name */, enrollmentIds[i], mSensorId); in onEnrollmentsRemoved() local
/frameworks/base/location/java/com/android/internal/location/geometry/
DS2CellIdUtils.java107 final int face = getFace(s2CellId); in toLatLngRadians() local
157 private static XyzTransform faceToXyzTransform(int face) { in faceToXyzTransform()
208 public static long fromFij(int face, int i, int j) { in fromFij()
257 int face = getFace(s2CellId); in getEdgeNeighbors() local
370 int face = xyzToFace(x, y, z); in fromXyz() local
378 private static long fromFuv(int face, double u, double v) { in fromFuv()
384 private static long fromFijWrap(int face, int i, int j) { in fromFijWrap()
403 private static long fromFijSame(int face, int i, int j, boolean isSameFace) { in fromFijSame()
476 int face = getFace(s2CellId); in toIjo() local
/frameworks/rs/driver/
DrsdAllocation.cpp89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
101 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture()
130 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture() local
849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
962 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D()
1144 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1162 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1180 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1203 for (uint32_t face = 0; face < numFaces; face ++) { in rsdAllocationGenerateMipmaps() local
/frameworks/minikin/libs/minikin/
DMinikinInternal.h66 HbBlob(const HbFaceUniquePtr& face, uint32_t tag) in HbBlob()
DFontFileParser.cpp158 FontFileParser::FontFileParser(const HbFaceUniquePtr& face) in FontFileParser()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
DFaceSquareFilterTest.java66 Face face = new Face(); in testFaceSquareFilter() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt78 val face = if (isLargeClock) clock.largeClock else clock.smallClock in <lambda>() constant
/frameworks/rs/cpu_ref/
DrsCpuCoreRuntime.h35 uint32_t face; member
/frameworks/rs/
DrsAllocation.cpp172 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer()
212 …ation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in data()
242 …ation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in read()
701 …xt *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DData()
805 for (uint32_t face = 0; face < 6; face ++) { in rsi_AllocationCubeCreateFromBitmap() local
889 uint32_t lod, RsAllocationCubemapFace face, in rsi_AllocationGetPointer()
910 uint32_t lod, RsAllocationCubemapFace face, uint32_t w, in rsi_Allocation2DRead()
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp49 void loadGlyphOrDie(uint32_t glyphId, float size, FT_Face face) { in loadGlyphOrDie()
/frameworks/base/media/java/android/media/
DFaceDetector.java191 native private void fft_get_face(Face face, int i); in fft_get_face()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceUtils.java94 public void addBiometricForUser(Context ctx, int userId, Face face) { in addBiometricForUser()
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp149 void Typeface::setDefault(const Typeface* face) { in setDefault()
DMinikinSkia.cpp141 sk_sp<SkTypeface> face = mTypeface->makeClone(args); in createFontWithVariation() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp224 camera_face_t face; in processFaceDetect() local
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java510 public void glMaterialf(int face, int pname, float param) { in glMaterialf()
516 public void glMaterialfv(int face, int pname, float[] params, int offset) { in glMaterialfv()
522 public void glMaterialfv(int face, int pname, FloatBuffer params) { in glMaterialfv()
528 public void glMaterialx(int face, int pname, int param) { in glMaterialx()
534 public void glMaterialxv(int face, int pname, int[] params, int offset) { in glMaterialxv()
540 public void glMaterialxv(int face, int pname, IntBuffer params) { in glMaterialxv()
1118 public void glGetMaterialfv(int face, int pname, float[] params, int offset) { in glGetMaterialfv()
1124 public void glGetMaterialfv(int face, int pname, FloatBuffer params) { in glGetMaterialfv()
1130 public void glGetMaterialxv(int face, int pname, int[] params, int offset) { in glGetMaterialxv()
1136 public void glGetMaterialxv(int face, int pname, IntBuffer params) { in glGetMaterialxv()
DGLES11.java395 int face, in glGetMaterialfv()
404 int face, in glGetMaterialfv()
412 int face, in glGetMaterialxv()
421 int face, in glGetMaterialxv()
DGLLogWrapper.java783 private String getFaceName(int face) { in getFaceName()
1983 public void glMaterialf(int face, int pname, float param) { in glMaterialf()
1994 public void glMaterialfv(int face, int pname, float[] params, int offset) { in glMaterialfv()
2006 public void glMaterialfv(int face, int pname, FloatBuffer params) { in glMaterialfv()
2017 public void glMaterialx(int face, int pname, int param) { in glMaterialx()
2028 public void glMaterialxv(int face, int pname, int[] params, int offset) { in glMaterialxv()
2040 public void glMaterialxv(int face, int pname, IntBuffer params) { in glMaterialxv()
3006 public void glGetMaterialfv(int face, int pname, float[] params, in glGetMaterialfv()
3018 public void glGetMaterialfv(int face, int pname, FloatBuffer params) { in glGetMaterialfv()
3028 public void glGetMaterialxv(int face, int pname, int[] params, int offset) { in glGetMaterialxv()
[all …]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java326 int face, in glGetMaterialfv()
333 int face, in glGetMaterialfv()
339 int face, in glGetMaterialxv()
346 int face, in glGetMaterialxv()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java658 int face, in glMaterialf()
666 int face, in glMaterialfv()
675 int face, in glMaterialfv()
683 int face, in glMaterialx()
691 int face, in glMaterialxv()
700 int face, in glMaterialxv()
1410 int face, in glGetMaterialfv()
1419 int face, in glGetMaterialfv()
1427 int face, in glGetMaterialxv()
1436 int face, in glGetMaterialxv()

12