Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp967 uint32_t allocHeight = 0; in allocateBuffers() local
1007 allocHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
1018 allocWidth, allocHeight, allocFormat, allocUsage, &result)); in allocateBuffers()
1037 if (checkWidth != allocWidth || checkHeight != allocHeight || in allocateBuffers()
/frameworks/base/tools/aapt/
DImages.cpp47 for (int i=0; i<(int)allocHeight; i++) { in ~image_info()
89 png_uint_32 allocHeight; member
145 outImageInfo->allocHeight = outImageInfo->height; in read_png()