Searched refs:LAYER_SIZE (Results 1 – 2 of 2) sorted by relevance
92 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE); in computeIdealWidth()96 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE); in computeIdealHeight()
39 #define LAYER_SIZE 64 macro