HomeSort by relevance Sort by last modified time
    Searched refs:AllocatePixels (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/dm/
DMUtil.h 27 void AllocatePixels(SkColorType, int w, int h, SkBitmap* bitmap);
29 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap);
DMSKPTask.cpp 25 AllocatePixels(kN32_SkColorType, width, height, &bitmap);
DMUtil.cpp 51 void AllocatePixels(SkColorType ct, int width, int height, SkBitmap* bitmap) {
56 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) {
57 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
DMPipeTask.cpp 48 AllocatePixels(fReference, &bitmap);
DMSerializeTask.cpp 38 AllocatePixels(fReference, &bitmap);
DMCpuGMTask.cpp 24 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bm);
DMQuiltTask.cpp 90 AllocatePixels(fReference, &full);

Completed in 148 milliseconds