Searched refs:inverted (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-theme.md | 46 …esourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Primary inverted font color used o… 47 …ourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Secondary inverted font color used o… 48 …sourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Tertiary inverted font color used o… 49 …ceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Fourth-level inverted font color used o… 56 …esourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Primary inverted icon color used o… 57 …ourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Secondary inverted icon color used o… 58 …sourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Tertiary inverted icon color used o… 77 … [ResourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Common inverted color. | 79 …esourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Primary inverted color in the focu… 80 …ourceColor](arkui-ts/ts-types.md#resourcecolor) | No | No | Secondary inverted color in the focu… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 102 Matrix4 inverted = CreateInvert(matrix); in Invert() local 103 …double determinant = matrix(0, 0) * inverted(0, 0) + matrix(0, 1) * inverted(1, 0) + matrix(0, 2) … in Invert() 104 matrix(0, 3) * inverted(3, 0); in Invert() 106 inverted = inverted * (1.0f / determinant); in Invert() 108 inverted = CreateIdentity(); in Invert() 111 return inverted; in Invert()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-pwm-des.md | 56 …y cycle and goes low for the remaining of the period. <br>A signal with inverted polarity starts l… 256 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // Set the PWM signal polarity to inverted. 286 pcfg.polarity = PWM_INVERTED_POLARITY; // Set the PWM signal polarity to inverted. 375 … PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // Set the PWM signal polarity to inverted.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | effect__filter_8h.md | 32 …h_filter_invert) ([OH_Filter](_o_h___filter.md) \*filter) | Creates the inverted color effect and …
|
H A D | effect_kit.md | 55 …h_filter_invert) ([OH_Filter](_o_h___filter.md) \*filter) | Creates the inverted color effect and … 285 Creates the inverted color effect and adds it to a filter.
|
H A D | js-apis-graphics-drawing.md | 6789 | matrix | [Matrix](#matrix12) | Yes | **Matrix** object used to store the inverted matrix.| 6795 …t the matrix is revertible and the **matrix** object is filled with the inverted matrix, and **fal…
|
H A D | _drawing.md | 9722 Returns **true** if the matrix is reversible and the passed-in **inverse** is inverted; returns **f…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | theme_skinning.md | 353 | theme.colors.compFocusedPrimary | Primary inverted color in the focused state.| #e5000… 354 | theme.colors.compFocusedSecondary | Secondary inverted color in the focused state.| #990… 355 | theme.colors.compFocusedTertiary | Tertiary inverted color in the focused state.| #6600…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-default-focus.md | 37 … soft keyboard of the input method can be closed by touching either the inverted triangle button o…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 325 …inverted landscape mode.<br>- **portrait_inverted**: inverted portrait mode.<br>- **auto_rotation*…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect.md | 134 …age is inverted.<br>If the value is of the number type, it indicates the inversion ratio. If the v…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0.0-release.md | 81 - In the inverted index construction scenario, an external tokenizer can be specified for an applic…
|