/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/ |
H A D | rasterizer_cells_antialias.cpp | 173 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 D | changelogs-arkui.md | 11 … the **\<Flex>** container as its paddings along the main or cross axis increase to such an extent… 17 … increase along the main axis, the child components suddenly move rightward once the container wid… 19 …increase 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 D | index.test.js | 40 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 D | arkts-sendable-module.md | 134 Button("MainThread increase count") 138 Button("Taskpool increase count")
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
H A D | rasterizer_cells_antialias.h | 208 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 D | index.js | 24 increase() {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-hml.md | 100 <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 D | index.js | 24 increase() {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_schema_database_upgrader.cpp | 208 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 D | FaceAuthTypes.idl | 86 /**< 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 D | FaceAuthTypes.idl | 86 /**< 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 D | API-Review-Template.md | 49 …p/down, show/hide, open/close, source/target, <br/>source/destination, increase/decrease, first/l…
|
H A D | OpenHarmony-API-quality.md | 188 例如,如果你使用了`add`就应该使用`remove`,而不是`destroy`。使用了`increase`就应该使用`decrease`,而不是`reduce`。 195 | increase | decrease |
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | js-framework-syntax-hml.md | 68 <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 D | single_ver_schema_database_upgrader.cpp | 67 indexDiffer.increase = newSchema_.GetIndexInfo(); in ExecuteUpgradeSchema()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-sendable-module.md | 134 Button("MainThread increase count") 138 Button("Taskpool increase count")
|
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/ |
H A D | errorcode-vibrator.md | 25 1. Retry the operation at a specified interval or at an exponential increase interval. If the opera…
|
H A D | errorcode-sensor.md | 23 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 D | updater.cpp | 226 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 D | js-components-basic-divider.md | 44 …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 D | arkts-new-local.md | 355 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 D | jsvm-optimizations.md | 48 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 D | js-lite-framework-syntax-hml.md | 100 <input type="button" class="btn" value="increase" onclick="increase" /> 117 increase() {
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | l10n-hard-coding-concatenate.md | 7 …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 D | ts-universal-attributes-pixelRound.md | 97 …increase the width of the parent component by clicking the button. The initial width is set at 301…
|