Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkMathPriv.h33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod() function
/third_party/skia/src/core/
DSkMathPriv.h33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod() function
/third_party/flutter/skia/tests/
DMathTest.cpp544 SkTDivMod(numer, denom, &div, &mod); in test_divmod()
557 SkTDivMod(numer, denom, &div, &mod); in test_divmod()
/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp334 SkTDivMod(srcX, 8, &quotient, &modulus); in decodeIcoMask()
DSkSampledCodec.cpp48 SkTDivMod(sampleSize, supportedSampleSize, &actualSampleSize, &remainder); in accountForNativeScaling()
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp334 SkTDivMod(srcX, 8, &quotient, &modulus); in decodeIcoMask()
DSkSampledCodec.cpp48 SkTDivMod(sampleSize, supportedSampleSize, &actualSampleSize, &remainder); in accountForNativeScaling()
/third_party/skia/tests/
DMathTest.cpp577 SkTDivMod(numer, denom, &div, &mod); in test_divmod()
590 SkTDivMod(numer, denom, &div, &mod); in test_divmod()
/third_party/flutter/skia/bench/
DMathBench.cpp559 SkTDivMod((T)(i+1), (T)i, &div, &mod); in onDraw()
/third_party/skia/bench/
DMathBench.cpp619 SkTDivMod((T)(i+1), (T)i, &div, &mod); in onDraw()