Lines Matching refs:top
368 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
371 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling()
555 int& crop_t = crop.top; in calculate_crop_rects()
559 int crop_h = crop.bottom - crop.top; in calculate_crop_rects()
562 int& dst_t = dst.top; in calculate_crop_rects()
566 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects()
569 const int& sci_t = scissor.top; in calculate_crop_rects()
612 nwr.top = list->hwLayers[0].displayFrame.top; in getNonWormholeRegion()
619 nwr.top = min(nwr.top, displayFrame.top); in getNonWormholeRegion()
626 nwr.top = max(nwr.top, fbDisplayFrame.top); in getNonWormholeRegion()
782 if(dst.left < 0 || dst.top < 0 || in trimLayer()
900 int crop_h = crop.bottom - crop.top; in configMdp()
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()
905 int posH = pos.bottom - pos.top; in configMdp()
906 Dim position(pos.left, pos.top, posW, posH); in configMdp()
920 Dim srcCrop(crop.left, crop.top, in updateSource()
922 crop.bottom - crop.top); in updateSource()
928 crop.top = srcCrop.y; in updateSource()
959 crop.bottom - crop.top, in configureLowRes()
961 dst.bottom - dst.top); in configureLowRes()