Searched refs:b_empty (Results 1 – 7 of 7) 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()
1055 bool b_empty = rgnb->isEmpty(); in Oper() local1064 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()1074 if ((a_empty | b_empty) in Oper()1093 if (b_empty) { in Oper()1108 if (b_empty) { in Oper()
1621 bool b_empty = clipB->isEmpty(); in op() local1629 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op()1636 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()1647 if (b_empty) { in op()
1130 Tensor b_empty; in TEST() local1135 EXPECT_FALSE(a_empty.SharesBufferWith(b_empty)); in TEST()
1074 int b_empty = _token_list_is_empty_ignoring_space(b); in _token_list_equal_ignoring_space() local1075 return a_empty == b_empty; in _token_list_equal_ignoring_space()