Home
last modified time | relevance | path

Searched refs:FORMATE_NUM_STEP (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp623 constexpr uint8_t FORMATE_NUM_STEP = 3; in FormatNumber() local
626 for (int i = n - FORMATE_NUM_STEP; i > 0; i -= FORMATE_NUM_STEP) { in FormatNumber()