Searched refs:sourceImage (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | OpenGLReadback.cpp | 78 EGLImageKHR sourceImage = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in copyGraphicBufferInto() local 81 if (sourceImage == EGL_NO_IMAGE_KHR) { in copyGraphicBufferInto() 89 copyImageInto(sourceImage, texTransform, width, height, srcRect, bitmap); in copyGraphicBufferInto() 95 eglDestroyImageKHR(display, sourceImage); in copyGraphicBufferInto()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VectorDrawableAtlas.cpp | 108 SkImage* sourceImage; // copy either from the atlas or from a standalone surface in repack() local 113 sourceImage = entry.surface->makeImageSnapshot().get(); in repack() 115 sourceImage = sourceImageAtlas; in repack() 122 canvas->drawImageRect(sourceImage, currentVDRect, newRect, nullptr); in repack()
|
/frameworks/av/media/extractors/mp4/ |
D | ItemTable.cpp | 520 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); in apply() local 523 sourceImage.hidden = true; in apply()
|