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:delLen
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/services/drm_decryptor/
H
A
D
codec_drm_decrypt.cpp
206
uint32_t
delLen
= 0;
in DrmModifyCencInfo()
local
223
delLen
++;
in DrmModifyCencInfo()
237
(posEndIndex > (clearHeaderLen +
delLen
)) ? (posEndIndex - clearHeaderLen -
delLen
) : 0;
in DrmModifyCencInfo()
244
cencInfo->subSamples[1].clearHeaderLen = lastClearLen +
delLen
+ (dataSize - posEndIndex);
in DrmModifyCencInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_border.cpp
270
double
delLen
= 0.0; // When left > 2 * gap, add one dash and shortening them.
in SetBorderEffect()
local
275
delLen
= (DASHED_LINE_LENGTH + 1 - leftLen) * width /
in SetBorderEffect()
282
(dashWidth >= 0.f ? dashWidth : width * DASHED_LINE_LENGTH -
delLen
),
in SetBorderEffect()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
2338
double
delLen
= 0.0; // When left > 2 * gap, add one dash and shortening them.
in SetBorderStyle()
local
2346
delLen
= (DASHED_LINE_LENGTH + 1 - leftLen) * width /
in SetBorderStyle()
2353
const float intervals[] = { width * DASHED_LINE_LENGTH -
delLen
, width + addLen };
in SetBorderStyle()
2379
double
delLen
= 0.0; // When left > 2 * gap, add one dash and shortening them.
in SetBorderStyle()
local
2387
delLen
= (DASHED_LINE_LENGTH + 1 - leftLen) * width /
in SetBorderStyle()
2394
const RSScalar intervals[] = { width * DASHED_LINE_LENGTH -
delLen
, width + addLen };
in SetBorderStyle()
Completed in 9 milliseconds