Home
last modified time | relevance | path

Searched refs:a_empty (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkRegion.cpp999 bool a_empty = rgna->isEmpty(); in Oper() local
1006 if (a_empty) { in Oper()
1019 if ((a_empty | b_empty) in Oper()
1035 if (a_empty) { in Oper()
1050 if (a_empty) { in Oper()
DSkAAClip.cpp1678 bool a_empty = clipA->isEmpty(); in op() local
1684 if (a_empty) { in op()
1694 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1702 if (a_empty) { in op()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y885 int a_empty = _token_list_is_empty_ignoring_space(a); in _token_list_equal_ignoring_space() local
887 return a_empty == b_empty; in _token_list_equal_ignoring_space()