OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtint
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
TintFilter.java
35
private int
mTint
= 0xFF0000FF;
126
float tint_color[] = {Color.red(
mTint
) / 255f,
127
Color.green(
mTint
) / 255f,
128
Color.blue(
mTint
) / 255f };
Completed in 122 milliseconds