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:rgb
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
gif_encoder_test.cpp
157
std::unique_ptr<uint8_t[]>
rgb
= std::make_unique<uint8_t[]>(10);
in HWTEST_F()
local
H
A
D
webp_encoder_test.cpp
690
std::unique_ptr<uint8_t[]>
rgb
= std::make_unique<uint8_t[]>(10);
in HWTEST_F()
local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H
A
D
render_color_conversion_common.h
101
vec3 rgbToYCoCg(const vec3
rgb
)
in rgbToYCoCg()
argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/
H
A
D
image_gif_encoder_fuzzer.cpp
41
std::unique_ptr<uint8_t[]>
rgb
= std::make_unique<uint8_t[]>(SIZE_TEN);
in GifEncoderPackingEmptyImageFuzz()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/
H
A
D
rscolorpicker_fuzzer.cpp
193
uint32_t
rgb
= GetData<uint32_t>();
in DoRGB2HSV()
local
/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/
H
A
D
color_manager_test.cpp
206
std::array<float, 3>
rgb
= {0.1, 0.2, 0.3};
in HWTEST_F()
local
223
std::array<float, 3>
rgb
= {0.1, 0.2, 0.3};
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_color_picker.cpp
232
uint32_t
rgb
= 0;
in HSVtoRGB()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H
A
D
gif_encoder.h
33
uint8_t
rgb
[NUM_OF_RGB];
member
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H
A
D
color_picker.cpp
309
uint32_t
rgb
= 0;
in HSVtoRGB()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H
A
D
webp_encoder.cpp
298
std::unique_ptr<uint8_t[]>
rgb
= std::make_unique<uint8_t[]>(rgbSize);
in DoEncode()
local
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_provider.cpp
789
Point
rgb
[3];
local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H
A
D
html_to_span.cpp
415
auto
rgb
= tmp.substr(1);
in ToSpanColor()
local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_arg.h
212
}
rgb
;
member
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_utils.cpp
1667
auto
rgb
= colorValue >> COLOR_MOVE;
in ColorRegexMatch()
local
1700
uint32_t
rgb
= color & (~COLOR_ALPHA_MASK);
in ConvertColorToString()
local
Completed in 15 milliseconds