Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.h147 kFull_PreMatrixScale, // The underlying port can apply both x and y scale. enumerator
DSkScalerContext.cpp744 case kFull_PreMatrixScale: in computeMatrices()
768 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()
/external/skqp/src/core/
DSkScalerContext.h157 kFull_PreMatrixScale, // The underlying port can apply both x and y scale. enumerator
DSkScalerContext.cpp716 case kFull_PreMatrixScale: in computeMatrices()
740 (kFull_PreMatrixScale == preMatrixScale) || in computeMatrices()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp930 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar); in SkScalerContext_FreeType()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp930 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar); in SkScalerContext_FreeType()