Home
last modified time | relevance | path

Searched refs:NoChangeWithIdentityMatrix (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkSamplingPriv.h23 static bool NoChangeWithIdentityMatrix(const SkSamplingOptions& sampling) { in NoChangeWithIdentityMatrix() function
DSkMatrix.cpp1637 if (!SkSamplingPriv::NoChangeWithIdentityMatrix(sampling)) { in SkTreatAsSprite()
/external/skia/tests/
DSamplingTest.cpp35 REPORTER_ASSERT(r, SkSamplingPriv::NoChangeWithIdentityMatrix(sampling) == expect_same); in DEF_TEST()