Searched refs:setRectToRect (Results 1 - 9 of 9) sorted by relevance

/external/skia/samplecode/
H A DSampleCamera.cpp43 matrix.setRectToRect(src, dst, SkMatrix::kFill_ScaleToFit);
H A DSampleStrokePath.cpp37 matrix.setRectToRect(srcR, dstR, SkMatrix::kCenter_ScaleToFit);
H A DSampleApp.cpp952 if (matrix.setRectToRect(scalarSrc, dest, SkMatrix::kFill_ScaleToFit)) {
/external/skia/src/animator/
H A DSkMatrixParts.cpp180 temp.setRectToRect(source->fRect, destination->fRect,
/external/skia/src/views/
H A DSkImageView.cpp160 matrix.setRectToRect(src, dst, scaleTypeToScaleToFit(this->getScaleType()));
H A DSkListView.cpp724 if (matrix.setRectToRect(src, dst))
/external/skia/include/core/
H A DSkMatrix.h324 bool setRectToRect(const SkRect& src, const SkRect& dst, ScaleToFit stf);
/external/skia/src/core/
H A DSkCanvas.cpp1478 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
H A DSkMatrix.cpp469 bool SkMatrix::setRectToRect(const SkRect& src, const SkRect& dst, function in class:SkMatrix

Completed in 486 milliseconds