Home
last modified time | relevance | path

Searched refs:srcHandle (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DPath.cpp56 static void set(JNIEnv* env, jclass clazz, jlong dstHandle, jlong srcHandle) { in set() argument
58 const SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in set()
181 static void addPath__PathFF(JNIEnv* env, jclass clazz, jlong objHandle, jlong srcHandle, in addPath__PathFF() argument
184 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__PathFF()
188 static void addPath__Path(JNIEnv* env, jclass clazz, jlong objHandle, jlong srcHandle) { in addPath__Path() argument
190 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__Path()
194 static void addPath__PathMatrix(JNIEnv* env, jclass clazz, jlong objHandle, jlong srcHandle, in addPath__PathMatrix() argument
197 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__PathMatrix()
H A Dandroid_graphics_Picture.cpp28 static jlong android_graphics_Picture_newPicture(JNIEnv* env, jobject, jlong srcHandle) { in android_graphics_Picture_newPicture() argument
29 const Picture* src = reinterpret_cast<Picture*>(srcHandle); in android_graphics_Picture_newPicture()
H A DBitmap.cpp371 static jobject Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, in Bitmap_copy() argument
374 reinterpret_cast<BitmapWrapper*>(srcHandle)->getSkBitmap(&src); in Bitmap_copy()
406 static jobject Bitmap_copyAshmem(JNIEnv* env, jobject, jlong srcHandle) { in Bitmap_copyAshmem() argument
408 reinterpret_cast<BitmapWrapper*>(srcHandle)->getSkBitmap(&src); in Bitmap_copyAshmem()
415 static jobject Bitmap_copyAshmemConfig(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle)… in Bitmap_copyAshmemConfig() argument
417 reinterpret_cast<BitmapWrapper*>(srcHandle)->getSkBitmap(&src); in Bitmap_copyAshmemConfig()
949 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha() argument
952 reinterpret_cast<BitmapWrapper*>(srcHandle)->getSkBitmap(&src); in Bitmap_extractAlpha()
H A DRegion.cpp52 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
54 const SkRegion* src = reinterpret_cast<SkRegion*>(srcHandle); in Region_setRegion()
H A Dandroid_graphics_Matrix.cpp43 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create() argument
44 const SkMatrix* src = reinterpret_cast<SkMatrix*>(srcHandle); in create()
H A DPaint.cpp738 …static jboolean getFillPath(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong srcHandle, jlong dstH… in getFillPath() argument
740 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in getFillPath()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraChannel.h166 QCameraStream *getStreamBySrouceHandle(uint32_t srcHandle);
H A DQCameraChannel.cpp1416 QCameraStream * QCameraReprocessChannel::getStreamBySrouceHandle(uint32_t srcHandle) in getStreamBySrouceHandle() argument
1421 if (validate_handle(mSrcStreamHandles[i], srcHandle)) { in getStreamBySrouceHandle()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp1163 buffer_handle_t srcHandle = NULL; in setupLayer() local
1165 srcHandle = src.bufferHandle; in setupLayer()
1167 VendorGraphicBufferMeta gmeta(srcHandle); in setupLayer()
1171 uint32_t bufferNum = getBufferNumOfFormat(gmeta.format, getCompressionType(srcHandle)); in setupLayer()
1184 gmeta.format, isAFBCCompressed(srcHandle)); in setupLayer()
1190 …if (getBufLength(srcHandle, MAX_HW2D_PLANES, bufLength, gmeta.format, src.fullWidth, src.fullHeigh… in setupLayer()
1211 srcImgInfo->bufferType = getBufferType(srcHandle); in setupLayer()
1217 srcImgInfo->bufferHandle = srcHandle; in setupLayer()
1226 srcHandle, bufFds[0], bufFds[1], bufFds[2], bufLength[0], bufLength[1], bufLength[2], in setupLayer()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h662 QCamera3Stream *getStreamBySrcHandle(uint32_t srcHandle);
663 QCamera3Stream *getSrcStreamBySrcHandle(uint32_t srcHandle);
H A DQCamera3Channel.cpp4816 QCamera3Stream * QCamera3ReprocessChannel::getStreamBySrcHandle(uint32_t srcHandle) in getStreamBySrcHandle() argument
4821 if (mSrcStreamHandles[i] == srcHandle) { in getStreamBySrcHandle()
4839 QCamera3Stream * QCamera3ReprocessChannel::getSrcStreamBySrcHandle(uint32_t srcHandle) in getSrcStreamBySrcHandle() argument
4848 if (mSrcStreamHandles[i] == srcHandle) { in getSrcStreamBySrcHandle()