Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 103) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/src/filter/
H A Dfilter.cpp80 auto invert = Rosen::SKImageFilterFactory::Invert(); in Invert() local
81 if (!invert) { in Invert()
84 AddNextFilter(invert); in Invert()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dleast_square_impl.cpp61 Matrix3 invert; in GetLeastSquareParams() local
63 if (!(transpose * matrixn3).Invert(invert)) { in GetLeastSquareParams()
66 auto matrix3n = invert * transpose; in GetLeastSquareParams()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md243 ### invert subsection
245 invert(): Matrix4Transit
265 let matrix2 = matrix1.copy().invert()
704 ## matrix4.invert<sup>(deprecated)</sup>
706 invert(): Matrix4Transit
712 > 从API version 10开始废弃。建议使用[Matrix4Transit.invert](#invert)替代。
/ohos5.0/docs/en/application-dev/ui/
H A Dtheme_skinning.md320 | theme.colors.fontOnPrimary | Primary text invert color.| #ffffffff | ![](figures/…
321 | theme.colors.fontOnSecondary | Secondary text invert color.| #99ffffff | ![](figure…
322 | theme.colors.fontOnTertiary | Tertiary text invert color.| #66ffffff | ![](figures…
323 | theme.colors.fontOnFourth | Quaternary text invert color.| #33ffffff | ![](figur…
330 | theme.colors.iconOnPrimary | Primary icon invert color.| #ffffffff | ![](figures/…
331 | theme.colors.iconOnSecondary | Secondary icon invert color.| #99ffffff | ![](figure…
332 | theme.colors.iconOnTertiary | Tertiary icon invert color.| #66ffffff | ![](figures…
333 | theme.colors.iconOnFourth | Quaternary icon invert color.| #33ffffff | ![](figur…
351 | theme.colors.compCommonContrary | Common invert color.| #ffffffff |![](figures/fffffff…
H A Dui-js-components-offscreencanvas.md15 <option value="invert(100%)">invert</option>
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-canvas-matrix2d.md137 ### invert subsection
139 invert(): Matrix2D
180 this.matrix.invert()
191 ![matrix-invert.png](figures/matrix-invert.png)
H A Dts-universal-attributes-image-effect.md118 ## invert section
120 invert(value: number | InvertOptions)
545 Text('invert').fontSize(15).fontColor(0xCCCCCC).width('90%')
546 Image($r('app.media.image')).width('90%').height(30).invert(0.2)
547 Image($r('app.media.image')).width('90%').height(30).invert(0.8)
709 Column().width("100%").height(30).invert({
715 Column().width("100%").height(30).invert({
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.26/
H A Dchangelogs-global.md11 …tColorMode** to specify the color mode, the built-in components of the system do not invert colors.
15 …tColorMode** to specify the color mode, the built-in components of the system do not invert colors.
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/src/
H A Daudio_sapm.c518 uint32_t invert; in MixerSetPathStatus() local
537 invert = mixerCtrl->invert; in MixerSetPathStatus()
551 if ((invert && !curValue) || (!invert && curValue)) { in MixerSetPathStatus()
979 if (sapmComponent->invert) { in AudioSapmPowerUpSeqRun()
1011 if (sapmComponent->invert) { in AudioSapmPowerDownSeqRun()
1090 if (sapmComponent->invert) { in ReadInitComponentPowerStatus()
1338 if (mixerCtrl->invert) { in AudioSapmSetCtrlOps()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp424 auto invert = properties.GetInvert(); in DumpNodePropertiesColor() local
425 if (invert.has_value() && !ROSEN_EQ(*invert, 0.f)) { in DumpNodePropertiesColor()
426 out["Invert"] = *invert; in DumpNodePropertiesColor()
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h76 uint32_t invert; member
H A Daudio_parse.h71 uint8_t invert; member
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-offscreencanvas.md15 <option value="invert(100%)">invert</option>
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c510 if (mixerCtrl->invert) { in AudioCodecRegUpdate()
586 if (mixerCtrl->invert) { in AudioDaiRegUpdate()
761 if (mixerCtrl->invert) { in AudioGetCtrlOpsRReg()
783 if (mixerCtrl->invert) { in AudioGetCtrlOpsReg()
909 *value = mixerCtrl->invert == 0 ? val : mixerCtrl->max - val; in AudioSetCtrlOpsReg()
934 *rvalue = mixerCtrl->invert == 0 ? val : mixerCtrl->max - val; in AudioSetCtrlOpsRReg()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp315 OH_Drawing_Matrix* invert = OH_Drawing_MatrixCreate(); in draw_black_point() local
318 bool ret2 = OH_Drawing_MatrixInvert(invCanvasM, invert); in draw_black_point()
323 OH_Drawing_CanvasConcatMatrix(canvas, invert); in draw_black_point()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-offscreencanvasrenderingcontext2d.md16 …/>-&nbsp;grayscale:将图像转换为灰度图像<br/>-&nbsp;hue-rotate:给图像应用色相旋转<br/>-&nbsp;invert:反转输入图像<br/>-&nbsp;…
45 offCanvas2.filter = 'invert(100%)';
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md243 ### invert subsection
245 invert(): Matrix4Transit
265 let matrix2 = matrix1.copy().invert()
705 ## matrix4.invert<sup>(deprecated)</sup>
707 invert(): Matrix4Transit
713 …s deprecated since API version 10. You are advised to use [Matrix4Transit.invert](#invert) instead.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.h63 static void PaintInvert(const RSRoundRect& frameSize, RSCanvas* canvas, float invert);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.h67 const InvertVariant invert = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h84 …static void PaintInvert(const SkRRect& outerRRect, SkCanvas* canvas, const Dimension& invert, cons…
110 const Dimension& invert, const Color& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.h74 static void PaintInvert(const SkRRect& rRect, SkCanvas* canvas, float invert);
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/include/
H A Daudio_sapm.h110 uint8_t invert; /* invert the power bit */ member
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-audio-des.md482 invert: enum InvertVal 0-uninvert 1-invert
513 reg, rreg, shift, rshift, min, max, mask, invert, value */
525 reg, rreg, shift, rshift, min, max, mask, invert, value */
533 reg, rreg, shift, rshift, min, max, mask, invert, value */
543 sapmType, compNameIndex, reg, mask, shift, invert, kcontrolNews, kcontrolsNum
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dgl1_entries.in367 HOOK_API_ENTRY(void, glSampleCoverage, GLfloat value, GLboolean invert)
368 CALL_HOOK_API(glSampleCoverage, value, invert)
370 HOOK_API_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
371 CALL_HOOK_API(glSampleCoveragex, value, invert)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-canvas-matrix2d.md311 ### invert subsection
313 invert(): Matrix2D
350 Button("matrix invert")
359 matrix.invert()

12345