Lines Matching full:centery
1022 static inline void drawPoint (tcu::Surface& dst, int centerX, int centerY, const tcu::RGBA& color, int size)1026 DE_ASSERT(de::inBounds(centerX, 0, width) && de::inBounds(centerY, 0, height));1033 const int pixY = centerY + yOff;