Searched refs:b_dst (Results 1 – 2 of 2) sorted by relevance
517 boolean a_dst, b_dst; in hasSameBehavior()531 b_dst = tza_b.inDaylightTime(d); in hasSameBehavior()532 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
1792 char *b_dst = tile_row[nt]->data; in copy_tiles() local1804 memset(b_dst + s, fill, (size_t) w); in copy_tiles()1806 b_dst += tile_row[nt]->bytes_per_line; in copy_tiles()