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

  /external/chromium_org/third_party/skia/gm/
bigblurs.cpp 39 SkRect insetRect = bigRect;
40 insetRect.inset(20, 20);
45 rectori.addRect(insetRect, SkPath::kCCW_Direction);
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 81 def insetRect(rect, dx, dy):
160 >>> insetRect((10, 20, 50, 60), 5, 10)
162 >>> insetRect((10, 20, 50, 60), -5, -10)

Completed in 45 milliseconds