Searched defs:layerHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp29 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight) { argument
38 texture.height = layerHeight;
H A DLayerCache.h113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { argument
115 mHeight = uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 47 milliseconds