Home
last modified time | relevance | path

Searched defs:image (Results 1 - 25 of 26) sorted by relevance

12

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeImageLargeValueTest.cpp48 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
72 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
96 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); HWTEST_F() local
121 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); HWTEST_F() local
[all...]
H A DNativeImageTest.cpp48 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
72 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
96 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); HWTEST_F() local
121 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); HWTEST_F() local
[all...]
H A DNativeDrawingCanvasLargeValueTest.cpp179 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
H A DNativeDrawingCanvasTest.cpp537 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
794 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in HWTEST_F() local
[all...]
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeImageTest.cpp41 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
70 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
94 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
117 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
141 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
163 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
185 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
212 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
237 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
263 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
302 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
326 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
363 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
387 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
411 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
435 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
[all...]
H A DDrawingNativeShaderEffectTest.cpp968 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
1013 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
1033 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
[all...]
H A DDrawingNativeCanvasTestPart4.cpp1084 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
1116 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); in HWTEST_F() local
1152 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
1177 OH_Drawing_Image *image = OH_Drawing_ImageCreate(); HWTEST_F() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/
H A Dsystem_ColorFontChange_test.cpp35 ArkUI_NodeHandle image = nodeAPI -> createNode(ARKUI_NODE_IMAGE); in testRegisterSystemColorModeChangeEvent_001() local
90 ArkUI_NodeHandle image = nodeAPI -> createNode(ARKUI_NODE_IMAGE); in testUnregisterSystemColorModeChangeEvent_002() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_oncomplete_test.cpp67 auto image = node_api->createNode(ARKUI_NODE_IMAGE); in CreateSubImageNode() local
122 auto image = CreateSubImageNode(nodeAPI, imageId, onTouchEventId); CreateNativeNode() local
[all...]
H A Dimage_onerror_test.cpp66 auto image = node_api->createNode(ARKUI_NODE_IMAGE); in CreateSubImageNode() local
121 auto image = CreateSubImageNode(nodeAPI, imageId, onTouchEventId); CreateNativeNode() local
[all...]
H A Dimage_id_test.cpp63 auto image = node_api->createNode(ARKUI_NODE_IMAGE); in CreateSubImageNode() local
118 auto image = CreateSubImageNode(nodeAPI, imageFirstId, imageFirstEventId); CreateNativeNode() local
[all...]
H A Dimage_hittestbehavior_test.cpp73 auto image = node_api->createNode(ARKUI_NODE_IMAGE); in CreateSubImageNode() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/
H A Dcommonevent_onclick_test.cpp93 auto image = createChildNode(nodeAPI, true); in CreateNativeNode() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_module_test.cpp133 Image_ErrorCode ImageReceiverModuleTest::GetImageReceiverLatestImage(OH_ImageNative **image) in GetImageReceiverLatestImage() argument
155 Image_ErrorCode ImageReceiverModuleTest::GetImageReceiverNextImage(OH_ImageNative **image) in GetImageReceiverNextImage() argument
250 Image_ErrorCode ImageReceiverModuleTest::DumpImageInfo(OH_ImageNative *image) in DumpImageInfo() argument
286 ReleaseImage(OH_ImageNative *image) ReleaseImage() argument
343 GetImageSize(OH_ImageNative *image, Image_Size *size) GetImageSize() argument
353 GetImageComponentTypes(OH_ImageNative *image, std::vector<uint32_t> *types) GetImageComponentTypes() argument
393 GetImageByteBuffer(OH_ImageNative *image, int32_t type, OH_NativeBuffer **nativeBuffer) GetImageByteBuffer() argument
404 GetImageBufferSize(OH_ImageNative *image, int32_t type, size_t *size) GetImageBufferSize() argument
414 GetImageRowStride(OH_ImageNative *image, int32_t type, int32_t *rowStride) GetImageRowStride() argument
424 GetImagePixelStride(OH_ImageNative *image, int32_t type, int32_t *pixelStride) GetImagePixelStride() argument
[all...]
H A Dimage_receiver_test.cpp509 OH_ImageNative* image = nullptr; in JsReadLatestImage() local
540 OH_ImageNative* image = nullptr; in JsReadNextImage() local
693 OH_ImageNative* image in JsGetImageSize() local
719 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsGetImageComponentTypes() local
766 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsGetImageByteBuffer() local
791 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsGetImageBufferSize() local
816 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsGetImageRowStride() local
841 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsGetImagePixelStride() local
866 OH_ImageNative* image = (OH_ImageNative*)imageMap.find(params[NUM_0]); JsReleaseImage() local
[all...]
H A Dmodule_test.cpp196 OH_ImageNative *image = nullptr; in OnBufferAvaliable() local
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.cpp325 auto image = CloneFreeWidget(visitWidgets_[targetIndex], selector.Describe()); in FindWidgets() local
H A Dfrontend_api_handler.cpp1151 auto &image = GetBackendObject<Widget>(in.callerObjRef_); in GenericComponentAttrGetter() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dcomplexndk.cpp53 float real, image; in CRealF() local
111 float real, image, getRealAndImage; in ConjF() local
193 float real = float(firstParam), image = float(secondParam), anotherReal = float(mid3), anotherImage = float(mid4), in CPowF() local
272 float real, image, getRealAndImage; in CProjF() local
697 double real, image; Cabs() local
712 double real, image; Cabsf() local
727 double real, image; Cabsl() local
742 double real, image; Cacos() local
768 double real, image; Cacosl() local
794 double real, image; Cacosf() local
820 double real, image; Cacosh() local
846 double real, image; Cacoshf() local
872 double real, image; Cacoshl() local
898 double real, image; Carg() local
917 double real, image; Cargl() local
936 double real, image; Cargf() local
955 double real, image; Casin() local
981 double real, image; Casinl() local
1007 double real, image; Casinf() local
1033 double real, image; Casinh() local
1059 double real, image; Casinhf() local
1085 double real, image; Casinhl() local
1111 double real, image; Catan() local
1137 double real, image; Catanl() local
1163 double real, image; Catanf() local
1189 double real, image; Catanh() local
1215 double real, image; Catanhf() local
1241 double real, image; Catanhl() local
1267 double real, image; Ccos() local
1293 double real, image; Ccosl() local
1319 double real, image; Ccosf() local
1345 double real, image; Ccosh() local
1371 double real, image; Ccoshf() local
1397 double real, image; Ccoshl() local
1423 double real, image; Cexp() local
1449 double real, image; Cexpl() local
1475 double real, image; Cexpf() local
1501 double real, image; Clog() local
1527 double real, image; Clogf() local
1553 double real, image; Clogl() local
1579 double real, image; Cimag() local
1594 double real, image; Cimagf() local
1609 double real, image; Cimagl() local
[all...]
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp97 static inline OH_NativeImage* image = nullptr; member in OHOS::Rosen::NativeImageTest
1261 OH_NativeImage* image = nullptr; HWTEST_F() local
1292 OH_NativeImage* image = nullptr; HWTEST_F() local
1316 OH_NativeImage* image = nullptr; HWTEST_F() local
1356 OH_NativeImage* image = nullptr; HWTEST_F() local
[all...]
/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/
H A Davplayer_ndk_test.cpp137 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in GetAVPlayer() local
556 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in OhAvPlayerSetVideoSurface() local
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp1203 EGLImage image = eglCreateImage(myEGLWindow.eglDisplay, myEGLWindow.eglContext, EGL_GL_TEXTURE_2D, in EglCreateImage() local
1219 EGLImage image = eglCreateImage(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_GL_TEXTURE_2D, nullptr, nullptr); in EglCreateImageAbnormal() local
1239 EGLImage image = eglCreateImage(myEGLWindow.eglDisplay, myEGLWindow.eglContext, EGL_GL_TEXTURE_2D, in EglDestroyImage() local
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow2.cpp76 OH_NativeImage *image; member
99 static void DestroyNativeWindowImage(OH_NativeImage *image, OHNativeWindow *window) in DestroyNativeWindowImage() argument
109 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() local
155 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() local
203 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetUsageNormal() local
236 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() local
286 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetStrideNormal() local
319 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() local
366 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetSwapIntervalNormal() local
400 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetSwapIntervalAbnormal() local
447 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetColorGamutNormal() local
480 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetColorGamutAbnormal() local
527 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetTransformNormal() local
560 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetTransformAbnormal() local
607 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetUiTimeStampNormal() local
629 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetUiTimeStampAbnormal() local
664 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptGetBufferQueueSize() local
689 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetHdrWhitePointBrightnessNormal() local
713 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetHdrWhitePointBrightnessAbnormal() local
746 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetSdrWhitePointBrightnessNormal() local
770 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetSdrWhitePointBrightnessAbnormal() local
802 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetSourceTypeNormal() local
836 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal() local
889 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetAppFrameworkTypeNormal() local
924 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetAppFrameworkTypeAbnormal() local
954 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowSetSetScalingModeV2Nullptr() local
978 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowSetScalingModeV2ScalingMode() local
1002 OH_NativeImage *image = result1.image; testNativeWindowGetColorSpaceFirst() local
1031 OH_NativeImage *image = result1.image; testNativeWindowSetColorSpaceNormal() local
1085 OH_NativeImage *image = result1.image; testNativeWindowSetColorSpaceAbnormal() local
1124 OH_NativeImage *image = result1.image; testNativeWindowGetMetadataValueFirst() local
1287 OH_NativeImage *image = result1.image; testNativeWindowSetDynamicMetadataValue() local
1324 OH_NativeImage *image = result1.image; testNativeWindowSetMetadataValueTimes() local
1519 OH_NativeImage *image = result1.image; testNativeWindowSetStaticMetadataValue() local
1703 OH_NativeImage *image = result1.image; testNativeWindowSetMetadataValue() local
1740 OH_NativeImage *image = result1.image; testNativeWindowSetNullMetadataValue() local
1762 OH_NativeImage *image = result1.image; testNativeWindowSetMetadataValueNullptr() local
1788 OH_NativeImage *image = result1.image; testNativeWindowGetMetadataValueAbnormal() local
1813 OH_NativeImage *image = result1.image; testNativeWindowGetMetadataValueNullptr() local
1855 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetDesiredPresentTimeStampNormal() local
1877 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetDesiredPresentTimeStampAbNormal() local
[all...]
H A Dnativewindow1.cpp60 OH_NativeImage *image; member
85 static void DestroyNativeWindowImage(OH_NativeImage *image, OHNativeWindow *window) in DestroyNativeWindowImage() argument
381 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowAbortBufferNullptr() local
409 OH_NativeImage *image = result1.image; in testNativeWindowNativeWindowRequestAbortBufferNormal() local
441 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowRequestAbortBufferAbnormal() local
478 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowRequestBufferFenceFdNormal() local
509 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowRequestBufferFenceFdAbnormal() local
538 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowRequestAbortBufferMax() local
568 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowRequestAbortBufferErrorCode() local
611 OH_NativeImage *image = result1.image; testNativeWindowWriteToParcelErrptr() local
726 OH_NativeImage *image = result1.image; testNativeWindowReadFromParcelAbNormal() local
792 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowFlushBufferNullptr() local
830 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowFlushBufferNormal() local
871 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowFlushBufferAbnormal() local
900 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowFlushBufferErrorCode() local
940 OH_NativeImage *image = result1.image; testNativeWindowGetLastFlushedBufferV2Nullptr() local
969 OH_NativeImage *image = result1.image; testNativeWindowGetLastFlushedBufferNullptr() local
997 OH_NativeImage *image = result1.image; testNativeWindowGetLastFlushedBufferV2Normal() local
1026 OH_NativeImage *image = result1.image; testNativeWindowGetLastFlushedBufferNormal() local
1056 OH_NativeImage *image = result1.image; testNativeWindowSetBufferHold() local
1084 OH_NativeImage *image = result1.image; testNativeWindowGetNativeObjectMagicNormal() local
1153 OH_NativeImage *image = result1.image; testNativeWindowNativeObjectReferenceNormal() local
1203 OH_NativeImage *image = result1.image; testNativeWindowNativeObjectUnreferenceNormal() local
1232 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowAttachBufferNullptr() local
1260 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowDetachBufferNullptr() local
1289 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowDetachBufferNormal() local
1324 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowAttachBufferErrorCode() local
1357 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowAttachBufferNormal() local
1398 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowDetachBufferErrorCode() local
1435 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowAtDetachDifferentBufferNormal() local
1606 OH_NativeImage *image = result1.image; testNativeWindowNativeWindowHandleOptSetGetBufferGeometryNormal() local
[all...]
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp120 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); in getNativeImage() local
127 OH_NativeImage *image = getNativeImage(); in OHNativeImageCreate() local
142 OH_NativeImage *image = getNativeImage(); in OHNativeImageAcquireNativeWindow() local
173 OH_NativeImage *image in OHNativeImageAttachContext() local
230 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); OHNativeImageDetachContext() local
284 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); OHNativeImageUpdateSurfaceImage() local
326 OH_NativeImage *image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); OHNativeImageUpdateSurfaceImageBoundary() local
377 OH_NativeImage *image = getNativeImage(); OHNativeImageGetTimestamp() local
390 OH_NativeImage *image = getNativeImage(); OHNativeImageGetTransformMatrix() local
418 OH_NativeImage *image = getNativeImage(); OHNativeImageDestroy() local
432 OH_NativeImage *image = nullptr; OHNativeImageCreateNormal() local
451 OH_NativeImage *image = OH_NativeImage_Create(0, 1); OHNativeImageCreateAbnormal() local
464 OH_NativeImage *image = nullptr; OHNativeImageDestroy1() local
[all...]

Completed in 31 milliseconds

12