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:imageBytesLength_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_common.cpp
124
return array_view<const uint8_t>(static_cast<const uint8_t *>(imageBytes_.get()),
imageBytesLength_
);
in GetData()
234
image->
imageBytesLength_
= static_cast<size_t>(imageWidth * imageHeight * componentCount * bytesPerComponent);
in CreateImage()
H
A
D
image_loader_ktx.cpp
198
return array_view<const uint8_t>(imageBytes_,
imageBytesLength_
);
247
if (memmove_s(imageBytes + validOffset, image->
imageBytesLength_
- validOffset,
in ProcessMipmapLevel()
518
image->
imageBytesLength_
= image->fileBytesLength_ - headerLength;
in Load()
612
size_t
imageBytesLength_
{ 0 };
H
A
D
image_loader_stb_image.cpp
194
return array_view<const uint8_t>(static_cast<const uint8_t*>(imageBytes_.get()),
imageBytesLength_
);
301
image->
imageBytesLength_
= imageWidth * imageHeight * componentCount * bytesPerComponent;
in CreateImage()
415
size_t
imageBytesLength_
= 0;
member in final
H
A
D
image_loader_common.h
89
size_t
imageBytesLength_
= 0;
member in LibBaseImage
H
A
D
image_loader_libjpeg.cpp
240
size_t
imageBytesLength_
= 0;
member in __anon9613::final
H
A
D
image_loader_libpng.cpp
215
size_t
imageBytesLength_
= 0;
member in __anon9614::final
Completed in 5 milliseconds