Searched refs:GetPos (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_data_box.cpp | 240 startPos_ = writer.GetPos(); in Write() 280 extent.offset = writer.GetPos(); in WriteMdatBox() 325 size_t oldPos = writer.GetPos(); in PackIlocHeader()
|
H A D | heif_box.cpp | 85 size_t startPos = writer.GetPos(); in ReserveHeader()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_stream.h | 140 size_t GetPos() const { return position_; } in GetPos() function
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_crpc_server.c | 47 static int GetPos(const char *name) in GetPos() function 65 int pos = GetPos(name); in PushRpcFunc() 306 int pos = GetPos(func); in GetRpcFunc()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 283 Point pos = GetPos(lineHeight, style, lineCount, coords); in Draw() 353 Point Text::GetPos(int16_t& lineHeight, const Style& style, uint16_t& lineCount, const Rect& coords) in GetPos() function in OHOS::Text
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 635 Point GetPos(int16_t& lineHeight, const Style& style, uint16_t& lineCount, const Rect& coords);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 529 startPos = childrenSize_ ? posMap_->GetPos(startIndex) : startPos; in MeasureListItem() 534 … endPos = childrenSize_ ? posMap_->GetPos(endIndex) + posMap_->GetRowHeight(endIndex) : endPos; in MeasureListItem() 943 float newReferencePos = offset - posMap_->GetPos(index); in ModifyReferencePos() 949 (posMap_->GetPos(index) + posMap_->GetRowHeight(index)); in ModifyReferencePos()
|
H A D | list_position_map.h | 402 float GetPos(int32_t index, float offset = 0.0f)
|
H A D | list_pattern.cpp | 1840 posMap_->GetPos(itemPosition_.begin()->first, itemPosition_.begin()->second.startPos); in UpdateTotalOffset()
|