/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 123 SkPixmap pixmap; in getColor() local 124 if (!surface->peekPixels(&pixmap)) { in getColor() 127 switch (pixmap.colorType()) { in getColor() 129 const uint8_t* addr = pixmap.addr8(x, y); in getColor() 133 const uint8_t* addr = pixmap.addr8(x, y); in getColor() 137 const uint16_t* addr = pixmap.addr16(x, y); in getColor() 141 const uint16_t* addr = pixmap.addr16(x, y); in getColor() 146 const uint32_t* addr = pixmap.addr32(x, y); in getColor() 151 const uint32_t* addr = pixmap.addr32(x, y); in getColor()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 397 SkPixmap pixmap{info, addr, rowBytes}; in computePalette() local 407 const int x_step = std::max(1, pixmap.width() / 10); in computePalette() 408 const int y_step = std::max(1, pixmap.height() / 10); in computePalette() 409 for (int x = 0; x < pixmap.width(); x += x_step) { in computePalette() 410 for (int y = 0; y < pixmap.height(); y += y_step) { in computePalette() 411 SkColor color = pixmap.getColor(x, y); in computePalette() 481 return SkWebpEncoder::Encode(stream, bitmap.pixmap(), options); in compress()
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | eglCreatePixmapSurface.java | 7 int pixmap, in eglCreatePixmapSurface() argument
|
H A D | eglCreatePixmapSurface.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_dump_layers.cpp | 339 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 341 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | HardwareBitmapUploader.cpp | 260 SkImage::MakeFromAHardwareBufferWithData(mGrContext.get(), bitmap.pixmap(), ahb); in onUploadHardwareBitmap() 366 bitmap.writePixels(source.pixmap()); in makeHwCompatible()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_dump_layers.cpp | 347 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 349 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGL14.spec | 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egl.h | 207 …lCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *att…
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 294 int pixmap, in eglCreatePixmapSurface() argument
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | eglext.h | 968 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 970 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap); 1101 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap); 1105 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
|
H A D | egl.h | 125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | eglApi.cpp | 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() argument 127 return cnx->platform.eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_presentation_time.txt | 91 or copied to a native pixmap then the presentation time of the surface at
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGL14.cpp | 737 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |