Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/color/
DICC_ColorSpace.java208 short[] converted = in toRGB() local
255 short[] converted = in toCIEXYZ() local
295 short[] converted = in fromRGB() local
342 short[] converted = in fromCIEXYZ() local
/frameworks/base/tests/CoreTests/android/core/
DStrictMathTest.java764 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD() local
776 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD() local
DMathTest.java741 double converted = Math.toDegrees(Math.toRadians(d)); in testToRadiansD() local
753 double converted = Math.toRadians(Math.toDegrees(d)); in testToDegreesD() local