Home | History | Annotate | Download | only in graphics

Lines Matching defs:Config

54     public enum Config {
61 Config(int ni) {
66 /* package */ static Config nativeToConfig(int ni) {
70 private static Config sConfigs[] = {
186 * @param config The bitmap config to create.
189 public static Bitmap createBitmap(int width, int height, Config config) {
204 * @param config The bitmap config to create. If the config does not
211 int width, int height, Config config) {
236 * @param config The bitmap config to create. If the config does not
243 Config config) {
244 return createBitmap(colors, 0, width, width, height, config);