Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h96 int allocHeight = 0; variable
115 allocHeight = static_cast<int>(height); in RowPointers()
116 for (int i = 0; i < allocHeight; i++) { in RowPointers()
119 for (int i = 0; i < allocHeight; i++) { in RowPointers()
132 for (int i = 0; i < allocHeight; i++) { in ~RowPointers()