Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp180 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer()
181 const int surfaceHeight = ceilf(node->getHeight() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer()
/aosp14/frameworks/base/libs/hwui/
H A DProperties.h34 #define LAYER_SIZE 64 macro