HomeSort by relevance Sort by last modified time
    Searched refs:LAYER_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Layer.cpp 63 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
67 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
Properties.h 39 #define LAYER_SIZE 64

Completed in 26 milliseconds