/external/skia/include/core/ |
D | SkDescriptor.h | 30 static SkDescriptor* Alloc(size_t length) in Alloc() function 99 SkDescriptor* desc = SkDescriptor::Alloc(fLength); in copy() 166 fDesc = SkDescriptor::Alloc(size); in SkAutoDescriptor()
|
/external/skia/src/core/ |
D | SkPictureFlat.cpp | 11 SkFlatData* SkFlatData::Alloc(SkChunkAlloc* heap, int32_t size, int index) { in Alloc() function in SkFlatData 25 SkFlatBitmap* result = (SkFlatBitmap*) INHERITED::Alloc(heap, size, index); in Flatten() 32 SkFlatMatrix* result = (SkFlatMatrix*) INHERITED::Alloc(heap, size, index); in Flatten() 93 SkFlatPaint* result = (SkFlatPaint*) INHERITED::Alloc(heap, size, index); in Flatten() 211 SkFlatRegion* result = (SkFlatRegion*) INHERITED::Alloc(heap, size, index); in Flatten()
|
D | SkRegionPriv.h | 33 static RunHead* Alloc(int count) in Alloc() function 73 writable = Alloc(fRunCount); in ensureWritable()
|
D | SkPictureFlat.h | 114 static SkFlatData* Alloc(SkChunkAlloc* heap, int32_t size, int index);
|
D | SkBitmap.cpp | 45 static MipMap* Alloc(int levelCount, size_t pixelSize) { in Alloc() function 966 MipMap* mm = MipMap::Alloc(maxLevels, size); in buildMipMap()
|
D | SkRegion_path.cpp | 314 tmp.fRunHead = RunHead::Alloc(count); in setPath()
|
D | SkRegion.cpp | 145 fRunHead = RunHead::Alloc(count); in allocateRuns()
|
/external/zlib/contrib/ada/ |
D | zlib-thin.adb | 102 Alloc : in alloc_func; 106 Strm.zalloc := Alloc;
|
D | zlib-thin.ads | 328 Alloc : in alloc_func;
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | CodecBase.cs | 54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); in CodecBase() 55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
|
D | ChecksumImpl.cs | 137 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update() 188 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update()
|
D | GZipStream.cs | 162 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Read() 207 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Write()
|
/external/skia/src/views/ |
D | SkMetaData.cpp | 101 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); in set() 306 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) in Alloc() function in SkMetaData::Rec
|
/external/skia/src/images/ |
D | fpdfemb.h | 120 void* (*Alloc)(struct FPDFEMB_MEMMGR* pMgr, unsigned int size); member 227 void* (*Alloc)(struct FPDFEMB_MEMMGR_EX* pMgr, unsigned int size, int flags); member
|
D | SkImageDecoder_fpdfemb.cpp | 183 memmgr.Alloc = pdf_alloc; in onDecode()
|
/external/skia/include/views/ |
D | SkMetaData.h | 143 static Rec* Alloc(size_t);
|
/external/v8/src/ |
D | mark-compact.h | 300 template<AllocationFunction Alloc, ProcessNonLiveFunction ProcessNonLive>
|
D | mark-compact.cc | 981 template<MarkCompactCollector::AllocationFunction Alloc, 1007 Object* forwarded = Alloc(object, object_size); in EncodeForwardingAddressesInRange() 1051 template<MarkCompactCollector::AllocationFunction Alloc, 1061 EncodeForwardingAddressesInRange<Alloc, in EncodeForwardingAddressesInPagedSpace()
|
/external/webkit/JavaScriptCore/runtime/ |
D | Collector.cpp | 225 unsigned char* mask = reinterpret_cast<unsigned char*>(userChunk->Alloc(BLOCK_SIZE)); in allocateBlock()
|