Lines Matching refs:bc
560 Bitmap.Config bc = b.getConfig();
561 if (bc == null) {
564 switch (bc) {
571 " bytes, passed bitmap was " + bc);
581 " bytes, passed bitmap was " + bc);
591 " bytes, passed bitmap was " + bc);
601 " bytes, passed bitmap was " + bc);
1967 final Bitmap.Config bc = b.getConfig();
1968 if (bc == Bitmap.Config.ALPHA_8) {
1971 if (bc == Bitmap.Config.ARGB_4444) {
1974 if (bc == Bitmap.Config.ARGB_8888) {
1977 if (bc == Bitmap.Config.RGB_565) {
1980 throw new RSInvalidStateException("Bad bitmap type: " + bc);