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:clearColor_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
CameraJS.cpp
58
clearColor_
.reset();
in DisposeNative()
452
if (
clearColor_
== nullptr) {
in GetColor()
453
clearColor_
= BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor());
in GetColor()
455
return
clearColor_
->Value();
in GetColor()
463
if (
clearColor_
== nullptr) {
in SetColor()
464
clearColor_
= BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor());
in SetColor()
468
clearColor_
->SetValue(obj);
in SetColor()
/foundation/graphic/graphic_3d/kits/js/include/
H
A
D
CameraJS.h
58
BASE_NS::unique_ptr<ColorProxy>
clearColor_
;
member in CameraJS
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_base_impl.cpp
61
clearColor_
[0] = 0; // 0: r
in Init()
62
clearColor_
[1] = 0; // 1: g
in Init()
63
clearColor_
[2] = 0; // 2: b
in Init()
64
clearColor_
[3] = 0; // 3: a
in Init()
1248
clearColor_
[0] = red; // 0:red
in ClearColor()
1249
clearColor_
[1] = green; // 1:green
in ClearColor()
1250
clearColor_
[2] = blue; // 2:blue
in ClearColor()
1251
clearColor_
[3] = alpha; // 3:alpha
in ClearColor()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H
A
D
webgl_rendering_context_base_impl.h
387
GLfloat
clearColor_
[4] { 0 };
Completed in 7 milliseconds