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
defs:blockWidth
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H
A
D
rosen_render_qrcode.cpp
35
int32_t
blockWidth
= width_ / qrCode.getSize();
in Paint()
local
112
int32_t
blockWidth
= width / qrCode.getSize();
in ProcessQrcodeData()
local
136
int32_t
blockWidth
= width / qrCode.getSize();
in ProcessQrcodeData()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H
A
D
qrcode_modifier.cpp
83
int32_t
blockWidth
= width / qrCode.getSize();
in CreateBitMap()
local
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H
A
D
avcodec_info_coverage_unit_test.cpp
309
constexpr int32_t
blockWidth
= 0;
in HWTEST_F()
local
323
constexpr int32_t
blockWidth
= 1;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_layout_algorithm.cpp
120
auto
blockWidth
= direction == Axis::HORIZONTAL ? blockSize_.Height() : blockSize_.Width();
in CalculateSliderWidth()
local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_ktx.cpp
214
const auto
blockWidth
= formatInfo.
blockWidth
;
in ProcessMipmapLevel()
local
H
A
D
gl_util.h
301
uint8_t
blockWidth
;
member
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
210
void VideoCaps::UpdateBlockParams(const int32_t &
blockWidth
, const int32_t &blockHeight,
in UpdateBlockParams()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_slider_bridge.cpp
131
CalcDimension
blockWidth
;
in SetBlockSize()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_slider_modifier.cpp
105
Dimension
blockWidth
= Dimension(static_cast<double>(widthVal),
in SetBlockSize()
local
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
315
void VideoCaps::UpdateBlockParams(const int32_t &
blockWidth
, const int32_t &blockHeight, Range &blockPerFrameRange,
in UpdateBlockParams()
argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
image_utils.cpp
891
uint32_t
blockWidth
= 0;
in GetAstcBytesCount()
local
Completed in 12 milliseconds