Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 53) sorted by relevance

123

/interface/sdk-js/api/
D@ohos.effectKit.d.ts191 function createEffect(source: image.PixelMap): Filter;
201 function createColorPicker(source: image.PixelMap): Promise<ColorPicker>;
213 function createColorPicker(source: image.PixelMap, region: Array<number>): Promise<ColorPicker>;
223 function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void;
235 …function createColorPicker(source: image.PixelMap, region: Array<number>, callback: AsyncCallback<…
D@ohos.wallpaper.d.ts399 source: string | image.PixelMap,
415 …function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void…
431 …function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCa…
447 function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
519 …function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback<void>): vo…
535 function setVideo(source: string, wallpaperType: WallpaperType): Promise<void>;
551 …function setCustomWallpaper(source: string, wallpaperType: WallpaperType, callback: AsyncCallback<…
567 function setCustomWallpaper(source: string, wallpaperType: WallpaperType): Promise<void>;
D@ohos.pluginComponent.d.ts39 source: string; property
374 type OnPushEventCallback = (source: Want, template: PluginComponentTemplate, data: KVObject,
384 type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult;
D@ohos.multimedia.image.d.ts4400 packing(source: ImageSource, option: PackingOption, callback: AsyncCallback<ArrayBuffer>): void;
4432 packing(source: ImageSource, option: PackingOption): Promise<ArrayBuffer>;
4464 packing(source: PixelMap, option: PackingOption, callback: AsyncCallback<ArrayBuffer>): void;
4496 packing(source: PixelMap, option: PackingOption): Promise<ArrayBuffer>;
4509 …packToFile(source: ImageSource, fd: number, options: PackingOption, callback: AsyncCallback<void>)…
4522 packToFile(source: ImageSource, fd: number, options: PackingOption): Promise<void>;
4535 …packToFile(source: PixelMap, fd: number, options: PackingOption, callback: AsyncCallback<void>): v…
4548 packToFile(source: PixelMap, fd: number, options: PackingOption): Promise<void>;
D@ohos.data.distributedDataObject.d.ts98 function createDistributedObject(source: object): DistributedObject;
110 function create(context: Context, source: object): DataObject;
/interface/sdk_c/multimedia/av_codec/
Dnative_avsource.h58 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source);
67 OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source);
77 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex);
Dnative_avdemuxer.h39 OH_AVDemuxer *OH_AVDemuxer_CreateWithSource(OH_AVSource *source);
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DoutputProcessor.ts48 source: string;
50 constructor(source: string) {
51 this.source = source;
61 const sourceParser = context.getSourceParser(this.source);
63 return sourceFile ? sourceParser.printSourceFile(sourceFile) : this.source;
Dtypedef.ts358 source: string; property
402 source: string; property
453 source: string; property
493 source: Source[]; property
582 source: Source[]; property
851 source: Array<comment.CommentSource>, property
DcoreImpls.ts412 source: tagObject.source[0].source,
413 lineNumber: tagObject.source[0].number,
414 tokenSource: tagObject.source,
563 if (parsedComment.source.length === 1) {
566 for (let source of parsedComment.source) {
568 if (source.tokens.tag !== '') {
572 if (source.tokens.description === '') {
576 if (source.tokens.delimiter === this.commentBlockDelimiter) {
577 source.tokens.delimiter = '*';
578 source.tokens.postDelimiter = ' ';
[all …]
/interface/sdk_c/multimedia/image_framework/include/
Dimage_packer_mdk.h136 int32_t OH_ImagePacker_PackToData(ImagePacker_Native* native, napi_value source,
157 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source,
Dimage_pixel_map_mdk.h224 int32_t OH_PixelMap_CreateAlphaPixelMap(napi_env env, napi_value source, napi_value* alpha);
237 NativePixelMap* OH_PixelMap_InitNativePixelMap(napi_env env, napi_value source);
Dimage_mdk.h133 ImageNative* OH_Image_InitImageNative(napi_env env, napi_value source);
Dimage_receiver_mdk.h122 ImageReceiverNative* OH_Image_Receiver_InitImageReceiverNative(napi_env env, napi_value source);
/interface/sdk-js/build-tools/api_check_plugin/autoTest/ut/
Dparam007.d.ts28 function createDistributedObject(source: { [key: string]: Object }): void;
/interface/sdk-js/api/@internal/component/ets/
Dplugin_component.d.ts33 source: string; property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DJsDocProcessor.ts108 source: tag.source[0].source,
109 lineNumber: tag.source[0].number,
110 tokenSource: tag.source,
/interface/sdk_c/third_party/zlib/
DLICENSE17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
/interface/sdk_c/third_party/musl/ndk_musl_include/netinet/
Dudp.h12 #define uh_sport source
/interface/sdk_c/third_party/musl/
DREADME.OpenSource8 …"Upstream URL" : "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/musl…
/interface/sdk_c/third_party/mindspore/
DREADME.OpenSource9 …"Description": "MindSpore is a new open source deep learning training/inference framework that cou…
/interface/sdk_c/third_party/node/
DREADME.OpenSource9 …"Description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It exec…
/interface/sdk-js/build-tools/dts_parser/
Dtsconfig.json9 …// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of…
18 …rue, /* Emit design-type metadata for decorated declarations in source files. */
28 …ir": "./", /* Specify the root folder within your source files. */
34 … /* Specify type package names to be included without being referenced in a source file. */
48 …// "sourceMap": true, /* Create source map files for emitted JavaSc…
56 … /* Specify the root path for debuggers to find the reference source code. */
59 …// "inlineSources": true, /* Include source code in the sourcemaps insi…
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dtsconfig.json9 …// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of…
18 …rue, /* Emit design-type metadata for decorated declarations in source files. */
28 …ir": "./", /* Specify the root folder within your source files. */
34 … /* Specify type package names to be included without being referenced in a source file. */
48 …// "sourceMap": true, /* Create source map files for emitted JavaSc…
56 … /* Specify the root path for debuggers to find the reference source code. */
59 …// "inlineSources": true, /* Include source code in the sourcemaps insi…
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DComment.ts302 source: string; property
324 source: string; property

123