Searched defs:layerWidth (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
37 texture.width = layerWidth;
H A DLayerCache.h113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { argument
114 mWidth = uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 108 milliseconds