Searched defs:scaleMatrix (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Doffsetimagefilter.cpp81 SkMatrix scaleMatrix; local
82 scaleMatrix.setScale(scale, scale);
84 scaleMatrix.mapRect(&cropRectFloat, SkRect::Make(cropRect));
/external/skia/gm/
H A Doffsetimagefilter.cpp80 SkMatrix scaleMatrix; local
81 scaleMatrix.setScale(scale, scale);
83 scaleMatrix.mapRect(&cropRectFloat, SkRect::Make(cropRect));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp172 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { function
234 scaleMatrix(one, two, scale);
449 scaleMatrix(a, b, scale);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp172 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { function
234 scaleMatrix(one, two, scale);
449 scaleMatrix(a, b, scale);

Completed in 1088 milliseconds