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

/external/skia/src/core/
H A DSkPath.cpp414 SkScalar halfW = SkScalarHalf(w); local
418 if (halfW <= 0 || halfH <= 0) {
422 bool skip_hori = rx >= halfW;
433 rx = halfW;
/external/webkit/Source/WebKit/android/nav/
H A DCachedRoot.cpp1235 int halfW = (int) (mViewBounds.width() * scale * 0.5f); local
1236 int fullW = halfW << 1;
1247 DBG_NAV_LOGD("halfW=%d halfH=%d mMostLeft=%d x=%d",
1248 halfW, halfH, leftCheck.mMostLeft, result);

Completed in 559 milliseconds