Searched refs:base3 (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/bench/ |
D | HairlinePathBench.cpp | 100 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 105 path->lineTo(SkIntToScalar(points[base3] + xTrans), in makePath() 106 SkIntToScalar(points[base3+1] + yTrans)); in makePath() 132 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 137 SkIntToScalar(points[base3] + xTrans), in makePath() 138 SkIntToScalar(points[base3+1] + yTrans)); in makePath() 165 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 171 SkIntToScalar(points[base3] + xTrans), in makePath() 172 SkIntToScalar(points[base3+1] + yTrans), in makePath() 200 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/third_party/skia/bench/ |
D | HairlinePathBench.cpp | 100 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 105 path->lineTo(SkIntToScalar(points[base3] + xTrans), in makePath() 106 SkIntToScalar(points[base3+1] + yTrans)); in makePath() 132 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 137 SkIntToScalar(points[base3] + xTrans), in makePath() 138 SkIntToScalar(points[base3+1] + yTrans)); in makePath() 165 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local 171 SkIntToScalar(points[base3] + xTrans), in makePath() 172 SkIntToScalar(points[base3+1] + yTrans), in makePath() 200 int base3 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/third_party/FreeBSD/sys/sys/ |
D | kobj.h | 171 base1, base2, base3) \ argument 176 &base3, NULL }; \
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86util.asm | 33 %define PASS8ROWS(base, base3, stride, stride3) \ 34 [base], [base + stride], [base + 2*stride], [base3], \ 35 [base3 + stride], [base3 + 2*stride], [base3 + stride3], [base3 + stride*4]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_deblock.asm | 40 %define PASS8ROWS(base, base3, stride, stride3, offset) \ 41 PASS8ROWS(base+offset, base3+offset, stride, stride3)
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 3837 base3 = base2.replace(tzinfo=z100) 3838 self.assertEqual(base, base3) 3839 self.assertIs(base.tzinfo, base3.tzinfo) 4564 base3 = base2.replace(tzinfo=z100) 4565 self.assertEqual(base, base3) 4566 self.assertIs(base.tzinfo, base3.tzinfo)
|