Searched refs:halfW (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp377 SkScalar halfW = SkScalarHalf(w); local
381 if (halfW <= 0 || halfH <= 0) {
385 bool skip_hori = rx >= halfW;
393 rx = halfW;
/external/webkit/WebKit/android/nav/
H A DCachedRoot.cpp850 int halfW = (int) (mViewBounds.width() * scale * 0.5f); local
851 int fullW = halfW << 1;
862 DBG_NAV_LOGD("halfW=%d halfH=%d mMostLeft=%d x=%d",
863 halfW, halfH, leftCheck.mMostLeft, result);

Completed in 37 milliseconds