Home
last modified time | relevance | path

Searched refs:bColor (Results 1 – 4 of 4) sorted by relevance

/external/angle/samples/sample_util/
Dtexture_utils.cpp89 GLubyte bColor = 0; in CreateMipMappedTexture2D() local
94 bColor = 255 * (1 - ((y / checkerSize) % 2)); in CreateMipMappedTexture2D()
98 bColor = 255 * ((y / checkerSize) % 2); in CreateMipMappedTexture2D()
104 pixels[(y * height + x) * 3 + 2] = bColor; in CreateMipMappedTexture2D()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/
DAnimation.kt144 val bColor = rnd.nextColor() in animateColor() constant
151 (Color.red(bColor) * b + Color.red(aColor) * a).toInt(), in animateColor()
152 (Color.green(bColor) * b + Color.green(aColor) * a).toInt(), in animateColor()
153 (Color.blue(bColor) * b + Color.blue(aColor) * a).toInt() in animateColor()
157 shape.color = bColor in animateColor()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h117 bool bColor,
Dcpdf_streamcontentparser.cpp413 bool bColor, in SetGraphicStates() argument
419 if (bColor) { in SetGraphicStates()