Searched refs:from_h (Results 1 – 1 of 1) sorted by relevance
40 int from_h = layer.sourceCrop.bottom - layer.sourceCrop.top; in LayerNeedsScaling() local44 bool not_rot_scale = from_w != to_w || from_h != to_h; in LayerNeedsScaling()45 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling()