Home
last modified time | relevance | path

Searched refs:offset_b (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
Dtranslate_infobar_base_gtk.cc87 double offset_b = error_b - normal_b; in GetTopColor() local
91 *b = normal_b + (background_error_percent_ * offset_b); in GetTopColor()
112 double offset_b = error_b - normal_b; in GetBottomColor() local
116 *b = normal_b + (background_error_percent_ * offset_b); in GetBottomColor()
/external/qemu/block/
Dqcow2-refcount.c164 uint64_t offset_b) in in_same_refcount_block() argument
167 uint64_t block_b = offset_b >> (2 * s->cluster_bits - REFCOUNT_SHIFT); in in_same_refcount_block()