Home
last modified time | relevance | path

Searched refs:preMatrixScale (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp679 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument
743 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()
DSkScalerContext.h184 bool computeMatrices(PreMatrixScale preMatrixScale,
/external/skqp/src/core/
DSkScalerContext.cpp651 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument
715 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()
DSkScalerContext.h194 bool computeMatrices(PreMatrixScale preMatrixScale,