/frameworks/base/core/jni/android/graphics/ |
D | Typeface.cpp | 32 TypefaceImpl* face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)style); in Typeface_createFromTypeface() local 46 TypefaceImpl* face = TypefaceImpl_createWeightAlias(family, weight); in Typeface_createWeightAlias() local 51 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); in Typeface_unref() local 56 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); in Typeface_getStyle() local 66 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); in Typeface_setDefault() local
|
D | FontFamily.cpp | 50 static jboolean addSkTypeface(FontFamily* family, SkTypeface* face) { in addSkTypeface() 60 SkTypeface* face = SkTypeface::CreateFromFile(str.c_str()); in FontFamily_addFont() local 73 SkTypeface* face = SkTypeface::CreateFromFile(str.c_str()); in FontFamily_addFontWeightStyle() local 104 SkTypeface* face = SkTypeface::CreateFromStream(stream); in FontFamily_addFontFromAsset() local
|
D | TypefaceImpl.cpp | 166 void TypefaceImpl_unref(TypefaceImpl* face) { in TypefaceImpl_unref() 173 int TypefaceImpl_getStyle(TypefaceImpl* face) { in TypefaceImpl_getStyle() 177 void TypefaceImpl_setDefault(TypefaceImpl* face) { in TypefaceImpl_setDefault()
|
D | HarfBuzzNGFaceSkia.cpp | 138 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData) in harfbuzzSkiaReferenceTable() 163 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) { in createFont()
|
/frameworks/rs/ |
D | rsAdapter.h | 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace() 77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} in setFace()
|
D | rsAllocation.cpp | 97 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer() 132 …ation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in data() 161 …ation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in read() 588 …(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DElementData() 600 …xt *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DData() 688 for (uint32_t face = 0; face < 6; face ++) { in rsi_AllocationCubeCreateFromBitmap() local 761 uint32_t lod, RsAllocationCubemapFace face, in rsi_AllocationGetPointer() 776 uint32_t lod, RsAllocationCubemapFace face, uint32_t w, in rsi_Allocation2DRead()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 94 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr() 106 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture() 135 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture() local 816 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 927 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 1117 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565() 1135 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888() 1153 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8() 1176 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/minikin/sample/ |
D | example.cpp | 50 FT_Face face; in makeFontCollection() local
|
D | example_skia.cpp | 58 FT_Face face; in makeFontCollection() local
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 286 hb_blob_t* referenceTable(hb_face_t* face, hb_tag_t tag, void* userData) { in referenceTable() 357 hb_face_t* face = cache.mCache.get(fontId); in getHbFace() local 366 hb_face_t* face = getHbFace(minikinFont); in create_hb_font() local 389 int Layout::findFace(FakedFont face, LayoutContext* ctx) { in findFace() 819 MinikinFontFreeType* face = static_cast<MinikinFontFreeType*>(mf); in draw() local
|
/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/av/services/camera/libcameraservice/api1/client2/ |
D | FrameProcessor.cpp | 184 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/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 423 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 424 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, b… in nAllocationData2D() 428 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 429 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, s… in nAllocationData2D() 433 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 434 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, i… in nAllocationData2D() 438 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 439 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, f… in nAllocationData2D() 443 … native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b); in rsnAllocationData2D() 444 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 653 String face = attributes.getValue("", "face"); in startFont() local 829 public Font(String color, String face) { in Font()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.h | 51 RsAllocationCubemapFace face; member
|