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

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

Completed in 546 milliseconds