OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkquadrants
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java
50
checkQuadrants
(Color.TRANSPARENT, b, x, y, 5);
53
checkQuadrants
(Color.RED, b, x, y, 5);
56
checkQuadrants
(Color.RED, b, x, y, 255);
62
private void
checkQuadrants
(int color, Bitmap bitmap, int x, int y, int alphaTolerance) {
Completed in 46 milliseconds