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

  /frameworks/base/libs/hwui/
Properties.h 35 #define LAYER_SIZE 64
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 104 return uint32_t(ceilf(dimension / float(LAYER_SIZE)) * LAYER_SIZE);
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.cpp 167 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE;
168 const int surfaceHeight = ceilf(node->getHeight() / float(LAYER_SIZE)) * LAYER_SIZE;

Completed in 60 milliseconds