Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp748 case kVertical_PreMatrixScale: { in computeMatrices()
769 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()
774 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
DSkScalerContext.h148 kVertical_PreMatrixScale, // The underlying port can only apply a y scale. enumerator
/external/skqp/src/core/
DSkScalerContext.cpp720 case kVertical_PreMatrixScale: { in computeMatrices()
741 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()
746 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
DSkScalerContext.h158 kVertical_PreMatrixScale, // The underlying port can only apply a y scale. enumerator
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp239 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
DSkFontHost_win.cpp642 : SkScalerContextRec::kVertical_PreMatrixScale; in SkScalerContext_GDI()
DSkFontHost_mac.cpp989 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp239 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
DSkFontHost_win.cpp643 : SkScalerContextRec::kVertical_PreMatrixScale; in SkScalerContext_GDI()
DSkFontHost_mac.cpp990 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()