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

  /frameworks/base/libs/hwui/
Layer.cpp 72 return uint32_t(ceilf(layerWidth / float(LAYER_SIZE)) * LAYER_SIZE);
76 return uint32_t(ceilf(layerHeight / float(LAYER_SIZE)) * LAYER_SIZE);
Properties.h 35 #define LAYER_SIZE 64
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 102 return uint32_t(ceilf(dimension / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 269 milliseconds