Searched refs:bColor (Results 1 – 4 of 4) sorted by relevance
89 GLubyte bColor = 0; in CreateMipMappedTexture2D() local94 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()
144 val bColor = rnd.nextColor() in animateColor() constant151 (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()
117 bool bColor,
413 bool bColor, in SetGraphicStates() argument419 if (bColor) { in SetGraphicStates()