Lines Matching defs:bc
413 Bitmap.Config bc = b.getConfig();
414 switch (bc) {
421 " bytes, passed bitmap was " + bc);
431 " bytes, passed bitmap was " + bc);
441 " bytes, passed bitmap was " + bc);
451 " bytes, passed bitmap was " + bc);
1095 final Bitmap.Config bc = b.getConfig();
1096 if (bc == Bitmap.Config.ALPHA_8) {
1099 if (bc == Bitmap.Config.ARGB_4444) {
1102 if (bc == Bitmap.Config.ARGB_8888) {
1105 if (bc == Bitmap.Config.RGB_565) {
1108 throw new RSInvalidStateException("Bad bitmap type: " + bc);