Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h32 constexpr int32_t TABLE_POSITION_X = 1; variable
H A Drender_indexer_circle.cpp102 position.SetX(itemRadius + itemRadius * itemInfo_[positionIndex][TABLE_POSITION_X]); in SetItemPosition()
294 itemInfo_[i][TABLE_POSITION_X] = sin(M_PI_2 + itemInfo_[i][TABLE_ANGLE]); in InitIndexTable()
925 … double centerX = outerRadius_ + itemCenterRadius * itemInfo_[positionIndex][TABLE_POSITION_X]; in GetNearestItem()
H A Drender_indexer.cpp195 itemInfo_[i][TABLE_POSITION_X] = paddingX_; in InitIndexTable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h34 inline constexpr int32_t TABLE_POSITION_X = 1; variable