/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_staging.cpp | 71 const uint32_t beginIndex = static_cast<uint32_t>(staging.bufferImageCopies.size()); in CopyImageToBuffer() local 75 srcHandle, dstHandle, beginIndex, 1u, {}, nullptr }); in CopyImageToBuffer() 87 const uint32_t beginIndex = static_cast<uint32_t>(staging.imageCopies.size()); in CopyImageToImage() local 91 srcHandle, dstHandle, beginIndex, 1u, {}, nullptr }); in CopyImageToImage() 103 const uint32_t beginIndex = static_cast<uint32_t>(staging.bufferCopies.size()); in CopyBufferToBuffer() local 107 srcHandle, dstHandle, beginIndex, 1u, {}, nullptr }); in CopyBufferToBuffer() 119 const uint32_t beginIndex = static_cast<uint32_t>(staging.bufferImageCopies.size()); in CopyBufferToImage() local 123 srcHandle, dstHandle, beginIndex, 1u, {}, nullptr }); in CopyBufferToImage() 151 const uint32_t beginIndex = static_cast<uint32_t>(staging.bufferCopies.size()); in CopyDataToBuffer() local 156 stagingBufferHandle, dstHandle, beginIndex, 1, move(copiedData), nullptr }); in CopyDataToBuffer() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_position_map.h | 444 float chainOffset = chainOffsetFunc_ ? chainOffsetFunc_(beginIndex) : 0.0f; in OptimizeBeforeMeasure() 447 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() 448 while (!NearEqual(posMap_[beginIndex].mainPos + rowInfo.second, totalHeight_) && in OptimizeBeforeMeasure() 450 beginIndex = rowInfo.first + 1; in OptimizeBeforeMeasure() 452 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() 453 chainOffset = chainOffsetFunc_ ? chainOffsetFunc_(beginIndex) : 0.0f; in OptimizeBeforeMeasure() 457 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() 458 while (Positive(posMap_[beginIndex].mainPos) && in OptimizeBeforeMeasure() 460 beginIndex = GetRowStartIndex(beginIndex) - 1; in OptimizeBeforeMeasure() 462 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() [all …]
|
/ohos5.0/foundation/ability/ability_lite/frameworks/want_lite/src/ |
H A D | want.cpp | 364 char *beginIndex = parseUri; in WantParseUri() local 366 if (strstr(beginIndex, property.key) != beginIndex) { in WantParseUri() 373 char *endIndex = strchr(beginIndex, URI_SEPARATOR); in WantParseUri() 374 if ((endIndex == nullptr) || (endIndex <= beginIndex)) { in WantParseUri() 379 beginIndex += property.keyLen; in WantParseUri() 382 SetElementDeviceID(&element, beginIndex); in WantParseUri() 386 SetElementBundleName(&element, beginIndex); in WantParseUri() 390 SetElementAbilityName(&element, beginIndex); in WantParseUri() 397 beginIndex = endIndex + 1; in WantParseUri()
|
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | any.cpp | 166 size_t beginIndex = stringInfo.find_first_of('='); in GetTypeNameFromFunctionInfo() local 167 if (beginIndex == std::string::npos) { in GetTypeNameFromFunctionInfo() 171 beginIndex += 2; // 2 表示右移两位 in GetTypeNameFromFunctionInfo() 180 std::string_view typeNameRet(functionInfo + beginIndex, endIndex - beginIndex); in GetTypeNameFromFunctionInfo()
|
/ohos5.0/base/update/updateservice/foundations/ability/utils/include/ |
H A D | string_utils.h | 69 static std::string SafeSubString(const std::string &sourceStr, int beginIndex, int endIndex, in SafeSubString() argument 75 … if (beginIndex < 0 || static_cast<size_t>(endIndex) > sourceStr.size() || beginIndex > endIndex) { in SafeSubString() 78 return sourceStr.substr(beginIndex, endIndex); in SafeSubString()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 173 const uint32_t beginIndex = ref.beginIndex; in CopyBuffersToImages() local 176 const BufferImageCopy& copyRef = bufferImageCopies[beginIndex + idx]; in CopyBuffersToImages() 232 const uint32_t beginIndex = ref.beginIndex; in CopyImagesToBuffersImpl() local 235 const BufferImageCopy& copyRef = bufferImageCopies[beginIndex + idx]; in CopyImagesToBuffersImpl() 248 const uint32_t beginIndex = ref.beginIndex; in CopyImagesToImagesImpl() local 251 const ImageCopy& copyRef = imageCopies[beginIndex + idx]; in CopyImagesToImagesImpl() 521 const auto copies = array_view(bufferCopies.data() + ref.beginIndex, ref.count); in CopyBuffersToBuffers()
|
H A D | render_node_staging.cpp | 52 const uint32_t bufferBeginIndex = ref.beginIndex; in CopyHostDirectlyToBuffer()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hdi_util.c | 175 int beginIndex = 1; in DataAnonymize() local 178 return CharReplace(output, beginIndex, beginIndex + hiddenSize, hiddenChar); in DataAnonymize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 92 void SetBeginIndex(int32_t beginIndex) in SetBeginIndex() 94 this->beginIndex = beginIndex; in SetBeginIndex() 99 return beginIndex; in GetBeginIndex() 445 int32_t beginIndex = 0; member
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/ |
H A D | wifi_hal_common_func.c | 193 int beginIndex = 1; in DataAnonymize() local 196 return CharReplace(output, beginIndex, beginIndex + hiddenSize, hiddenChar); in DataAnonymize()
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_event_info_parcel.cpp | 68 int32_t beginIndex = 0; in ReadFromParcelSecondPart() local 69 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, beginIndex); in ReadFromParcelSecondPart() 70 SetBeginIndex(beginIndex); in ReadFromParcelSecondPart()
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/ |
H A D | vibration_convert_core.cpp | 928 size_t beginIndex = unionTransientEvent.onsetIdx; in GetIdex() local 929 size_t endIndex = beginIndex + onsetMinSkip_; in GetIdex() 930 size_t maxIndex = beginIndex; in GetIdex() 931 double maxRmseEnvelope = intensityData[beginIndex].rmseEnvelope; in GetIdex() 932 for (size_t k = (beginIndex + 1); k < endIndex; k++) { in GetIdex() 943 beginIndex = fromIndex; in GetIdex() 945 size_t minIndex = beginIndex; in GetIdex() 946 double minRmseEnvelope = intensityData[beginIndex].rmseEnvelope; in GetIdex() 947 for (size_t k = (beginIndex + 1); k < endIndex; k++) { in GetIdex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_element.cpp | 27 std::string BuildEventParam(int32_t beginIndex, int32_t endIndex) in BuildEventParam() argument 30 .append(std::to_string(beginIndex)) in BuildEventParam() 101 void ListElement::RetrieveListData(int32_t beginIndex, int32_t endIndex) in RetrieveListData() argument 107 command.append(BuildEventParam(beginIndex, endIndex)); in RetrieveListData() 113 std::string param = BuildEventParam(beginIndex, endIndex); in RetrieveListData()
|
H A D | list_component.h | 170 void SetBeginIndex(int32_t beginIndex) in SetBeginIndex() argument 172 beginIndex_ = beginIndex; in SetBeginIndex()
|
H A D | list_element.h | 62 void RetrieveListData(int32_t beginIndex, int32_t endIndex);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 527 uint16_t beginIndex, uint16_t count) in GetPosXByLetterIndex() argument 536 style.letterSpace_, beginIndex, count); in GetPosXByLetterIndex() 660 const Style& style, uint16_t beginIndex, uint16_t num) in GetNextCharacterFullDispalyOffset() argument 662 return GetPosXByLetterIndex(textRect, style, beginIndex, num); in GetNextCharacterFullDispalyOffset()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/js/ |
H A D | @ohos.accessibility.d.ts | 676 beginIndex?: number;
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 527 uint16_t beginIndex, uint16_t count); 555 const Style& style, uint16_t beginIndex, uint16_t num);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 161 uint32_t beginIndex = stringInfo.find_first_of('=') + 2; // 2 表示右移两位 in GetTypeName() local 163 std::string_view typeName(charInfo + beginIndex, endIndex - beginIndex + 1); in GetTypeName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_group_js_bridge.cpp | 326 const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, in ParseJsPara() argument 330 if (argc < beginIndex) { // no others params in ParseJsPara() 333 for (int32_t i = beginIndex; i < argc; i++) { in ParseJsPara()
|
H A D | jsi_declarative_group_js_bridge.h | 108 int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments);
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 148 size_t beginIndex = 1; in SsidAnonymize() local 151 std::for_each(s.begin() + beginIndex, s.begin() + beginIndex + hiddenSize, func); in SsidAnonymize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.h | 110 int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments);
|
H A D | jsi_group_js_bridge.cpp | 456 const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, in ParseJsPara() argument 460 if (argc < beginIndex) { // no others params in ParseJsPara() 463 for (int32_t i = beginIndex; i < argc; i++) { in ParseJsPara()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-accessibility.md | 12 | ohos.accessibility | EventInfo | beginIndex?: number; | 新增 |
|