Home
last modified time | relevance | path

Searched refs:GetPos (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp225 startPos_ = writer.GetPos();
265 extent.offset = writer.GetPos();
310 size_t oldPos = writer.GetPos();
H A Dheif_box.cpp85 size_t startPos = writer.GetPos(); in ReserveHeader()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h140 size_t GetPos() const { return position_; } in GetPos() function in OHOS::ImagePlugin::HeifStreamWriter
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.c47 static int GetPos(const char *name) in GetPos() function
65 int pos = GetPos(name); in PushRpcFunc()
306 int pos = GetPos(func); in GetRpcFunc()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h635 Point GetPos(int16_t& lineHeight, const Style& style, uint16_t& lineCount, const Rect& coords);
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp283 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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp513 startPos = childrenSize_ ? posMap_->GetPos(startIndex) : startPos; in MeasureListItem()
519 endPos = childrenSize_ ? posMap_->GetPos(endIndex) + posMap_->GetRowHeight(endIndex) : endPos; in MeasureListItem()
952 float newReferencePos = offset - posMap_->GetPos(index); in ModifyReferencePos()
958 (posMap_->GetPos(index) + posMap_->GetRowHeight(index)); in ModifyReferencePos()
H A Dlist_position_map.h401 float GetPos(int32_t index, float offset = 0.0f) in GetPos() function in OHOS::Ace::NG::ListPositionMap
H A Dlist_pattern.cpp1829 posMap_->GetPos(itemPosition_.begin()->first, itemPosition_.begin()->second.startPos);

Completed in 15 milliseconds