Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedRoot.cpp852 int halfH = (int) (mViewBounds.height() * scale * 0.5f); in getBlockLeftEdge() local
853 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()
/external/skia/src/core/
DSkPath.cpp379 SkScalar halfH = SkScalarHalf(h); in addRoundRect() local
381 if (halfW <= 0 || halfH <= 0) { in addRoundRect()
386 bool skip_vert = ry >= halfH; in addRoundRect()
395 ry = halfH; in addRoundRect()