Searched refs:x1 (Results 1 – 13 of 13) sorted by relevance
/cts/apps/CtsVerifier/lib/colorchecker/ |
D | colorchecker.cpp | 133 void getBoundingBox(int *x1, int *y1, int *x2, int *y2) const { in getBoundingBox() argument 134 *x1 = mMinX; in getBoundingBox() 314 int x1, int y1, in drawLine() argument 316 if ((x0 == x1) && (y0 == y1)) { in drawLine() 323 if ( std::abs(x1-x0) > std::abs(y1-y0) ) { in drawLine() 324 if (x0 > x1) { in drawLine() 325 std::swap(x0, x1); in drawLine() 328 float slope = (float)(y1 - y0) / (x1 - x0); in drawLine() 329 for (int x = x0; x <= x1; x++) { in drawLine() 338 std::swap(x0, x1); in drawLine() [all …]
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_gt/d/ |
D | T_if_gt_11.dfh | 159 // parsed: offset 298, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/d/ |
D | T_if_ge_11.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/d/ |
D | T_if_ge_11.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/ |
D | T_if_eq_12.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|
D | T_if_eq_11.dfh | 161 // parsed: offset 298, len 2: |0009: const/4 v6, #int 1 // #0x1
|
D | T_if_eq_10.dfh | 159 // parsed: offset 296, len 2: |0004: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/ |
D | T_if_gt_11.dfh | 159 // parsed: offset 298, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/ |
D | T_if_eq_11.dfh | 161 // parsed: offset 298, len 2: |0009: const/4 v6, #int 1 // #0x1
|
D | T_if_eq_10.dfh | 159 // parsed: offset 296, len 2: |0004: const/4 v6, #int 1 // #0x1
|
D | T_if_eq_12.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_le/d/ |
D | T_if_le_12.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/d/ |
D | T_if_le_12.dfh | 155 // parsed: offset 290, len 2: |0005: const/4 v6, #int 1 // #0x1
|