Lines Matching refs:transform

567                                int& transform,
569 // Swap width and height when there is a 90deg transform
623 transform = extOrient;
757 static void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform,
765 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
775 list->hwLayers[i].transform,
873 if((layer->transform & HWC_TRANSFORM_ROT_90) &&
1168 int transform =layer->transform;
1176 dest_rect, transform);
1381 int rotDownscale, int transform) {
1401 if(transform & HWC_TRANSFORM_ROT_90) {
1416 if(!(transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) {
1417 if(transform & HWC_TRANSFORM_FLIP_H) {
1421 if(transform & HWC_TRANSFORM_FLIP_V) {
1507 uint32_t color = layer->transform;
1577 int transform = layer->transform;
1578 eTransform orient = static_cast<eTransform>(transform);
1592 calcExtDisplayPosition(ctx, hnd, dpy, crop, dst, transform, orient);
1606 setMdpFlags(layer, mdpFlags, downscale, transform);
1609 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) {
1613 BwcPM::setBwc(crop, dst, transform, mdpFlags);
1627 transform = 0;
1684 int transform = layer->transform;
1685 eTransform orient = static_cast<eTransform>(transform);
1701 calcExtDisplayPosition(ctx, hnd, dpy, crop, dst, transform, orient);
1703 setMdpFlags(layer, mdpFlagsL, 0, transform);
1717 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
1779 transform = 0;
1826 int transform = layer->transform;
1827 eTransform orient = static_cast<eTransform>(transform);
1840 calcExtDisplayPosition(ctx, hnd, dpy, crop, dst, transform, orient);
1842 setMdpFlags(layer, mdpFlagsL, 0, transform);
1843 trimLayer(ctx, dpy, transform, crop, dst);
1845 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
1849 BwcPM::setBwc(crop, dst, transform, mdpFlagsL);
1905 transform = 0;
2085 const hwc_rect_t& dst, const int& transform,
2101 if(transform & HAL_TRANSFORM_ROT_90) {