Home
last modified time | relevance | path

Searched refs:layerWidth (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()
104 mWidth = Layer::computeIdealWidth(layerWidth); in LayerEntry()
DLayer.cpp39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t la… in Layer() argument
53 texture.width = layerWidth; in Layer()
91 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { in computeIdealWidth() argument
92 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE); in computeIdealWidth()
DLayer.h73 … Layer(Type type, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight);
76 static uint32_t computeIdealWidth(uint32_t layerWidth);