Home
last modified time | relevance | path

Searched refs:preMatrixScale (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkScalerContext.cpp803 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() argument
867 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()
H A DSkScalerContext.h183 * @param preMatrixScale the kind of scale to extract from the total matrix.
191 bool computeMatrices(PreMatrixScale preMatrixScale,

Completed in 16 milliseconds