/external/skia/tests/ |
D | BitmapTest.cpp | 34 bm.allocPixels(); in test_allocpixels() 37 bm.allocPixels(info); in test_allocpixels() 42 bm.allocPixels(); in test_allocpixels() 45 bm.allocPixels(info, explicitRowBytes); in test_allocpixels() 52 bm.allocPixels(info, 0); in test_allocpixels() 89 bm.allocPixels(); in DEF_TEST()
|
D | RecordingXfermodeTest.cpp | 27 fCircleBM.allocPixels(SkImageInfo::MakeN32Premul(100, 100)); in Drawer() 78 fBitmap.allocPixels(imageInfo); in BitmapBackedCanvasStrategy() 102 fBitmap.allocPixels(imageInfo); in PictureStrategy()
|
D | TextureCompressionTest.cpp | 61 bitmap.allocPixels(info); in DEF_TEST() 94 bitmap.allocPixels(info); in DEF_TEST() 129 bitmap.allocPixels(info); in DEF_TEST() 215 bitmap.allocPixels(info); in DEF_TEST()
|
D | BlitRowTest.cpp | 130 dstBM.allocPixels(info); in test_00_FF() 218 dstBM0.allocPixels(info); in test_diagonal() 219 dstBM1.allocPixels(info); in test_diagonal()
|
D | PremulAlphaRoundTripTest.cpp | 106 readBmp1.allocPixels(info); in DEF_GPUTEST() 108 readBmp2.allocPixels(info); in DEF_GPUTEST()
|
D | ARGBImageEncoderTest.cpp | 38 bitmap.allocPixels(SkImageInfo::Make(kWidth, kHeight, gColorTypes[ctIndex], in DEF_TEST()
|
/external/skia/include/core/ |
D | SkBitmap.h | 227 void allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, SkColorTable* ctable) { in allocPixels() function 243 void allocPixels(const SkImageInfo& info, size_t rowBytes) { in allocPixels() function 253 void allocPixels(const SkImageInfo& info) { in allocPixels() function 254 this->allocPixels(info, info.minRowBytes()); in allocPixels() 266 this->allocPixels(info); 345 void allocPixels(SkColorTable* ctable = NULL) { 346 this->allocPixels(NULL, ctable); 369 void allocPixels(Allocator* allocator, SkColorTable* ctable) { in allocPixels() function
|
/external/skia/gm/ |
D | yuvtorgbeffect.cpp | 47 fBmp[0].allocPixels(yinfo); in onOnceBeforeDraw() 49 fBmp[1].allocPixels(uinfo); in onOnceBeforeDraw() 51 fBmp[2].allocPixels(vinfo); in onOnceBeforeDraw()
|
D | all_bitmap_configs.cpp | 30 bm.allocPixels(SkImageInfo::MakeA8(SCALE, SCALE)); in make_bitmap() 33 bm.allocPixels( in make_bitmap() 131 bm.allocPixels(info, NULL, ctable); in indexed_bitmap()
|
D | tinybitmap.cpp | 21 bm.allocPixels(SkImageInfo::Make(1, 1, kIndex_8_SkColorType, in make_bitmap()
|
D | bitmapshader.cpp | 31 bm->allocPixels(SkImageInfo::MakeA8(20, 20)); in draw_mask()
|
D | bitmappremul.cpp | 26 bitmap->allocPixels(SkImageInfo::Make(SLIDE_SIZE, SLIDE_SIZE, ct, in init_bitmap()
|
D | bitmapfilters.cpp | 24 bm->allocPixels(SkImageInfo::Make(2, 2, kIndex_8_SkColorType, in make_bm()
|
/external/skia/tools/skpdiff/ |
D | SkDifferentPixelsMetric_cpu.cpp | 42 result->poiAlphaMask.allocPixels(SkImageInfo::MakeA8(width, height)); in diff() 46 result->rgbDiffBitmap.allocPixels(SkImageInfo::Make(width, height, baseline->colorType(), in diff() 51 result->whiteDiffBitmap.allocPixels(SkImageInfo::MakeN32Premul(width, height)); in diff()
|
/external/skia/bench/ |
D | PremulAndUnpremulAlphaOpsBench.cpp | 34 fBmp1.allocPixels(info); // used in writePixels in onPreDraw() 43 fBmp2.allocPixels(info); // used in readPixels() in onPreDraw()
|
D | RepeatTileBench.cpp | 67 dst->allocPixels(SkImageInfo::Make(src.width(), src.height(), in convert_to_index666() 112 fBitmap.allocPixels(); in onPreDraw()
|
D | BitmapBench.cpp | 48 dst->allocPixels(SkImageInfo::Make(src.width(), src.height(), kIndex_8_SkColorType, aType), in convertToIndex666() 117 bm.allocPixels(SkImageInfo::MakeN32(W, H, fAlphaType)); in onPreDraw() 119 bm.allocPixels(SkImageInfo::Make(W, H, fColorType, fAlphaType)); in onPreDraw()
|
D | CoverageBench.cpp | 35 fBitmap.allocPixels(SkImageInfo::MakeA8(500, 500)); in DrawPathBench()
|
D | BitmapRectBench.cpp | 71 fBitmap.allocPixels(); in onPreDraw()
|
/external/skia/experimental/FileReaderApp/ |
D | ReaderView.cpp | 19 fBufferBitmaps[0].allocPixels(NULL); in ReaderView() 21 fBufferBitmaps[1].allocPixels(NULL); in ReaderView()
|
/external/skia/samplecode/ |
D | SampleEncode.cpp | 50 bm->allocPixels(info); in make_image() 68 bm->allocPixels(info, NULL, ctable); in make_image()
|
D | SampleTinyBitmap.cpp | 25 bm.allocPixels(SkImageInfo::Make(1, 1, kIndex_8_SkColorType, in make_bitmap()
|
D | SampleFilter.cpp | 31 bm->allocPixels(SkImageInfo::Make(2, 2, kIndex_8_SkColorType, in make_bm()
|
D | SampleFontCache.cpp | 95 fBitmaps[i].allocPixels(SkImageInfo::Make(320, 240, in FontCacheView()
|
/external/skia/src/animator/ |
D | SkSnapshot.cpp | 65 pixels.allocPixels(maker.fCanvas->imageInfo()); in draw()
|