Home
last modified time | relevance | path

Searched refs:pixelMap (Results 1 – 6 of 6) sorted by relevance

/interface/sdk_c/multimedia/image_framework/ndk_test_example/
D@ohos.xtstest.mypixelmap.d.ts18 function testGetImageInfo(PixelMap pixelMap): void;
19 function testAccessPixels(PixelMap pixelMap): void;
20 function testUnAccessPixels(PixelMap pixelMap): void;
/interface/sdk-js/api/
D@ohos.multimodalInput.pointer.d.ts1308 …function setCustomCursor(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: num…
1321 …function setCustomCursorSync(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?:…
D@ohos.pasteboard.d.ts540 pixelMap: image.PixelMap; property
D@ohos.window.d.ts1864 function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean): Promise<void>;
1879 …function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean, callback: AsyncCallback<void…
/interface/sdk-js/api/@internal/component/ets/
Drich_editor.d.ts377 pixelMap: PixelMap; property
Dcommon.d.ts3894 pixelMap?: PixelMap;