HomeSort by relevance Sort by last modified time
    Searched refs:allocPixels (Results 1 - 25 of 57) sorted by null

1 2 3

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

Completed in 171 milliseconds

1 2 3