Lines Matching full:crop
916 virtual void setCrop(const FloatRect& crop) {
918 getLayer()->sourceCropf = reinterpret_cast<hwc_frect_t const&>(crop);
921 * Since h/w composer didn't support a flot crop rect before version 1.3,
923 * Layer::drawWithOpenGL(). The difference can be large if the buffer crop to
924 * window size ratio is large and a window crop is defined
925 * (i.e.: if we scale the buffer a lot and we also crop it with a window crop).
928 r.left = int(ceilf(crop.left));
929 r.top = int(ceilf(crop.top));
930 r.right = int(floorf(crop.right));
931 r.bottom= int(floorf(crop.bottom));
1030 " type | handle | hints | flags | tr | blend | format | source crop | frame name \n"