Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp164 …if ((uint32_t)newPosition < GetBlock()->GetStartPos() || (uint32_t)newPosition >= GetBlock()->GetL… in OnGo()
193 if ((block->GetStartPos() == block->GetLastPos() && (uint32_t)rowCount_ != block->GetStartPos()) in FillBlock()
194 … || ((uint32_t)requiredPos < block->GetStartPos() || block->GetLastPos() <= (uint32_t)requiredPos) in FillBlock()
195 || block->GetStartPos() > 0) { in FillBlock()
198 … rowCount_, requiredPos, block->GetStartPos(), block->GetLastPos(), block->GetBlockPos()); in FillBlock()
H A Dabs_shared_result_set.cpp99 uint32_t startPos = block->GetStartPos(); in UpdateBlockPos()
H A Dshare_block.cpp141 info->startPos = serializer.GetStartPos(); in FillSharedBlockOpt()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp89 Point GetStartPos() const in GetStartPos() function in OHOS::TestUICanvas
342 Point start = canvas_->GetStartPos();
365 Point start = canvas_->GetStartPos();
389 Point start = canvas_->GetStartPos();
422 Point start = canvas_->GetStartPos();
452 Point start = canvas_->GetStartPos();
479 Point start = canvas_->GetStartPos();
507 Point start = canvas_->GetStartPos();
533 Point start = canvas_->GetStartPos();
560 Point start = canvas_->GetStartPos();
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp35 void FlexLayout::GetStartPos(const int16_t& length, in GetStartPos() function in OHOS::FlexLayout
77 GetStartPos(length, majorPos, interval, 0, &totalValidLength, &childrenNum); in GetNoWrapStartPos()
86 GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum); in GetRowStartPos()
95 GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum); in GetColumnStartPos()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshared_block_serializer_info.h60 int GetStartPos() const in GetStartPos() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h119 void GetStartPos(const int16_t& length, int16_t& pos, int16_t& interval, int16_t count,
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp39 int16_t GetStartPos() const in GetStartPos() function in OHOS::LabelAnimator
405 …return hasAnimator_ ? static_cast<LabelAnimator*>(animator_.animator)->GetStartPos() : animator_.p… in GetRollStartPos()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h223 uint32_t GetStartPos() in GetStartPos() function
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h286 API_EXPORT uint32_t GetStartPos() in GetStartPos() function