OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPoints
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java
36
public SamplePointVerifier(Point[]
testPoints
, int[] expectedColors) {
37
this(
testPoints
, expectedColors, DEFAULT_TOLERANCE);
40
public SamplePointVerifier(Point[]
testPoints
, int[] expectedColors, int tolerance) {
41
mTestPoints =
testPoints
;
82
public static SamplePointVerifier create(Point[]
testPoints
, int[] expectedColors,
84
return new SamplePointVerifier(
testPoints
, expectedColors, tolerance) {
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java
36
public SamplePointVerifier(Point[]
testPoints
, int[] expectedColors) {
37
this(
testPoints
, expectedColors, DEFAULT_TOLERANCE);
40
public SamplePointVerifier(Point[]
testPoints
, int[] expectedColors, int tolerance) {
41
mTestPoints =
testPoints
;
82
public static SamplePointVerifier create(Point[]
testPoints
, int[] expectedColors,
84
return new SamplePointVerifier(
testPoints
, expectedColors, tolerance) {
/cts/tests/tests/hardware/src/android/hardware/cts/
GeomagneticFieldTest.java
34
TestDataPoint
testPoints
[] = new TestDataPoint[] {
55
for (TestDataPoint t :
testPoints
) {
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayerTests.java
545
Point[]
testPoints
= new Point[] {
565
testPoints
[2].y = TEST_HEIGHT - verticalFadingEdgeLength * 10 / 42;
566
testPoints
[3].y = TEST_HEIGHT - verticalFadingEdgeLength * 5 / 42;
569
testPoints
,
585
Point[]
testPoints
= new Point[] {
606
testPoints
[3].y = TEST_HEIGHT - verticalFadingEdgeLength * 10 / 42;
607
testPoints
[4].y = TEST_HEIGHT - verticalFadingEdgeLength * 5 / 42;
610
testPoints
,
CanvasTests.java
76
Point[]
testPoints
= {
112
.runWithVerifier(new SamplePointVerifier(
testPoints
, colors));
117
Point[]
testPoints
= {
166
.runWithVerifier(new SamplePointVerifier(
testPoints
, colors));
[
all
...]
ExactCanvasTests.java
65
public void
testPoints
() {
/external/skia/tests/
SurfaceTest.cpp
397
const SkPoint
testPoints
[3] = {
425
EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount,
testPoints
, \
[
all
...]
/external/skqp/tests/
SurfaceTest.cpp
397
const SkPoint
testPoints
[3] = {
425
EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount,
testPoints
, \
[
all
...]
Completed in 136 milliseconds