Searched refs:from_w (Results 1 – 2 of 2) sorted by relevance
39 int from_w = layer.sourceCrop.right - layer.sourceCrop.left; 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()
41 int from_w = layer.sourceCrop.right - layer.sourceCrop.left; in LayerNeedsScaling() local46 bool not_rot_scale = from_w != to_w || from_h != to_h; in LayerNeedsScaling()47 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling()