| /applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 46 auto render = PluginRender::GetInstance(id); in OnSurfaceCreatedCB() local 75 auto render = PluginRender::GetInstance(id); in OnSurfaceChangedCB() local 121 PluginRender* render = PluginRender::GetInstance(id); in DispatchTouchEventCB() local 139 auto render = PluginRender::GetInstance(id); in DispatchMouseEventCB() local 157 auto render = PluginRender::GetInstance(id); in DispatchHoverEventCB() local 175 auto render = PluginRender::GetInstance(id); in OnFocusEventCB() local 193 auto render = PluginRender::GetInstance(id); in OnBlurEventCB() local 210 auto render = PluginRender::GetInstance(id); in OnKeyEventCB() local 292 PluginRender* render = PluginRender::GetInstance(id); in NapiDrawPattern() local 302 PluginRender* render = PluginRender::GetInstance(id); in Release() local [all …]
|
| /applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 39 auto render = SampleXComponent::GetInstance(id); in OnSurfaceCreatedCB() local 89 auto render = SampleXComponent::GetInstance(id); in TestCallback() local 299 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiRegister() local 357 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiUnregister() local 401 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiDestroy() local 453 SampleXComponent *render = SampleXComponent::GetInstance(id); in Release() local 492 SampleXComponent *render = new SampleXComponent(id); in GetInstance() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/render/ |
| D | PluginRender.cpp | 50 auto render = PluginRender::GetInstance(id); in OnSurfaceCreatedCB() local 82 auto render = PluginRender::GetInstance(id); in OnSurfaceChangedCB() local 128 PluginRender *render = PluginRender::GetInstance(id); in DispatchTouchEventCB() local 171 PluginRender *render = PluginRender::GetInstance(id); in Release() local 192 PluginRender *render = PluginRender::GetInstance(id); in OnSurfaceChanged() local
|
| D | PluginManager.cpp | 82 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 36 auto render = SampleXComponent::GetInstance(id); in OnSurfaceCreatedCB() local 83 auto render = SampleXComponent::GetInstance(id); in TestCallback() local 299 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiRegister() local 351 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiUnregister() local 402 SampleXComponent *render = SampleXComponent::GetInstance(id); in Release() local 446 SampleXComponent *render = new SampleXComponent(id); in GetInstance() local
|
| /applications/standard/app_samples/code/DocsSample/graphic/DisplaySoloist/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 39 auto render = SampleXComponent::GetInstance(id); in OnSurfaceCreatedCB() local 89 auto render = SampleXComponent::GetInstance(id); in TestCallback() local 279 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiRegister() local 334 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiUnregister() local 378 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiDestroy() local 424 SampleXComponent *render = SampleXComponent::GetInstance(id); in Release() local 463 SampleXComponent *render = new SampleXComponent(id); in GetInstance() local
|
| /applications/standard/app_samples/code/DocsSample/graphic/DisplaySync/entry/src/main/cpp/samples/ |
| D | sample_xcomponent.cpp | 35 auto render = SampleXComponent::GetInstance(id); in OnSurfaceCreatedCB() local 82 auto render = SampleXComponent::GetInstance(id); in TestCallback() local 277 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiRegister() local 327 SampleXComponent *render = SampleXComponent().GetInstance(id); in NapiUnregister() local 372 SampleXComponent *render = SampleXComponent::GetInstance(id); in Release() local 414 SampleXComponent *render = new SampleXComponent(id); in GetInstance() local
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/ |
| D | plugin_render.cpp | 41 auto render = PluginRender::GetInstance(id); in OnSurfaceCreatedCB() local 49 auto render = PluginRender::GetInstance(id); in OnSurfaceChangedCB() local 57 auto render = PluginRender::GetInstance(id); in OnSurfaceDestroyedCB() local 65 auto render = PluginRender::GetInstance(id); in DispatchTouchEventCB() local
|
| D | plugin_manager.cpp | 40 auto render = context->GetRender(id); in Init() local
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/ |
| D | sample_bitmap.cpp | 39 auto render = SampleBitMap::GetInstance(id); in OnSurfaceCreatedCB() local 288 SampleBitMap *render = SampleBitMap().GetInstance(id); in NapiDrawPattern() local 338 SampleBitMap *render = SampleBitMap().GetInstance(id); in NapiDrawText() local 393 SampleBitMap *render = SampleBitMap::GetInstance(id); in Release() local 430 SampleBitMap *render = new SampleBitMap(id); in GetInstance() local
|
| /applications/standard/app_samples/code/DocsSample/Drawing/NDKDrawing/entry/src/main/cpp/samples/ |
| D | sample_bitmap.cpp | 43 auto render = SampleBitMap::GetInstance(id); in OnSurfaceCreatedCB() local 68 auto render = SampleBitMap::GetInstance(id); in OnSurfaceChangedCB() local 388 SampleBitMap *render = SampleBitMap().GetInstance(id); in NapiDrawPattern() local 438 SampleBitMap *render = SampleBitMap().GetInstance(id); in NapiDrawText() local 493 SampleBitMap *render = SampleBitMap::GetInstance(id); in Release() local 530 SampleBitMap *render = new SampleBitMap(id); in GetInstance() local
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkNativeImage/entry/src/main/cpp/types/libentry/ |
| D | Index.d.ts | 16 export const render: () => void; constant
|
| /applications/standard/photos/feature/editor/src/main/ets/default/base/ |
| D | ImageFilterBase.ts | 27 abstract render(pixelMap: PixelMapWrapper): PixelMapWrapper; method in ImageFilterBase
|
| /applications/standard/photos/feature/editor/src/main/ets/default/crop/ |
| D | ImageFilterCrop.ts | 37 render(pixelMap: PixelMapWrapper): PixelMapWrapper { method in ImageFilterCrop
|
| /applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 81 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 81 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/DocsSample/graphic/DisplaySync/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 80 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/DocsSample/graphic/DisplaySoloist/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 81 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/DocsSample/Drawing/NDKDrawing/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 78 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/plugin/ |
| D | plugin_manager.cpp | 79 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/capbilities/ |
| D | AudioDecoder.cpp | 104 int32_t AudioDecoder::FreeOutputBuffer(uint32_t bufferIndex, bool render) in FreeOutputBuffer()
|
| D | VideoDecoder.cpp | 119 int32_t VideoDecoder::FreeOutputBuffer(uint32_t bufferIndex, bool render) in FreeOutputBuffer()
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/ |
| D | plugin_manager.cpp | 118 auto render = context->GetRender(id); in Export() local
|
| /applications/standard/hap/resources/ |
| D | downloadTemplate.js | 1 …plate-DownloadTemplate";class i extends View{constructor(e,t,o){super(e,t),this.icon=null,this.__t…
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
| D | NativeRender.cpp | 57 NativeRender *render = NativeRender::GetInstance(); in Release() local
|