Home
last modified time | relevance | path

Searched refs:transformation (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dkdf.c155 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj) in HcfKdfCreate() argument
157 if ((!HcfIsStrValid(transformation, HCF_MAX_ALGO_NAME_LEN)) || (returnObj == NULL)) { in HcfKdfCreate()
163 if (ParseAndSetParameter(transformation, &params, ParseKdfParams) != HCF_SUCCESS) { in HcfKdfCreate()
178 if (strcpy_s(returnGenerator->algoName, HCF_MAX_ALGO_NAME_LEN, transformation) != EOK) { in HcfKdfCreate()
H A Dcipher.c345 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj) in HcfCipherCreate() argument
348 if (!HcfIsStrValid(transformation, HCF_MAX_ALGO_NAME_LEN) || (returnObj == NULL)) { in HcfCipherCreate()
352 if (ParseAndSetParameter(transformation, (void *)&attr, OnSetParameter) != HCF_SUCCESS) { in HcfCipherCreate()
367 if (strcpy_s(returnGenerator->algoName, HCF_MAX_ALGO_NAME_LEN, transformation) != EOK) { in HcfCipherCreate()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-transition-animation-component.md46 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions对象说明) | …
47 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明)| 是 | 设置组件转场时…
48 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions对象说明) | 是 | 设置组件…
69 > 5. 更详细的关于scale、rotate效果的介绍可参考[图形变换](ts-universal-attributes-transformation.md)。
103 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions对象说明) …
104 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明) | 否 | 设置组件转场时…
105 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions对象说明)| 否 | 设置组件转…
H A Dts-animatorproperty.md3 …tributes-transformation.md#scale)、[rotate](ts-universal-attributes-transformation.md#rotate)、[tran…
H A Dts-universal-component-area-change-event.md17 由绘制变化所导致的渲染属性变化不会响应回调,如[translate](ts-universal-attributes-transformation.md#translate)、[offset](ts…
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-transformation.md3 …ssified into image transformation and [PixelMap operation](image-pixelmap-operation.md). This topi…
7 …./../reference/apis-image-kit/js-apis-image.md#pixelmap7) for APIs related to image transformation.
24 3. Perform image transformation.
H A DReadme-EN.md7 - [Using PixelMap to Transform Images](image-transformation.md)
25 - [Using Image to Transform Images](image-transformation-native.md)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-system-cipher.md38 | transformation | string | 否 | RSA算法的填充项,默认为RSA/None/OAEPWithSHA25…
54 | transformation | string | 否 | AES算法的加密模式和填充项,默认AES/CBC/PKCS5Paddi…
166 transformation: 'AES/CBC/PKCS5Padding',
186 transformation: 'AES/CBC/PKCS5Padding',
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-animatorproperty.md3 …ibutes-transformation.md#scale), [rotate](ts-universal-attributes-transformation.md#rotate) and [t…
H A Dts-basic-svg.md37 | \<feColorMatrix\> | Transforms colors based on a transformation matrix.| **in**: filter input, wh…
84 … Defines an element transformation animation.| **attributeName**: animatable attribute; value: tra…
88 > Currently, only single element attribute or transformation animations are supported, not nested a…
H A Dts-transition-animation-component.md46 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions) | Yes|…
47 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions)| Yes| Scaling of…
48 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions) | Yes| Rotatio…
69 …bout the scale and rotate effects, see [Transformation](ts-universal-attributes-transformation.md).
103 | translate | [TranslateOptions](ts-universal-attributes-transformation.md#translateoptions) |No…
104 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions) | No| Scaling of …
105 | rotate | [RotateOptions](ts-universal-attributes-transformation.md#rotateoptions)| No| Rotation …
H A Dts-components-canvas-canvaspattern.md15 Uses a **Matrix2D** object as a parameter to perform matrix transformation on the current **CanvasP…
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A DReadme-CN.md7 - [使用PixelMap完成图像变换](image-transformation.md)
25 - [使用Image完成图像变换](image-transformation-native.md)
H A Dimage-decoding.md3 图片解码指将所支持格式的存档图片解码成统一的[PixelMap](image-overview.md),以便在应用或系统中进行图片显示或[图片处理](image-transformation.md)…
153 解码完成,获取到pixelMap对象后,可以进行后续[图片处理](image-transformation.md)。
H A Dimage-overview.md39 4. [图片处理](image-transformation.md):对PixelMap进行处理,更改图片属性实现图片的旋转、缩放、裁剪等效果。然后通过[Image组件](../../ui/arkt…
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-system-cipher.md38 | transformation | string | No | RSA padding. The default value is *…
54 | transformation | string | No | Encryption mode and padding of the …
166 transformation: 'AES/CBC/PKCS5Padding',
186 transformation: 'AES/CBC/PKCS5Padding',
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Dkdf.h51 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj);
H A Dcipher.h87 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.1/
H A Dchangelogs-security.md92 …* @param { string } transformation - indicates the description to be transformed to cipher specifi…
99 function createCipher(transformation: string): Cipher;
223 …* @param { string } transformation - indicates the description to be transformed to cipher specifi…
231 function createCipher(transformation: string): Cipher;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.1/
H A Dchangelogs-security.md92 …* @param { string } transformation - indicates the description to be transformed to cipher specifi…
99 function createCipher(transformation: string): Cipher;
223 …* @param { string } transformation - indicates the description to be transformed to cipher specifi…
231 function createCipher(transformation: string): Cipher;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md3 The **matrix4** module provides APIs for matrix transformation. You can use these APIs to translate…
224 // Before matrix transformation
481 Applies the current transformation effect to a coordinate point.
497 | [number, number] | Point object after matrix transformation |
515 Text(`Coordinates before matrix transformation: [${this.originPoint}]`)
521 Text(`Coordinates after matrix transformation: [${this.transformPoint}]`)
560 > This API must be used with **scale({centerX:0,centerY:0,x:1})** to ensure that the transformation
823 Applies the current transformation effect to a coordinate point.
841 | [number, number] | Point object after matrix transformation |
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/include/
H A Dcipher.h52 char *transformation; member
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp63 char *transformation = nullptr; member
196 ret = GetString(env, context->commonNapi->transformation_napi, &context->transformation, &len); in ReadAesData()
317 iv.transformation = asyncContext->transformation; in AesExcute()
553 CIPHER_FREE_PTR(context->transformation); in DeleteAesAsyncContext()
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c146 if ((iv->transformation != NULL) && (strcmp(iv->transformation, "AES/CBC/PKCS5Padding"))) { in InitAesCryptContext()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-types.md24 A three-dimensional vector used to represent a point, a direction, or a vector transformation in 3D…
34 A four-dimensional vector used to represent a point, a direction, or a vector transformation in 4D …

12345678910>>...14