Searched defs:AllocatePixels (Results 1 - 2 of 2) sorted by relevance

/external/skia/dm/
H A DDMUtil.cpp33 void AllocatePixels(SkColorType ct, int width, int height, SkBitmap* bitmap) { function in namespace:DM
38 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) { function in namespace:DM
39 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.cpp51 void AllocatePixels(SkColorType ct, int width, int height, SkBitmap* bitmap) { function in namespace:DM
56 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) { function in namespace:DM
57 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);

Completed in 130 milliseconds