/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | TypefaceCreatePerfTest.java | 52 Typeface face = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL); in testCreate_fromFamily() local 61 Typeface face = Typeface.create("monospace", Typeface.NORMAL); in testCreate_fromFamilyName() local 72 Typeface face = Typeface.createFromAsset(am, TEST_FONT_NAME); in testCreate_fromAsset() local 101 Typeface face = Typeface.createFromFile(outFile); in testCreate_fromFile() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Typeface.cpp | 33 Typeface* face = Typeface::createRelative(family, (SkTypeface::Style)style); in Typeface_createFromTypeface() local 70 Typeface* face = Typeface::createWithDifferentBaseWeight(family, weight); in Typeface_createWeightAlias() local 75 Typeface* face = reinterpret_cast<Typeface*>(faceHandle); in Typeface_unref() local 80 Typeface* face = reinterpret_cast<Typeface*>(faceHandle); in Typeface_getStyle() local 85 Typeface* face = reinterpret_cast<Typeface*>(faceHandle); in Typeface_getWeight() local 103 Typeface* face = reinterpret_cast<Typeface*>(faceHandle); in Typeface_setDefault() local 108 Typeface* face = reinterpret_cast<Typeface*>(faceHandle); in Typeface_getSupportedAxes() local
|
D | HarfBuzzNGFaceSkia.cpp | 141 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData) in harfbuzzSkiaReferenceTable() 166 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) { in createFont()
|
D | FontFamily.cpp | 114 sk_sp<SkTypeface> face(fm->createFromStream(fontData.release(), params)); in addSkTypeface() local
|
/frameworks/minikin/libs/minikin/ |
D | MinikinInternal.cpp | 38 hb_face_t* face = hb_font_get_face(font); in getFontTable() local
|
D | HbFontCache.cpp | 105 hb_face_t* face; in getHbFontLocked() local
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 86 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr() 98 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture() 127 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture() local 837 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 950 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 1132 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565() 1150 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888() 1168 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8() 1191 for (uint32_t face = 0; face < numFaces; face ++) { in rsdAllocationGenerateMipmaps() local
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 565 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c) in materialx() 746 void glMaterialf(GLenum face, GLenum pname, GLfloat param) in glMaterialf() 752 void glMaterialx(GLenum face, GLenum pname, GLfixed param) in glMaterialx() 759 GLenum face, GLenum pname, const GLfloat *params) in glMaterialfv() 799 GLenum face, GLenum pname, const GLfixed *params) in glMaterialxv()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
D | FaceSquareFilterTest.java | 66 Face face = new Face(); in testFaceSquareFilter() local
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 149 RsAllocationCubemapFace face) { in GetOffsetPtr() 159 void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565() 179 void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888() 199 void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8() 340 RsAllocationCubemapFace face, uint32_t w, uint32_t h, in rsovAllocationData2D() 433 RsAllocationCubemapFace face, uint32_t w, uint32_t h, in rsovAllocationRead2D() 626 for (uint32_t face = 0; face < numFaces; face++) { in rsovAllocationGenerateMipmaps() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCoreRuntime.h | 35 uint32_t face; member
|
/frameworks/base/libs/hwui/hwui/ |
D | MinikinSkia.cpp | 111 sk_sp<SkTypeface> face(fm->createFromStream(stream, params)); in createFontWithVariation() local
|
D | Typeface.cpp | 175 void Typeface::setDefault(Typeface* face) { in setDefault()
|
/frameworks/base/media/java/android/media/ |
D | FaceDetector.java | 191 native private void fft_get_face(Face face, int i); in fft_get_face()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 172 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/av/services/camera/libcameraservice/api1/client2/ |
D | FrameProcessor.cpp | 190 camera_face_t face; in processFaceDetect() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 510 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()
|
D | GLES11.java | 395 int face, in glGetMaterialfv() 404 int face, in glGetMaterialfv() 412 int face, in glGetMaterialxv() 421 int face, in glGetMaterialxv()
|
D | GLLogWrapper.java | 783 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 …]
|
D | GLES11Ext.java | 408 int face, in glGetMaterialxvOES() 417 int face, in glGetMaterialxvOES() 525 int face, in glMaterialxOES() 533 int face, in glMaterialxvOES() 542 int face, in glMaterialxvOES()
|
D | GLES10.java | 830 int face, in glMaterialf() 838 int face, in glMaterialfv() 847 int face, in glMaterialfv() 855 int face, in glMaterialx() 863 int face, in glMaterialxv() 872 int face, in glMaterialxv()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 326 int face, in glGetMaterialfv() 333 int face, in glGetMaterialfv() 339 int face, in glGetMaterialxv() 346 int face, in glGetMaterialxv()
|
D | GL10.java | 652 int face, in glMaterialf() 658 int face, in glMaterialfv() 665 int face, in glMaterialfv() 671 int face, in glMaterialx() 677 int face, in glMaterialxv() 684 int face, in glMaterialxv()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 655 int face, in glMaterialf() 663 int face, in glMaterialfv() 672 int face, in glMaterialfv() 680 int face, in glMaterialx() 688 int face, in glMaterialxv() 697 int face, in glMaterialxv() 1407 int face, in glGetMaterialfv() 1416 int face, in glGetMaterialfv() 1424 int face, in glGetMaterialxv() 1433 int face, in glGetMaterialxv()
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 107 … virtual void glStencilFuncSeparate_(GLenum face, GLenum func, GLint ref, GLuint mask) override {} in glStencilFuncSeparate_() 109 virtual void glStencilMaskSeparate_(GLenum face, GLuint mask) override {} in glStencilMaskSeparate_() 111 …virtual void glStencilOpSeparate_(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) overrid… in glStencilOpSeparate_()
|