Home
last modified time | relevance | path

Searched refs:kFull_PreMatrixScale (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkScalerContext.h89 kFull_PreMatrixScale, // The underlying port can apply both x and y scale. enumerator
DSkScalerContext.cpp782 case kFull_PreMatrixScale: in computeMatrices()
806 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp811 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar); in SkScalerContext_FreeType()