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

  /external/skia/legacy/src/core/
SkCanvas.cpp 710 static bool bounds_affects_clip(SkCanvas::SaveFlags flags) { function
728 if (bounds_affects_clip(flags)) {
740 if (bounds_affects_clip(flags) &&
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 795 static bool bounds_affects_clip(SkCanvas::SaveFlags flags) { function
813 if (bounds_affects_clip(flags)) {
825 if (bounds_affects_clip(flags) &&
    [all...]

Completed in 37 milliseconds