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

  /external/skia/src/core/
SkPicturePlayback.cpp 84 fBitmaps = SkNEW_ARRAY(SkBitmap, fBitmapCount);
96 fMatrices = SkNEW_ARRAY(SkMatrix, fMatrixCount);
107 fPaints = SkNEW_ARRAY(SkPaint, fPaintCount);
123 fPictureRefs = SkNEW_ARRAY(SkPicture*, fPictureCount);
133 fRegions = SkNEW_ARRAY(SkRegion, fRegionCount);
177 fBitmaps = SkNEW_ARRAY(SkBitmap, fBitmapCount);
183 fMatrices = SkNEW_ARRAY(SkMatrix, fMatrixCount);
187 fPaints = SkNEW_ARRAY(SkPaint, fPaintCount);
196 fPictureRefs = SkNEW_ARRAY(SkPicture*, fPictureCount);
203 fRegions = SkNEW_ARRAY(SkRegion, fRegionCount)
    [all...]
SkPictureFlat.h 112 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
SkPictureFlat.cpp 240 fArray = SkNEW_ARRAY(SkRefCnt*, fCount);
255 fArray = SkNEW_ARRAY(SkRefCnt*, count);
  /external/skia/include/core/
SkPostConfig.h 90 #define SkNEW_ARRAY(type_name, count) new type_name[count]

Completed in 381 milliseconds