Searched refs:preScaleNew (Results 1 – 1 of 1) sorted by relevance
943 int32_t preScaleNew = (int32_t) (preScale_ * 100); in CheckZoomStatus() local947 curScaleNew, preScaleNew); in CheckZoomStatus()950 if ((zoomStatus_ == STATUS_ZOOMOUT && curScaleNew - preScaleNew < 0) in CheckZoomStatus()956 } else if ((zoomStatus_ == STATUS_ZOOMIN && curScaleNew - preScaleNew > 0) in CheckZoomStatus()971 int32_t preScaleNew = (int32_t)(preScale_ * 100); in ZoomOutAndIn() local1012 if (curScaleNew == preScaleNew) { in ZoomOutAndIn()