Home
last modified time | relevance | path

Searched refs:resultColor (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderFragDataTests.cpp75 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); in compareSingleColor()
81 …log << TestLog::Message << "ERROR: Got " << resultColor << " at (" << x << ", " << y << ")!" << Te… in compareSingleColor()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java52 private final int resultColor; field in ViewfinderView
68 resultColor = resources.getColor(R.color.result_view); in ViewfinderView()
91 paint.setColor(resultBitmap != null ? resultColor : maskColor); in onDraw()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp75 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); in compareSingleColor()
81 …log << TestLog::Message << "ERROR: Got " << resultColor << " at (" << x << ", " << y << ")!" << Te… in compareSingleColor()
/external/deqp/modules/egl/
DteglNativeCoordMappingTests.cpp268 const tcu::Vec4 resultColor = result.getAccess().getPixel(x, y); in validate() local
272 if (!compareColor(resultColor, white)) in validate()
282 if (!compareColor(resultColor, black)) in validate()
294 if (!compareColor(resultColor, black) && !compareColor(resultColor, white)) in validate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2771 Color resultColor; in getTextDecorations() local
2777 resultColor = styleToUse->visitedDependentDecorationColor(); in getTextDecorations()
2783 underline.color = resultColor; in getTextDecorations()
2788 overline.color = resultColor; in getTextDecorations()
2793 linethrough.color = resultColor; in getTextDecorations()
2807 resultColor = styleToUse->visitedDependentDecorationColor(); in getTextDecorations()
2809 underline.color = resultColor; in getTextDecorations()
2813 overline.color = resultColor; in getTextDecorations()
2817 linethrough.color = resultColor; in getTextDecorations()