Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-transformation.md75 pixelMap.flip(false, true);
78 ![Vertical Flip](figures/vertical-flip.jpeg)
82 pixelMap.flip(true, false);
85 ![Horizontal Flip](figures/horizontal-flip.jpeg)
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hcs/camera/hal/mpp/hispark_taurus/driver/
H A Dmpp_config.hcs160 flip = 0;
173 flip = 0;
186 flip = 0;
199 flip = 0;
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-transformation.md75 pixelMap.flip(false, true);
78 ![Vertical Flip](figures/vertical-flip.jpeg)
82 pixelMap.flip(true, false);
85 ![Horizontal Flip](figures/horizontal-flip.jpeg)
H A Dimage-pixelmap-operation-native.md177 …// flipX: whether to flip the image horizontally. The value 1 means to flip the image and 0 means …
178 …// flipY: whether to flip the image vertically. The value 1 means to flip the image and 0 means th…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp54 static inline void DataSwap(uint8_t* a, uint8_t* b, bool flip) in DataSwap() argument
56 if (flip) { in DataSwap()
72 static void YUV422SPDataCopy(uint8_t* buffer, uint64_t size, YUVData &data, bool flip) in YUV422SPDataCopy() argument
78 DataSwap(&(buffer[i]), &(data.y[i]), flip); in YUV422SPDataCopy()
86 DataSwap(&(buffer[i]), &(data.v[vi]), flip); in YUV422SPDataCopy()
89 DataSwap(&(buffer[i]), &(data.u[ui]), flip); in YUV422SPDataCopy()
H A Dpixel_yuv_ext.cpp250 void PixelYuvExt::flip(bool xAxis, bool yAxis) in flip() function in OHOS::Media::PixelYuvExt
261 PixelYuv::flip(xAxis, yAxis); in flip()
/ohos5.0/foundation/multimedia/image_framework/
H A DREADME_zh.md21 - [图片翻转](#flip)
313 ### 14.flip<a name="flip"></a>
317 通过调用flip对图片进行翻转。
320 flip(horizontal: boolean, vertical: boolean, callback: AsyncCallback<void>): void;
321 flip(horizontal: boolean, vertical: boolean): Promise<void>;
327 await pixelMap.flip(false, true);
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dimage-edit.md46 分别通过以下方法对pixelMap进行裁剪、缩放、偏移、旋转、翻转、调节透明度等操作:crop、scale、translate、rotate、flip、opacity。
76 pixelMap.flip(false, true);
172 pixelMap.flip(false, true);
H A Dbook-flip-animation.md11 ![翻页动效示例图](figures/book-flip-animation.gif)
32 ![翻页动效](figures/book-flip-logic.png)
H A DReadme-CN.md12 - [如何通过显示动画实现书籍翻页动效](book-flip-animation.md)
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-animation.md11 - Front/Rear camera switching: Use preview stream snapshots to create a blur-and-flip effect for tr…
266 6. (Optional) Implement the blur-and-flip animation.
268 …The animation is carried out in two phases: blur-and-flip and fade-out blur, where fade-out blur i…
270 …The blur-and-flip animation is realized through two stages of component rotation—initially a 90° r…
272 …To ensure that the preview stream is not exposed during flip, you must also build a blackout compo…
302 …ay ensures that the component's scaling and blur effects are triggered in prior to the flip effect.
306 // Trigger the second-phase flip effect after onFinish.
332 …n is applied to the component to ensure that the image is not mirrored after the second-phase flip.
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal.cpp121 WifiDeviceConfig &device, WifiLinkedInfo &info, bool flip) in AppraiseDeviceQuality() argument
189 if (flip) { // lowest priority ssid, filp the score in AppraiseDeviceQuality()
H A Dsta_saved_device_appraisal.h65 WifiLinkedInfo &info, bool flip);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.cpp42 from = from.flip(); in Slerp()
H A Dquaternion.h96 Quaternion flip() const in flip() function
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv_ext.h41 NATIVEEXPORT void flip(bool xAxis, bool yAxis) override;
H A Dpixel_astc.h65 NATIVEEXPORT void flip(bool xAxis, bool yAxis) override;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-rating.md42 | rtl-flip | boolean | true | 否 | 在RTL文字方向下是否自动翻转图源。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-multimedia.md43 ….multimedia.image | PixelMap | flip(horizontal: boolean, vertical: boolean, callback: AsyncCallbac…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-rating.md82 …ckground: {{backstar}}; star-secondary: {{secstar}};star-foreground: {{forestar}};rtl-flip: true;">
181 star-foreground: {{forestar}};rtl-flip: true;"></rating>
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1375 Drawing::Matrix flip; in FlipMatrix() local
1376 camera3D.ApplyToMatrix(flip); in FlipMatrix()
1378 flip.PreTranslate(-half * params.dstRect.GetWidth(), -half * params.dstRect.GetHeight()); in FlipMatrix()
1379 flip.PostTranslate(half * params.dstRect.GetWidth(), half * params.dstRect.GetHeight()); in FlipMatrix()
1380 params.matrix.PreConcat(flip); in FlipMatrix()
1838 GraphicTransformType RSBaseRenderUtil::RotateEnumToInt(int angle, GraphicTransformType flip) in RotateEnumToInt() argument
1854 …if (flip != GraphicTransformType::GRAPHIC_FLIP_H && flip != GraphicTransformType::GRAPHIC_FLIP_V) { in RotateEnumToInt()
1858 auto iter = pairToEnumMap.find({angle, flip}); in RotateEnumToInt()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-multimedia.md43 ….multimedia.image | PixelMap | flip(horizontal: boolean, vertical: boolean, callback: AsyncCallbac…
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Doh_sensor_type_8h.md59 …closing state of the flip cover. The value **0** means that the flip cover is opened, and a value …
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-rating.md82 …ckground: {{backstar}}; star-secondary: {{secstar}};star-foreground: {{forestar}};rtl-flip: true;">
181 star-foreground: {{forestar}};rtl-flip: true;"></rating>
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp794 Drawing::Matrix flip; in FlipMatrix() local
795 camera3D.ApplyToMatrix(flip); in FlipMatrix()
797 flip.PreTranslate(-half * bounds.GetWidth(), -half * bounds.GetHeight()); in FlipMatrix()
798 flip.PostTranslate(half * bounds.GetWidth(), half * bounds.GetHeight()); in FlipMatrix()
799 matrix.PreConcat(flip); in FlipMatrix()

123