HomeSort by relevance Sort by last modified time
    Searched refs:AllocatePixels (Results 1 - 17 of 17) 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);
  /external/skia/dm/
DMUtil.h 27 void AllocatePixels(SkColorType, int w, int h, SkBitmap* bitmap);
29 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap);
DMSKPTask.cpp 13 AllocatePixels(kN32_SkColorType, fPicture->width(), fPicture->height(), &bitmap);
DMReplayTask.cpp 33 AllocatePixels(fReference, &bitmap);
DMSerializeTask.cpp 31 AllocatePixels(fReference, &bitmap);
DMUtil.cpp 33 void AllocatePixels(SkColorType ct, int width, int height, SkBitmap* bitmap) {
38 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap) {
39 AllocatePixels(reference.colorType(), reference.width(), reference.height(), bitmap);
DMPipeTask.cpp 48 AllocatePixels(fReference, &bitmap);
DMRecordTask.cpp 49 AllocatePixels(fReference, &bitmap);
DMCpuGMTask.cpp 29 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bitmap);
DMQuiltTask.cpp 28 AllocatePixels(fReference, &full);
DMBenchTask.cpp 57 AllocatePixels(colorType, bench->getSize().x(), bench->getSize().y(), &bitmap);

Completed in 517 milliseconds