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:isSRGB
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_color_space.cpp
139
return colorSpace_->
isSRGB
();
in IsSRGB()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H
A
D
ext_encoder.cpp
827
static SkImageInfo GetSkInfo(PixelMap* pixelMap, bool isGainmap, bool
isSRGB
= false)
in GetSkInfo()
837
SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB,
isSRGB
? SkNamedGamut::kSRGB : SkNamedGamut::kDisplayP3);
in GetSkInfo()
1528
bool
isSRGB
= pixelMap->GetToSdrColorSpaceIsSRGB();
in WriteJpegCodedData()
local
1529
SkImageInfo skInfo = GetSkInfo(pixelmap_, false,
isSRGB
);
in WriteJpegCodedData()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
308
// use for hdr pixelmap, If
isSRGB
is false, the colorspace is p3 when converting to SDR.
309
NATIVEEXPORT void SetToSdrColorSpaceIsSRGB(bool
isSRGB
);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
3749
static bool DecomposeImage(sptr<SurfaceBuffer>& hdr, sptr<SurfaceBuffer>& sdr, bool
isSRGB
= false)
in DecomposeImage()
3755
isSRGB
? HDI::Display::Graphic::Common::V1_0::CM_SRGB_FULL : HDI::Display::Graphic::Common::V1_0::CM_P3_FULL);
in DecomposeImage()
3765
void PixelMap::SetToSdrColorSpaceIsSRGB(bool
isSRGB
)
in SetToSdrColorSpaceIsSRGB()
argument
3767
toSdrColorIsSRGB_ =
isSRGB
;
in SetToSdrColorSpaceIsSRGB()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.cpp
1163
const bool
isSRGB
= result & IImageLoaderManager::ImageLoaderFlags::IMAGE_LOADER_FORCE_SRGB_BIT;
in ResolveImageLoadFlags()
local
1165
if (
isSRGB
&& isLinear) {
in ResolveImageLoadFlags()
Completed in 16 milliseconds