Home
last modified time | relevance | path

Searched refs:kVertical_PreMatrixScale (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp761 case kVertical_PreMatrixScale: { in computeMatrices()
782 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()
787 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
DSkScalerContext.h115 kVertical_PreMatrixScale, // The underlying port can only apply a y scale. enumerator
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp234 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
DSkFontHost_win.cpp633 : SkScalerContextRec::kVertical_PreMatrixScale; in SkScalerContext_GDI()
DSkFontHost_mac.cpp790 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()