Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dtypeface.cpp18 SkAutoSTMalloc<128, SkScalar> widthStorage(count); in getGlyphPositions()
47 SkAutoSTMalloc<128, uint16_t> glyphStorage(len); in drawKernText()
54 SkAutoSTMalloc<128, int32_t> adjustmentStorage(glyphCount - 1); in drawKernText()
64 SkAutoSTMalloc<128, SkPoint> posStorage(glyphCount); in drawKernText()
/external/skia/include/private/
DSkTemplates.h331 template <size_t kCountRequested, typename T> class SkAutoSTMalloc : SkNoncopyable {
333 SkAutoSTMalloc() : fPtr(fTStorage) {} in SkAutoSTMalloc() function
335 SkAutoSTMalloc(size_t count) { in SkAutoSTMalloc() function
343 ~SkAutoSTMalloc() { in ~SkAutoSTMalloc()
/external/skia/tests/
DTemplatesTest.cpp13 SkAutoSTMalloc<1, int> array; in test_automalloc_realloc()
/external/skia/src/gpu/batches/
DGrDrawPathBatch.cpp140 SkAutoSTMalloc<4096, float> transformStorage(floatsPerTransform * fTotalPathCount); in onDraw()
141 SkAutoSTMalloc<2048, uint16_t> indexStorage(fTotalPathCount); in onDraw()
DGrAtlasTextBatch.h167 SkAutoSTMalloc<kMinGeometryAllocated, Geometry> fGeoData;
/external/skia/src/utils/win/
DSkDWrite.h36 typedef SkAutoSTMalloc<16, WCHAR> SkSMallocWCHAR;
/external/skia/src/gpu/
DGrTextureToYUVPlanes.cpp173 SkAutoSTMalloc<128 * 128, uint32_t> tempYUV(yuvSize.fWidth * yuvSize.fHeight); in GrTextureToYUVPlanes()
210 SkAutoSTMalloc<128 * 128, uint32_t> tempUV(uvSize.fWidth * uvSize.fHeight); in GrTextureToYUVPlanes()
DGrContext.cpp290 SkAutoSTMalloc<128 * 128, uint32_t> tmpPixels(0); in writeSurfacePixels()
/external/skia/src/core/
DSkFontDescriptor.h47 SkAutoSTMalloc<4, SkFixed> fAxis;
DSkFontDescriptor.cpp64 SkAutoSTMalloc<4, SkFixed> axis; in Deserialize()
DSkRecord.h194 SkAutoSTMalloc<kInlineRecords, Record> fRecords;
DSkPictureData.cpp168 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count); in WriteFactories()
198 SkAutoSTMalloc<16, SkTypeface*> storage(count); in WriteTypefaces()
DSkGeometry.h405 SkAutoSTMalloc<kPointCount, SkPoint> fStorage;
DSkBlitter.cpp191 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); in blitMask()
/external/skia/src/ports/
DSkFontMgr_android.cpp200 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in SkFontStyleSet_Android()
471 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in onCreateFromStream()
DSkFontHost_win.cpp553 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1586 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath()
1642 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath()
1654 SkAutoSTMalloc<BUFFERSIZE, uint8_t> hintedGlyphbuf(BUFFERSIZE); in generatePath()
2079 SkAutoSTMalloc<256, uint16_t> scratchGlyphs; in onCharsToGlyphs()
2244 SkAutoSTMalloc<0x20, SkSFNTHeader::TableDirectoryEntry> dir(numTables); in onGetTableTags()
DSkFontHost_mac.cpp1807 SkAutoSTMalloc<4, SkFixed>* axisValues) in get_variations()
1863 SkAutoSTMalloc<4, SkFixed> axisValues; in onCreateFontData()
2067 SkAutoSTMalloc<1024, UniChar> charStorage; in onCharsToGlyphs()
2107 SkAutoSTMalloc<1024, uint16_t> glyphStorage; in onCharsToGlyphs()
DSkFontMgr_fontconfig.cpp852 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in onCreateFromStream()
/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/skia/src/codec/
DSkRawCodec.cpp317 SkAutoSTMalloc<kMinSizeToRead, uint8> tempBuffer(sizeToRead); in bufferMoreData()
534 SkAutoSTMalloc<kHeaderSize, unsigned char> header(kHeaderSize); in isTiffHeaderValid()
/external/skia/include/gpu/
DGrResourceKey.h142 SkAutoSTMalloc<kMetaDataCnt + 5, uint32_t> fKey;
/external/skia/tools/debugger/
DSkObjectParser.cpp375 SkAutoSTMalloc<0x100, char> utf8(sizeNeeded); in TextToString()
/external/skia/samplecode/
DSamplePatch.cpp135 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp969 SkAutoSTMalloc<1024, char> rowStorage(bitmap.width() << 2); in doEncode()

12