Searched defs:activeCrop (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp473 Rect activeCrop(s.active.w, s.active.h);
475 activeCrop = s.crop;
479 activeCrop = t.transform(activeCrop);
480 if (!activeCrop.intersect(hw->getViewport(), &activeCrop)) {
481 activeCrop.clear();
484 if(!activeCrop.intersect(s.finalCrop, &activeCrop)) {
485 activeCrop
500 Rect activeCrop = computeInitialCrop(hw); local
[all...]

Completed in 22 milliseconds