There is a postrouting chain (bottom-left), and if packet goes to bridging after routing,
does it mean, if use-ip-fw - the packet goes through the postrouting AGAIN ?
No. After ip-fw packets go straight out to destination bridge ports, they don't loop through routing etc. again.
On the other hand, setting "use-ip-firewall" doesn't apply to routed packets at all (it's mentioned in Bridge manual, in the explanation of this setting). Because the whole diagram shown in opening post doesn't apply (bridging means L2 operation between bridge ports, excluding
CPU-facing bridge port).
Note that ip firewall rules act slightly differently when called for bridged packets than when called for IP routed packets. For example, out-interface and in-interface are not known (or are both set to bridge interface), but there are in-bridge-port and out-bridge-port which are not available for normal IP firewalling. Etc.