Home
last modified time | relevance | path

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

/hardware/google/gchips/include/
Dexynos_format.h171 #define ALIGN_DOWN(x, a) ((x) - (x % a)) macro
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp1291 ALIGN_DOWN(layer->mSourceRect.pos.hori, 16)) * in requestPerformanceQoS()
1293 ALIGN_DOWN(layer->mSourceRect.pos.vert, 16)); in requestPerformanceQoS()