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:tmpWidth
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_styles.h
61
std::optional<NG::CalcLength>
tmpWidth
= std::nullopt;
in GetSize()
local
63
tmpWidth
= NG::CalcLength(width->ConvertToPx());
in GetSize()
69
return {
tmpWidth
, tmpHeight};
in GetSize()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.cpp
480
int16_t
tmpWidth
= width;
in FillAreaWithSoftWare()
local
481
while (
tmpWidth
>= NEON_STEP_8) {
in FillAreaWithSoftWare()
484
tmpWidth
-= NEON_STEP_8;
in FillAreaWithSoftWare()
486
for (int16_t i = 0; i <
tmpWidth
; ++i) {
in FillAreaWithSoftWare()
633
int16_t
tmpWidth
= width;
in SetDestAndSrc()
local
634
while (
tmpWidth
>= NEON_STEP_8) {
in SetDestAndSrc()
638
tmpWidth
-= NEON_STEP_8;
in SetDestAndSrc()
640
for (int16_t i = 0; i <
tmpWidth
; ++i) {
in SetDestAndSrc()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
881
let
tmpWidth
= this.value.width;
882
widthTop =
tmpWidth
;
883
widthRight =
tmpWidth
;
884
widthBottom =
tmpWidth
;
885
widthLeft =
tmpWidth
;
888
let
tmpWidth
= this.value.width;
889
widthTop =
tmpWidth
.top;
890
widthRight =
tmpWidth
.right;
891
widthBottom =
tmpWidth
.bottom;
892
widthLeft =
tmpWidth
[all...]
Completed in 8 milliseconds