Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerCache.h103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { in LayerEntry()
105 mHeight = Layer::computeIdealHeight(layerHeight); in LayerEntry()
DLayer.cpp39 …er(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight) in Layer() argument
54 texture.height = layerHeight; in Layer()
95 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) { in computeIdealHeight() argument
96 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE); in computeIdealHeight()
DLayer.h73 … Layer(Type type, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight);
77 static uint32_t computeIdealHeight(uint32_t layerHeight);