HomeSort by relevance Sort by last modified time
    Searched refs:b_empty (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/src/core/
SkRegion.cpp 931 bool b_empty = rgnb->isEmpty();
939 if (b_empty || !SkIRect::Intersects(rgna->fBounds, rgnb->fBounds))
944 if ((a_empty | b_empty)
954 if (b_empty)
965 if (b_empty)
    [all...]
SkAAClip.cpp     [all...]
  /external/skia/src/core/
SkRegion.cpp 996 bool b_empty = rgnb->isEmpty(); local
1005 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1015 if ((a_empty | b_empty)
1034 if (b_empty) {
1049 if (b_empty) {
    [all...]
SkAAClip.cpp 1620 bool b_empty = clipB->isEmpty(); local
    [all...]

Completed in 1772 milliseconds