Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDescriptor.h30 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/
DSkPictureFlat.cpp11 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()
DSkRegionPriv.h33 static RunHead* Alloc(int count) in Alloc() function
73 writable = Alloc(fRunCount); in ensureWritable()
DSkPictureFlat.h114 static SkFlatData* Alloc(SkChunkAlloc* heap, int32_t size, int index);
DSkBitmap.cpp45 static MipMap* Alloc(int levelCount, size_t pixelSize) { in Alloc() function
966 MipMap* mm = MipMap::Alloc(maxLevels, size); in buildMipMap()
DSkRegion_path.cpp314 tmp.fRunHead = RunHead::Alloc(count); in setPath()
DSkRegion.cpp145 fRunHead = RunHead::Alloc(count); in allocateRuns()
/external/zlib/contrib/ada/
Dzlib-thin.adb102 Alloc : in alloc_func;
106 Strm.zalloc := Alloc;
Dzlib-thin.ads328 Alloc : in alloc_func;
/external/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); in CodecBase()
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
DChecksumImpl.cs137 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update()
188 GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); in Update()
DGZipStream.cs162 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Read()
207 GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); in Write()
/external/skia/src/views/
DSkMetaData.cpp101 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/
Dfpdfemb.h120 void* (*Alloc)(struct FPDFEMB_MEMMGR* pMgr, unsigned int size); member
227 void* (*Alloc)(struct FPDFEMB_MEMMGR_EX* pMgr, unsigned int size, int flags); member
DSkImageDecoder_fpdfemb.cpp183 memmgr.Alloc = pdf_alloc; in onDecode()
/external/skia/include/views/
DSkMetaData.h143 static Rec* Alloc(size_t);
/external/v8/src/
Dmark-compact.h300 template<AllocationFunction Alloc, ProcessNonLiveFunction ProcessNonLive>
Dmark-compact.cc981 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/
DCollector.cpp225 unsigned char* mask = reinterpret_cast<unsigned char*>(userChunk->Alloc(BLOCK_SIZE)); in allocateBlock()