Lines Matching defs:bc
633 Bitmap.Config bc = b.getConfig();
634 if (bc == null) {
637 switch (bc) {
644 " bytes, passed bitmap was " + bc);
654 " bytes, passed bitmap was " + bc);
664 " bytes, passed bitmap was " + bc);
674 " bytes, passed bitmap was " + bc);
2754 final Bitmap.Config bc = b.getConfig();
2755 if (bc == Bitmap.Config.ALPHA_8) {
2758 if (bc == Bitmap.Config.ARGB_4444) {
2761 if (bc == Bitmap.Config.ARGB_8888) {
2764 if (bc == Bitmap.Config.RGB_565) {
2767 throw new RSInvalidStateException("Bad bitmap type: " + bc);