Searched refs:preMatrixScale (Results 1 – 4 of 4) sorted by relevance
679 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument743 switch (preMatrixScale) { in computeMatrices()768 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()769 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()774 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
184 bool computeMatrices(PreMatrixScale preMatrixScale,
651 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument715 switch (preMatrixScale) { in computeMatrices()740 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()741 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()746 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
194 bool computeMatrices(PreMatrixScale preMatrixScale,