/external/skia/gm/ |
D | typeface.cpp | 18 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/ |
D | SkTemplates.h | 331 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/ |
D | TemplatesTest.cpp | 13 SkAutoSTMalloc<1, int> array; in test_automalloc_realloc()
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.cpp | 140 SkAutoSTMalloc<4096, float> transformStorage(floatsPerTransform * fTotalPathCount); in onDraw() 141 SkAutoSTMalloc<2048, uint16_t> indexStorage(fTotalPathCount); in onDraw()
|
D | GrAtlasTextBatch.h | 167 SkAutoSTMalloc<kMinGeometryAllocated, Geometry> fGeoData;
|
/external/skia/src/utils/win/ |
D | SkDWrite.h | 36 typedef SkAutoSTMalloc<16, WCHAR> SkSMallocWCHAR;
|
/external/skia/src/gpu/ |
D | GrTextureToYUVPlanes.cpp | 173 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()
|
D | GrContext.cpp | 290 SkAutoSTMalloc<128 * 128, uint32_t> tmpPixels(0); in writeSurfacePixels()
|
/external/skia/src/core/ |
D | SkFontDescriptor.h | 47 SkAutoSTMalloc<4, SkFixed> fAxis;
|
D | SkFontDescriptor.cpp | 64 SkAutoSTMalloc<4, SkFixed> axis; in Deserialize()
|
D | SkRecord.h | 194 SkAutoSTMalloc<kInlineRecords, Record> fRecords;
|
D | SkPictureData.cpp | 168 SkAutoSTMalloc<16, SkFlattenable::Factory> storage(count); in WriteFactories() 198 SkAutoSTMalloc<16, SkTypeface*> storage(count); in WriteTypefaces()
|
D | SkGeometry.h | 405 SkAutoSTMalloc<kPointCount, SkPoint> fStorage;
|
D | SkBlitter.cpp | 191 SkAutoSTMalloc<64, int16_t> runStorage(width + 1); in blitMask()
|
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 200 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in SkFontStyleSet_Android() 471 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in onCreateFromStream()
|
D | SkFontHost_win.cpp | 553 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()
|
D | SkFontHost_mac.cpp | 1807 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()
|
D | SkFontMgr_fontconfig.cpp | 852 SkAutoSTMalloc<4, SkFixed> axisValues(axisDefinitions.count()); in onCreateFromStream()
|
/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/skia/src/codec/ |
D | SkRawCodec.cpp | 317 SkAutoSTMalloc<kMinSizeToRead, uint8> tempBuffer(sizeToRead); in bufferMoreData() 534 SkAutoSTMalloc<kHeaderSize, unsigned char> header(kHeaderSize); in isTiffHeaderValid()
|
/external/skia/include/gpu/ |
D | GrResourceKey.h | 142 SkAutoSTMalloc<kMetaDataCnt + 5, uint32_t> fKey;
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 375 SkAutoSTMalloc<0x100, char> utf8(sizeNeeded); in TextToString()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 135 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 969 SkAutoSTMalloc<1024, char> rowStorage(bitmap.width() << 2); in doEncode()
|