Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 125) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp173 int32_t increase, modDxMask; in RenderHorizonline() local
191 increase = 1; in RenderHorizonline()
197 increase = -1; in RenderHorizonline()
210 pixelX1 += increase; in RenderHorizonline()
303 increase = 1; in LineOperate()
316 increase = -1; in LineOperate()
326 ey1 += increase; in LineOperate()
348 increase = -1; in RenderVerticalLine()
356 ey1 += increase; in RenderVerticalLine()
365 ey1 += increase; in RenderVerticalLine()
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.5/
H A Dchangelogs-arkui.md11 … the **\<Flex>** container as its paddings along the main or cross axis increase to such an extent…
17increase along the main axis, the child components suddenly move rightward once the container wid…
19increase along the main axis, the child components gradually move rightward until they disappear a…
31 … become invisible due to excessively large paddings, maintain the same effect for padding increase.
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/
H A Dindex.test.js40 increase() {
47 expect(typeof vm.increase).toBe('function');
49 vm.increase();
59 increase() {
76 vm.increase();
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-sendable-module.md134 Button("MainThread increase count")
138 Button("Taskpool increase count")
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h208 int32_t& increase, int32_t& xFrom, int32_t& submaskFlagsY1,
212 int32_t& increase, int32_t& xFrom, int64_t& deltaxMask,
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/02/
H A Dindex.js24 increase() {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-hml.md100 <input type="button" class="btn" value="increase" onclick="increase" />
117 increase() {
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/05/
H A Dindex.js24 increase() {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp208 indexDiffer.decrease.size(), indexDiffer.change.size(), indexDiffer.increase.size()); in UpgradeIndexes()
223 for (const auto &entry : indexDiffer.increase) { in UpgradeIndexes()
/ohos5.0/drivers/interface/face_auth/v1_1/
H A DFaceAuthTypes.idl86 /**< Indicates that the sa command is begin brightness increase. */
88 /**< Indicates that the sa command is end brightness increase. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/foo/face_auth/v1_1/
H A DFaceAuthTypes.idl86 /**< Indicates that the sa command is begin brightness increase. */
88 /**< Indicates that the sa command is end brightness increase. */
/ohos5.0/docs/zh-cn/design/
H A DAPI-Review-Template.md49 …p/down, show/hide, open/close, source/target, <br/>source/destination, increase/decrease, first/l…
H A DOpenHarmony-API-quality.md188 例如,如果你使用了`add`就应该使用`remove`,而不是`destroy`。使用了`increase`就应该使用`decrease`,而不是`reduce`。
195 | increase | decrease |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-syntax-hml.md68 <input type="button" class="btn" value="increase" onclick="increase" />
84 increase() {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/
H A Dsingle_ver_schema_database_upgrader.cpp67 indexDiffer.increase = newSchema_.GetIndexInfo(); in ExecuteUpgradeSchema()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-sendable-module.md134 Button("MainThread increase count")
138 Button("Taskpool increase count")
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Derrorcode-vibrator.md25 1. Retry the operation at a specified interval or at an exponential increase interval. If the opera…
H A Derrorcode-sensor.md23 1. Retry the operation at a specified interval (for example, 1s) or at an exponential increase inte…
/ohos5.0/base/update/updater/services/
H A Dupdater.cpp226 int increase = (endProgress - beginProgress) / PROGRESS_VALUE_CONST; in ProgressSmoothHandler() local
227 beginProgress += increase; in ProgressSmoothHandler()
228 if (beginProgress >= endProgress || increase == 0) { in ProgressSmoothHandler()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-divider.md44 …length will increase by the stroke width.<br>- **square**: A square cap is added to each end of th…
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-local.md355 Button('increase the year by 1')
360 Button('increase the month by 1')
365 Button('increase the day by 1')
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-optimizations.md48 This approach, however, causes extra compilation time, which may increase the cold startup time use…
67 …de cache is created. However, the peak resource usage during the application running may increase.
88 …* while maintaining the hot startup performance. This approach will not increase the peak resource…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-hml.md100 <input type="button" class="btn" value="increase" onclick="increase" />
117 increase() {
/ohos5.0/docs/en/application-dev/internationalization/
H A Dl10n-hard-coding-concatenate.md7 …luding text in images, audios, and subtitles, is prohibited as this can increase the difficulty an…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-pixelRound.md97increase the width of the parent component by clicking the button. The initial width is set at 301…

12345