Searched refs:to_w (Results 1 – 2 of 2) sorted by relevance
41 int to_w = layer.displayFrame.right - layer.displayFrame.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()
43 int to_w = layer.displayFrame.right - layer.displayFrame.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()