Lines Matching defs:transform
205 * The transform hint can be used by a producer, for instance the GLES
241 * 7. The composer combines the buffer transform with the display
242 * transform. If the buffer transform happens to cancel out the
243 * display transform then no rotation is needed.
263 * disable the transform hint set in SurfaceFlinger (see
270 * In situations where a SurfaceFlinger client wishes to set a transform
364 /* transforms source by the inverse transform of the screen it is displayed onto. This
365 * transform is applied last */
711 * sets the post-transform crop for compatibility while multi-project commits
837 * native_window_set_buffers_transform(..., int transform)
839 * to the transform parameter specified.
843 int transform)
846 transform);
850 * native_window_set_buffers_sticky_transform(..., int transform)
852 * to the transform parameter specified applied on top of the regular buffer
853 * transform. Setting this transform will disable the transform hint.
860 int transform)
863 transform);