Searched refs:deviceMatrix (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkStrikeSpec.cpp | 38 const SkMatrix& deviceMatrix) { in MakeMask() argument 40 return SkStrikeSpec(font, paint, surfaceProps, scalerContextFlags, deviceMatrix); in MakeMask() 47 const SkMatrix& deviceMatrix) { in MakeTransformMask() argument 50 return SkStrikeSpec(sourceFont, paint, surfaceProps, scalerContextFlags, deviceMatrix); in MakeTransformMask() 160 const SkSurfaceProps& surfaceProps, const SkMatrix& deviceMatrix, in MakeSDFT() argument 166 auto [dfFont, strikeToSourceScale, matrixRange] = control.getSDFFont(font, deviceMatrix, in MakeSDFT() 205 const SkMatrix& deviceMatrix) { in SkStrikeSpec() argument 209 font, paint, surfaceProps, scalerContextFlags, deviceMatrix, in SkStrikeSpec()
|
D | SkStrikeSpec.h | 51 const SkMatrix& deviceMatrix); 60 const SkMatrix& deviceMatrix); 85 const SkMatrix& deviceMatrix, 113 const SkMatrix& deviceMatrix);
|
D | SkScalerContext.cpp | 815 SkMatrix deviceMatrix; in getSingleMatrix() local 816 this->getMatrixFrom2x2(&deviceMatrix); in getSingleMatrix() 817 m->postConcat(deviceMatrix); in getSingleMatrix() 1014 const SkMatrix& deviceMatrix, in MakeRecAndEffects() argument 1017 SkASSERT(!deviceMatrix.hasPerspective()); in MakeRecAndEffects() 1030 const SkMatrix::TypeMask mask = deviceMatrix.getType(); in MakeRecAndEffects() 1032 rec->fPost2x2[0][0] = sk_relax(deviceMatrix.getScaleX()); in MakeRecAndEffects() 1033 rec->fPost2x2[1][1] = sk_relax(deviceMatrix.getScaleY()); in MakeRecAndEffects() 1039 rec->fPost2x2[0][1] = sk_relax(deviceMatrix.getSkewX()); in MakeRecAndEffects() 1040 rec->fPost2x2[1][0] = sk_relax(deviceMatrix.getSkewY()); in MakeRecAndEffects() [all …]
|
D | SkScalerContext.h | 311 const SkMatrix& deviceMatrix, 360 const SkMatrix& deviceMatrix, SkAutoDescriptor* ad,
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1180 const CFX_Matrix& deviceMatrix = in SetClip_PathFill() local 1185 absl::optional<CFX_FloatRect> maybe_rectf = path.GetRect(&deviceMatrix); in SetClip_PathFill() 1200 skClipPath.transform(ToSkMatrix(deviceMatrix)); in SetClip_PathFill()
|