Searched refs:tc (Results 1 – 3 of 3) sorted by relevance
1543 TonemapCurve tc = getValueNotNull(result, CaptureResult.TONEMAP_CURVE);1544 int pointCount = tc.getPointCount(TonemapCurve.CHANNEL_RED);1546 pointCount = tc.getPointCount(TonemapCurve.CHANNEL_GREEN);1548 pointCount = tc.getPointCount(TonemapCurve.CHANNEL_BLUE);1550 tc.copyColorCurve(TonemapCurve.CHANNEL_RED, mapRed, 0);1551 tc.copyColorCurve(TonemapCurve.CHANNEL_GREEN, mapGreen, 0);1552 tc.copyColorCurve(TonemapCurve.CHANNEL_BLUE, mapBlue, 0);
280 void addTestClass(TestClass tc) { in addTestClass() argument281 appendSuiteToElement(mDoc.getDocumentElement(), tc); in addTestClass() local
141 public void addConstructor(JDiffConstructor tc) { in addConstructor() argument142 jDiffConstructors.add(tc); in addConstructor()