Home
last modified time | relevance | path

Searched refs:kIdentity_Mask (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp168 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) { in updateMatrix()
174 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask); in updateMatrix()
176 if (matrix.getType() == SkMatrix::kIdentity_Mask) { in updateMatrix()
H A DSkPDFDevice.cpp1013 if (fInitialTransform.getType() != SkMatrix::kIdentity_Mask) { in content()
/third_party/skia/docs/examples/
H A DMatrix_TypeMask.cpp9 typeMask += SkMatrix::kIdentity_Mask == matrix.getType() ? "kIdentity_Mask " : ""; in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkMatrixPriv.h91 if (SkMatrix::kIdentity_Mask == tm) { in MapPointsWithStride()
H A DSkRasterPipeline.cpp142 if (mt == SkMatrix::kIdentity_Mask) { in append_matrix()
H A DSkMatrix.cpp273 : kIdentity_Mask | kRectStaysRect_Mask); in setTranslate()
323 (sx == 1 && sy == 1) ? kIdentity_Mask | kRectStaysRect_Mask in setScale()
1452 if (SkMatrix::kIdentity_Mask == typeMask) { in get_scale_factor()
/third_party/skia/src/gpu/geometry/
H A DGrQuad.cpp24 if (tm > SkMatrix::kIdentity_Mask) { in map_rect_translate_scale()
/third_party/skia/gm/
H A Dglyph_pos.cpp103 ~(SkMatrix::kIdentity_Mask | SkMatrix::kTranslate_Mask)); in drawTestCase()
/third_party/skia/include/core/
H A DSkMatrix.h55 constexpr SkMatrix() : SkMatrix(1,0,0, 0,1,0, 0,0,1, kIdentity_Mask | kRectStaysRect_Mask) {} in SkMatrix()
184 kIdentity_Mask = 0, //!< identity SkMatrix; all bits clear enumerator
196 @return kIdentity_Mask, or combinations of: kTranslate_Mask, kScale_Mask,
/third_party/skia/tests/
H A DMatrixTest.cpp137 REPORTER_ASSERT(reporter, SkMatrix::kIdentity_Mask == matrix.getType()); in test_matrix_recttorect()

Completed in 15 milliseconds