Searched refs:halfW (Results 1 – 2 of 2) sorted by relevance
170 float halfW = getWidth() / 2f; in onDraw() local172 float halfSW = Math.min(halfH, halfW); in onDraw()195 canvas.drawCircle(halfW, halfH, halfSW + (mFramePadding - mFrameWidth) / 2f, in onDraw()
561 int halfW = j / 2; in convertToRGB() local563 yuvPixel[1] = uFullRow[uPixStride * halfW]; in convertToRGB()564 yuvPixel[2] = vFullRow[vPixStride * halfW]; in convertToRGB()