Home
last modified time | relevance | path

Searched refs:fileBytesLength_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp186 : fileBytes_(CORE_NS::move(fileBytes)), fileBytesLength_(fileBytesLength) in KtxImage()
409 … image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in CreateImage()
425 … image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get()); in CreateImage()
432 image->fileBytesLength_); in CreateImage()
461 if (data != (image->fileBytes_.get() + image->fileBytesLength_)) { in CreateImage()
508 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in Load()
518 image->imageBytesLength_ = image->fileBytesLength_ - headerLength; in Load()
608 size_t fileBytesLength_ { 0 }; member in __anonabec40b30110::KtxImage