Home
last modified time | relevance | path

Searched refs:kAffine_Mask (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A DMatrix_TypeMask.cpp12 typeMask += SkMatrix::kAffine_Mask & matrix.getType() ? "kAffine_Mask " : ""; in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkMatrix.cpp136 mask |= kAffine_Mask | kScale_Mask; in computeTypeMask()
207 if (!(mask & kAffine_Mask)) { in isSimilarity()
234 SkASSERT(mask & (kAffine_Mask | kScale_Mask)); in preservesRightAngles()
361 && !(fTypeMask & (kPerspective_Mask | kAffine_Mask))) { in preScale()
609 return 0 == (mask & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)); in only_scale_and_translate()
1210 SkASSERT((m.getType() & (kAffine_Mask | kPerspective_Mask)) == kAffine_Mask); in RotTrans_xy()
1223 SkASSERT((m.getType() & (kAffine_Mask | kPerspective_Mask))== kAffine_Mask); in Rot_xy()
1238 SkASSERT((m.getType() & (kScale_Mask | kAffine_Mask | kPerspective_Mas in ScaleTrans_xy()
[all...]
H A DSkScalerContext.cpp1021 if (mask & SkMatrix::kAffine_Mask) { in MakeRecAndEffects()
/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp35 if (mask & SkMatrix::kAffine_Mask) { in rand_matrix()
71 rand_matrix(&mat, rand, SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask); in test_treatAsSprite()
/third_party/skia/include/core/
H A DSkMatrix.h187 kAffine_Mask = 0x04, //!< skew or rotate SkMatrix enumerator
197 kAffine_Mask, kPerspective_Mask
1850 kAffine_Mask |
1855 kAffine_Mask |
/third_party/skia/src/gpu/tessellate/
H A DWangsFormula.h71 if (m.getType() & SkMatrix::kAffine_Mask) { in operator =()
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1108 case SkMatrix::kAffine_Mask: in writeMatrixType()

Completed in 13 milliseconds