Searched refs:b_empty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp1000 bool b_empty = rgnb->isEmpty(); local
1009 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1019 if ((a_empty | b_empty)
1038 if (b_empty) {
1053 if (b_empty) {
H A DSkAAClip.cpp1679 bool b_empty = clipB->isEmpty(); local
1687 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1694 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds,
1705 if (b_empty) {
/external/skia/src/core/
H A DSkRegion.cpp1000 bool b_empty = rgnb->isEmpty(); local
1009 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1019 if ((a_empty | b_empty)
1038 if (b_empty) {
1053 if (b_empty) {
H A DSkAAClip.cpp1611 bool b_empty = clipB->isEmpty(); local
1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1626 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds,
1637 if (b_empty) {
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-parse.y886 int b_empty = _token_list_is_empty_ignoring_space(b);
887 return a_empty == b_empty;
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y886 int b_empty = _token_list_is_empty_ignoring_space(b);
887 return a_empty == b_empty;

Completed in 112 milliseconds