Home
last modified time | relevance | path

Searched defs:endLine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_channel.c34 char *endLine = cur; in FindEndOfLine() local
70 char *endLine = NULL; in ProcessLastResponse() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_base_algorithm.cpp27 const int32_t endLine = gridLayoutInfo_.endMainLineIndex_ + cacheCount; in AdjustChildrenHeight() local
H A Dgrid_layout_info.cpp143 auto endLine = gridMatrix_.find(i); in UpdateEndIndex() local
879 auto endLine = gridMatrix_.find(endMainLineIndex_); in UpdateStartIndexForExtralOffset() local
931 float GridLayoutInfo::GetHeightInRange(int32_t startLine, int32_t endLine, float mainGap) const in GetHeightInRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp2309 auto endLine = gridLayoutInfo_.gridMatrix_.find(gridLayoutInfo_.endMainLineIndex_ + 1); in SkipLargeLineHeightLines() local