Searched refs:b_empty (Results 1 – 4 of 4) sorted by relevance
21 const int b_empty = !b || !b->notempty; in vlan_compare() local23 if (a_empty && b_empty) in vlan_compare()25 if (a_empty || b_empty) in vlan_compare()
1000 bool b_empty = rgnb->isEmpty(); in Oper() local1009 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()1019 if ((a_empty | b_empty) in Oper()1038 if (b_empty) { in Oper()1053 if (b_empty) { in Oper()
1679 bool b_empty = clipB->isEmpty(); in op() local1687 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op()1694 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()1705 if (b_empty) { in op()
886 int b_empty = _token_list_is_empty_ignoring_space(b); in _token_list_equal_ignoring_space() local887 return a_empty == b_empty; in _token_list_equal_ignoring_space()