Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp123 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 DBitmap.cpp397 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 DeglCreatePixmapSurface.java7 int pixmap, in eglCreatePixmapSurface() argument
H A DeglCreatePixmapSurface.cpp4 …(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 Dhwc_dump_layers.cpp339 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 DHardwareBitmapUploader.cpp260 SkImage::MakeFromAHardwareBufferWithData(mGrContext.get(), bitmap.pixmap(), ahb); in onUploadHardwareBitmap()
366 bitmap.writePixels(source.pixmap()); in makeHwCompatible()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_dump_layers.cpp347 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 DEGL14.spec11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h207 …lCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *att…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java294 int pixmap, in eglCreatePixmapSurface() argument
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h968 …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 Degl.h125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp122 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 DEGL_ANDROID_presentation_time.txt91 or copied to a native pixmap then the presentation time of the surface at
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp737 …(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 Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...