Searched refs:kEnd_ScaleToFit (Results 1 – 4 of 4) sorted by relevance
15 SkMatrix::kCenter_ScaleToFit, SkMatrix::kEnd_ScaleToFit } ) {
132 kEnd_ScaleToFit, //!< scales and aligns to right and bottom enumerator
573 if (align == kCenter_ScaleToFit || align == kEnd_ScaleToFit) { in setRectToRect()
1611 enum ScaleToFit { kFill_ScaleToFit, kStart_ScaleToFit, kCenter_ScaleToFit, kEnd_ScaleToFit, };