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:imageBytes_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_ktx.cpp
198
return array_view<const uint8_t>(
imageBytes_
, imageBytesLength_);
246
uint8_t* imageBytes = const_cast<uint8_t*>(image->
imageBytes_
);
in ProcessMipmapLevel()
436
const uint32_t currentImageElementOffset = static_cast<uint32_t>(data - image->
imageBytes_
);
in CreateImage()
517
image->
imageBytes_
= data + sizeof(uint32_t);
in Load()
611
const uint8_t*
imageBytes_
{ nullptr };
H
A
D
image_loader_common.cpp
124
return array_view<const uint8_t>(static_cast<const uint8_t *>(
imageBytes_
.get()), imageBytesLength_);
in GetData()
233
image->
imageBytes_
= BASE_NS::move(imageBytes);
in CreateImage()
H
A
D
image_loader_stb_image.cpp
194
return array_view<const uint8_t>(static_cast<const uint8_t*>(
imageBytes_
.get()), imageBytesLength_);
300
image->
imageBytes_
= BASE_NS::move(imageBytes);
in CreateImage()
414
StbImagePtr
imageBytes_
;
member in final
H
A
D
image_loader_common.h
88
LibBaseImagePtr
imageBytes_
;
member in LibBaseImage
H
A
D
image_loader_libjpeg.cpp
239
LibBaseImagePtr
imageBytes_
;
member in __anon9613::final
H
A
D
image_loader_libpng.cpp
214
LibBaseImagePtr
imageBytes_
;
member in __anon9614::final
Completed in 4 milliseconds