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:icc
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
icc_profile_info.cpp
74
// read
icc
data to skdata
in ParsingICCProfile()
113
sk_sp<SkData>
icc
= icc_from_color_space(info);
in PackingICCProfile()
local
115
if (
icc
) {
in PackingICCProfile()
116
// get a contiguous block of profile memory with the
icc
signature
in PackingICCProfile()
118
SkData::MakeUninitialized(ICC_MARKER_HEADER_SIZE +
icc
->size());
in PackingICCProfile()
126
(void)memcpy_s(ptrMaker, sizeof(*ptrMaker),
icc
->data(),
icc
->size());
in PackingICCProfile()
130
IMAGE_LOGE("ERROR: PackingICCProfile
icc
profile is Null!");
in PackingICCProfile()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H
A
D
heif_image.cpp
230
auto
icc
= std::dynamic_pointer_cast<const HeifRawColorProfile>(profile);
in SetColorProfile()
local
231
if (
icc
) {
in SetColorProfile()
232
rawColorProfile_ = std::move(
icc
);
in SetColorProfile()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H
A
D
image_creator.cpp
70
std::shared_ptr<ImageCreatorContext>
icc
= std::make_shared<ImageCreatorContext>();
in CreateImageCreatorContext()
local
71
return
icc
;
in CreateImageCreatorContext()
Completed in 3 milliseconds