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

  /external/skia/src/core/
SkDraw.cpp 836 static const SkPoint* rect_points(const SkRect& r) { function
840 static SkPoint* rect_points(SkRect& r) { function
867 matrix.mapPoints(rect_points(devRect), rect_points(rect), 2);
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp 711 static SkPoint* rect_points(SkRect& r, int index) { function
746 matrix.mapXY(rect.fLeft, rect.fTop, rect_points(devRect, 0));
747 matrix.mapXY(rect.fRight, rect.fBottom, rect_points(devRect, 1));
    [all...]

Completed in 34 milliseconds