Home
last modified time | relevance | path

Searched refs:LAYER_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DLayerCache.h114 mWidth = uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE); in LayerEntry()
115 mHeight = uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE); in LayerEntry()
DProperties.h38 #define LAYER_SIZE 64 macro