Searched refs:SQUARE (Results 1 – 3 of 3) sorted by relevance
27 #define SQUARE(a) (a)*(a) macro475 return SQUARE(RED(c1) - RED(c2)) + in computeDistance()476 SQUARE(GREEN(c1) - GREEN(c2)) + in computeDistance()477 SQUARE(BLUE(c1) - BLUE(c2)); in computeDistance()
121 paint.setStrokeCap(Paint.Cap.SQUARE); in paint()
467 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE); in onDraw()