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

  /external/skia/samplecode/
SampleMeasure.cpp 48 SkAutoTMalloc<SkScalar> autoWidths(len);
50 SkAutoTMalloc<SkRect> autoRects(len);
SamplePatch.cpp 163 SkAutoTMalloc<SkPoint> vertStorage(vertCount);
187 SkAutoTMalloc<SkPoint> stripStorage(stripCount * 2);
188 SkAutoTMalloc<SkColor> colorStorage(stripCount);
  /external/skia/tests/
FontHostTest.cpp 32 SkAutoTMalloc<SkFontTableTag> storage(count);
  /external/skia/include/core/
SkTemplates.h 173 template <typename T> class SkAutoTMalloc : SkNoncopyable {
175 SkAutoTMalloc(size_t count) {
179 ~SkAutoTMalloc() {
  /external/skia/src/effects/
SkBlurMask.cpp 608 SkAutoTMalloc<uint32_t> storage(storageW * storageH);
623 SkAutoTMalloc<uint8_t> tmpBuffer(dstSize);
  /external/skia/src/gpu/
SkGpuDevice.cpp 828 SkAutoTMalloc<float> kernelStorageX(kernelWidthX);
848 SkAutoTMalloc<float> kernelStorageY(kernelWidthY);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 300 SkAutoTMalloc<uint32_t> data(256 * 256 * 3);
    [all...]

Completed in 221 milliseconds