Lines Matching refs:top
312 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
314 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling()
509 int& crop_t = crop.top; in calculate_crop_rects()
513 int crop_h = crop.bottom - crop.top; in calculate_crop_rects()
516 int& dst_t = dst.top; in calculate_crop_rects()
520 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects()
523 const int& sci_t = scissor.top; in calculate_crop_rects()
566 nwr.top = list->hwLayers[0].displayFrame.top; in getNonWormholeRegion()
573 nwr.top = min(nwr.top, displayFrame.top); in getNonWormholeRegion()
580 nwr.top = max(nwr.top, fbDisplayFrame.top); in getNonWormholeRegion()
742 if(dst.left < 0 || dst.top < 0 || in trimLayer()
806 uint32_t crop_h = (crop.bottom - crop.top); in configRotator()
809 ovutils::normalizeCrop((uint32_t&)crop.top, crop_h); in configRotator()
814 crop.bottom = crop.top + crop_h; in configRotator()
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h); in configRotator()
835 int crop_h = crop.bottom - crop.top; in configMdp()
836 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()
840 int posH = pos.bottom - pos.top; in configMdp()
841 Dim position(pos.left, pos.top, posW, posH); in configMdp()
855 Dim srcCrop(crop.left, crop.top, in updateSource()
857 crop.bottom - crop.top); in updateSource()
864 crop.top = 0; in updateSource()
872 crop.top = srcCrop.y; in updateSource()
900 uint32_t x = dst.left, y = dst.top; in configureLowRes()
902 uint32_t h = dst.bottom - dst.top; in configureLowRes()
909 dst.top = y; in configureLowRes()
911 dst.bottom = h + dst.top; in configureLowRes()
918 crop.bottom - crop.top, in configureLowRes()
920 dst.bottom - dst.top); in configureLowRes()
1169 int src_h = crop.bottom - crop.top; in setBwc()
1171 int dst_h = dst.bottom - dst.top; in setBwc()