HomeSort by relevance Sort by last modified time
    Searched refs:dstHandle (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfBufferManager.h 36 bool blitGrallocBuffer(uint32_t srcHandle, uint32_t dstHandle,
PlatfBufferManager.cpp 56 bool PlatfBufferManager::blitGrallocBuffer(uint32_t srcHandle, uint32_t dstHandle,
64 (buffer_handle_t)dstHandle,
  /frameworks/base/core/jni/android/graphics/
Region.cpp 53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) {
54 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle);
60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) {
61 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle);
66 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle,
68 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle);
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) {
92 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle);
100 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionHandle, jint op) {
101 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle);
    [all...]
PathMeasure.cpp 121 jfloat stopF, jlong dstHandle, jboolean startWithMoveTo) {
123 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle);
Path.cpp 60 static void set(JNIEnv* env, jclass clazz, jlong dstHandle, jlong srcHandle) {
61 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle);
217 jlong dstHandle) {
220 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle);
Paint.cpp     [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h 62 virtual bool blitGrallocBuffer(uint32_t srcHandle, uint32_t dstHandle,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 650 private_handle_t *dstHandle = (private_handle_t *)renderBuffer;
651 if (!dstHandle) {
683 dst.handle = (native_handle_t *)dstHandle;
684 dst.w = ALIGN(dstHandle->width, 32);
685 dst.h = dstHandle->height;
686 dst.base = (void *)dstHandle->base;
687 dst.format = dstHandle->format;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 703 private_handle_t *dstHandle = (private_handle_t *)renderBuffer;
704 if (!dstHandle) {
736 dst.handle = (native_handle_t *)dstHandle;
737 dst.w = ALIGN(dstHandle->width, 32);
738 dst.h = dstHandle->height;
739 dst.base = (void *)dstHandle->base;
740 dst.format = dstHandle->format;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 814 private_handle_t *dstHandle = (private_handle_t *)renderBuffer;
815 if (!dstHandle) {
847 dst.handle = (native_handle_t *)dstHandle;
848 dst.w = ALIGN(dstHandle->width, 32);
849 dst.h = dstHandle->height;
850 dst.base = (void *)dstHandle->base;
851 dst.format = dstHandle->format;
    [all...]

Completed in 185 milliseconds