Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lastLine
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_info.cpp
212
auto
lastLine
= gridMatrix_.find(endLine);
in FindItemCount()
local
225
if (
lastLine
== gridMatrix_.end() ||
lastLine
->second.empty()) {
in FindItemCount()
229
lastLine
= it;
in FindItemCount()
233
if (
lastLine
== gridMatrix_.end() ||
lastLine
->second.empty()) {
in FindItemCount()
242
for (const auto& it :
lastLine
->second) {
in FindItemCount()
264
auto
lastLine
= lineHeightMap_.find(lines);
in GetContentHeightOfRegularGrid()
local
265
return res + (
lastLine
!= lineHeightMap_.end() ?
lastLine
in GetContentHeightOfRegularGrid()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H
A
D
grid_irregular_layout_algorithm.cpp
470
auto
lastLine
= jumpLine + GridLayoutUtils::GetItemSize(&info_, wrapper_, jumpIdx).rows - 1;
in FindJumpLineIdx()
local
471
filler.FillMatrixByLine(jumpLine,
lastLine
+ 1);
in FindJumpLineIdx()
472
jumpLine =
lastLine
;
in FindJumpLineIdx()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H
A
D
grid_scroll_layout_algorithm.cpp
2247
auto
lastLine
= gridLayoutInfo_.gridMatrix_.find(gridLayoutInfo_.endMainLineIndex_);
in CheckLastLineItemFullyShowed()
local
2248
if (
lastLine
!= gridLayoutInfo_.gridMatrix_.end()) {
in CheckLastLineItemFullyShowed()
2249
for (const auto [corssIndex, itemIndex] :
lastLine
->second) {
in CheckLastLineItemFullyShowed()
2261
auto it = gridLayoutInfo_.FindStartLineInMatrix(
lastLine
, itemIndex);
in CheckLastLineItemFullyShowed()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
586
int64_t
lastLine
= static_cast<int64_t>(dstHeight - 1) * width + offset;
in CheckParams()
local
587
if (offset < 0 || static_cast<int64_t>(offset) + dstWidth > colorLength ||
lastLine
+ dstWidth > colorLength) {
in CheckParams()
1659
"CheckPixelsInput fail, height(%{public}d), width(%{public}d),
lastLine
(%{public}llu), "
in CheckPixelsInput()
Completed in 13 milliseconds