Home
last modified time | relevance | path

Searched refs:SkAutoSTMalloc (Results 1 – 19 of 19) sorted by relevance

/external/skia/include/core/
DSkTemplates.h211 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/
DGlyphPageTreeNodeSkia.cpp85 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length); in fill()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DGlyphMapAndroid.cpp102 SkAutoSTMalloc <GlyphPage::size, uint16_t> glyphStorage(length); in fill()
DFontAndroid.cpp203 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs); in drawGlyphs()
327 SkAutoSTMalloc<64, SkScalar> storage(count); in offsetForPositionForComplexText()
/external/skia/src/pdf/
DSkPDFShader.cpp54 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/
DGrTesselatedPathRenderer.cpp386 SkAutoSTMalloc<8, GrPoint> baseMem(maxPts); in onDrawPath()
391 SkAutoSTMalloc<8, uint16_t> subpathVertCount(subpathCnt); in onDrawPath()
DSkGpuDevice.cpp1668 SkAutoSTMalloc<128, GrColor> convertedColors(0); in drawVertices()
DGrContext.cpp1745 SkAutoSTMalloc<128 * 128, uint32_t> tmpPixels(width * height); in internalWriteRenderTargetPixels()
/external/skia/src/animator/
DSkAnimateActive.cpp182 SkAutoSTMalloc<16, SkOperand> values(count); in create()
220 SkAutoSTMalloc<16, SkOperand> values(count); in immediate()
DSkDisplayApply.cpp616 SkAutoSTMalloc<16, SkOperand> values(count); in interpolate()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp96 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs); in drawGlyphs()
/external/skia/samplecode/
DSamplePatch.cpp145 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
/external/skia/src/core/
DSkPicturePlayback.cpp287 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count); in writeFactories()
309 SkAutoSTMalloc<16, SkTypeface*> storage(count); in writeTypefaces()
DSkBlitter.cpp166 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); in blitMask()
DSkRegion.cpp981 SkAutoSTMalloc<32, RunType> array(dstCount); in op()
DSkDraw.cpp2303 SkAutoSTMalloc<16, SkPoint> storage(count); in drawVertices()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp238 SkAutoSTMalloc<10, GrGLint> formats(numFormats); in initCaps()
/external/skia/src/effects/
DSkGradientShader.cpp758 SkAutoSTMalloc<16, int32_t> storage(count); in commonAsABitmap()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4574 SkAutoSTMalloc<PREPARED_LISTBOX_STORAGE, int> storage(size); in SendListBoxChoices()