Searched refs:shot1 (Results 1 – 1 of 1) sorted by relevance
146 static style_snapshot_res_t style_snapshot_compare(style_snapshot_t * shot1, style_snapshot_t * sho…4823 static style_snapshot_res_t style_snapshot_compare(style_snapshot_t * shot1, style_snapshot_t * sho… argument4825 if(memcmp(shot1, shot2, sizeof(style_snapshot_t)) == 0) return STYLE_COMPARE_SAME;4828 if(shot1->pad_top != shot2->pad_top) return STYLE_COMPARE_DIFF;4829 if(shot1->pad_bottom != shot2->pad_bottom) return STYLE_COMPARE_DIFF;4830 if(shot1->pad_left != shot2->pad_right) return STYLE_COMPARE_DIFF;4831 if(shot1->pad_right != shot2->pad_right) return STYLE_COMPARE_DIFF;4832 if(shot1->pad_top != shot2->pad_top) return STYLE_COMPARE_DIFF;4833 if(shot1->pad_inner != shot2->pad_inner) return STYLE_COMPARE_DIFF;4834 if(shot1->margin_top != shot2->margin_top) return STYLE_COMPARE_DIFF;[all …]