Searched refs:halfH (Results 1 – 2 of 2) sorted by relevance
852 int halfH = (int) (mViewBounds.height() * scale * 0.5f); in getBlockLeftEdge() local853 int fullH = halfH << 1; in getBlockLeftEdge()854 LeftCheck leftCheck(fullW, halfH); in getBlockLeftEdge()859 checker.translate(SkIntToScalar(fullW - x), SkIntToScalar(halfH - y)); in getBlockLeftEdge()863 halfW, halfH, leftCheck.mMostLeft, result); in getBlockLeftEdge()
379 SkScalar halfH = SkScalarHalf(h); in addRoundRect() local381 if (halfW <= 0 || halfH <= 0) { in addRoundRect()386 bool skip_vert = ry >= halfH; in addRoundRect()395 ry = halfH; in addRoundRect()