Home
last modified time | relevance | path

Searched refs:get_scale_factor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkMatrix.cpp1446 template <MinMaxOrBoth MIN_MAX_OR_BOTH> bool get_scale_factor(SkMatrix::TypeMask typeMask, in get_scale_factor() function
1542 if (get_scale_factor<kMin_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMinScale()
1551 if (get_scale_factor<kMax_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMaxScale()
1559 return get_scale_factor<kBoth_MinMaxOrBoth>(this->getType(), fMat, scaleFactors); in getMinMaxScales()
/external/skqp/src/core/
DSkMatrix.cpp1423 template <MinMaxOrBoth MIN_MAX_OR_BOTH> bool get_scale_factor(SkMatrix::TypeMask typeMask, in get_scale_factor() function
1521 if (get_scale_factor<kMin_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMinScale()
1530 if (get_scale_factor<kMax_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMaxScale()
1538 return get_scale_factor<kBoth_MinMaxOrBoth>(this->getType(), fMat, scaleFactors); in getMinMaxScales()