Searched refs:preMatrixScale (Results 1 – 2 of 2) sorted by relevance
803 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument867 switch (preMatrixScale) { in computeMatrices()892 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()893 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()898 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
191 bool computeMatrices(PreMatrixScale preMatrixScale,