Searched refs:comp (Results 1 – 17 of 17) sorted by relevance
1794 final double[] comp = {Color.red(rgbColor), Color.green(rgbColor), Color.blue(rgbColor)}; in convertRgbToXyz() local1795 for (int i = 0; i < comp.length; i++) { in convertRgbToXyz()1796 comp[i] /= 255.0; in convertRgbToXyz()1797 if (comp[i] > 0.04045) { in convertRgbToXyz()1798 comp[i] = Math.pow((comp[i] + 0.055) / 1.055, 2.4); in convertRgbToXyz()1800 comp[i] /= 12.92; in convertRgbToXyz()1802 comp[i] *= 100; in convertRgbToXyz()1804 final double x = (comp[RED] * 0.4124) + (comp[GREEN] * 0.3576) + (comp[BLUE] * 0.1805); in convertRgbToXyz()1805 final double y = (comp[RED] * 0.2126) + (comp[GREEN] * 0.7152) + (comp[BLUE] * 0.0722); in convertRgbToXyz()1806 final double z = (comp[RED] * 0.0193) + (comp[GREEN] * 0.1192) + (comp[BLUE] * 0.9505); in convertRgbToXyz()[all …]
17 package com.android.cts.comp.provisioning;25 import com.android.cts.comp.AdminReceiver;
17 package com.android.cts.comp.provisioning;24 import com.android.cts.comp.AdminReceiver;
16 package com.android.cts.comp.provisioning;26 import com.android.cts.comp.AdminReceiver;
17 package com.android.cts.comp;
16 package com.android.cts.comp;
131 comp = Comp(*comp_)132 section = 'Decoders' if comp.is_decoder else 'Encoders'138 yield ' <MediaCodec name="%s" type="%s" update="true">' % (comp.name, comp.mime)146 (comp.name, size, N))
116 JavadocTool comp = JavadocTool.make0(context); in getRootDoc() local117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess, in getRootDoc()
66 for comp in components[1:]:67 mod = getattr(mod, comp)
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...