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

/frameworks/base/libs/hwui/
H A DLayerCache.h103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { argument
104 mWidth = Layer::computeIdealWidth(layerWidth);
H A DLayer.cpp39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight) argument
53 texture.width = layerWidth;
91 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) { argument
92 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 54 milliseconds