Searched refs:SkAutoSTMalloc (Results 1 – 19 of 19) sorted by relevance
/external/skia/include/core/ |
D | SkTemplates.h | 211 template <size_t N, typename T> class SK_API SkAutoSTMalloc : SkNoncopyable { 213 SkAutoSTMalloc(size_t count) { in SkAutoSTMalloc() function 221 ~SkAutoSTMalloc() { in ~SkAutoSTMalloc()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GlyphPageTreeNodeSkia.cpp | 85 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length); in fill()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | GlyphMapAndroid.cpp | 102 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length); in fill()
|
D | FontAndroid.cpp | 203 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs); in drawGlyphs() 327 SkAutoSTMalloc<64, SkScalar> storage(count); in offsetForPositionForComplexText()
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 54 SkAutoSTMalloc<4, SkScalar> multiplierAlloc(components); in interpolateColorCode() 63 SkAutoSTMalloc<4, bool> dupInputAlloc(components); in interpolateColorCode() 130 SkAutoSTMalloc<4, ColorTuple> colorDataAlloc(info.fColorCount); in gradientFunctionCode()
|
/external/skia/src/gpu/ |
D | GrTesselatedPathRenderer.cpp | 386 SkAutoSTMalloc<8, GrPoint> baseMem(maxPts); in onDrawPath() 391 SkAutoSTMalloc<8, uint16_t> subpathVertCount(subpathCnt); in onDrawPath()
|
D | SkGpuDevice.cpp | 1668 SkAutoSTMalloc<128, GrColor> convertedColors(0); in drawVertices()
|
D | GrContext.cpp | 1745 SkAutoSTMalloc<128 * 128, uint32_t> tmpPixels(width * height); in internalWriteRenderTargetPixels()
|
/external/skia/src/animator/ |
D | SkAnimateActive.cpp | 182 SkAutoSTMalloc<16, SkOperand> values(count); in create() 220 SkAutoSTMalloc<16, SkOperand> values(count); in immediate()
|
D | SkDisplayApply.cpp | 616 SkAutoSTMalloc<16, SkOperand> values(count); in interpolate()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 96 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs); in drawGlyphs()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 145 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
|
/external/skia/src/core/ |
D | SkPicturePlayback.cpp | 287 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count); in writeFactories() 309 SkAutoSTMalloc<16, SkTypeface*> storage(count); in writeTypefaces()
|
D | SkBlitter.cpp | 166 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); in blitMask()
|
D | SkRegion.cpp | 981 SkAutoSTMalloc<32, RunType> array(dstCount); in op()
|
D | SkDraw.cpp | 2303 SkAutoSTMalloc<16, SkPoint> storage(count); in drawVertices()
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 238 SkAutoSTMalloc<10, GrGLint> formats(numFormats); in initCaps()
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 758 SkAutoSTMalloc<16, int32_t> storage(count); in commonAsABitmap()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 4574 SkAutoSTMalloc<PREPARED_LISTBOX_STORAGE, int> storage(size); in SendListBoxChoices()
|