| /foundation/arkui/ui_lite/frameworks/render/ |
| D | render_scanline.cpp | 54 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen) in RenderScanlinesAntiAlias() 89 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendScanLine() 132 FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendSourceAtop() 225 FillBase& alloc, SpanBase& spanGen1) in BlendSourceIn() 249 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOut() 334 FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutWhile() 354 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutDrawResetRaster() 381 FillBase &alloc, in BlendSourceOver() 391 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendXOR() 498 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendXORDrawResetRaster() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
| D | allocator.h | 27 void *(*alloc)(size_t size); member
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | string.h | 70 explicit basic_string(allocator& alloc) noexcept : allocator_(alloc) in basic_string() 79 basic_string(const basic_string& str, allocator& alloc) : allocator_(alloc) in basic_string() 110 …basic_string(const_pointer const str, allocator& alloc) : basic_string(str, constexpr_strlen(str),… in basic_string() 114 basic_string(const_pointer const str, size_type count, allocator& alloc) : allocator_(alloc) in basic_string() 121 basic_string(size_type count, const value_type a, allocator& alloc) : allocator_(alloc) in basic_string() 133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string() 148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string() 931 inline pointer alloc(size_type size) in alloc() function
|
| D | vector.h | 152 void setAllocator(allocator& alloc) in setAllocator() 179 explicit vector(allocator& alloc) noexcept : allocator_(alloc) {} in vector() 202 vector(const vector& other, allocator& alloc) : allocator_(alloc) in vector()
|
| D | unordered_map.h | 577 auto alloc = buckets_.getAllocator(); in allocate() local 588 auto alloc = buckets_.getAllocator(); in release() local
|
| /foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/ |
| D | avmuxer_inner_mock.cpp | 61 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSample() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_texture_info.cpp | 38 GrVkAlloc alloc; in ConvertToGrBackendVKTexture() local
|
| /foundation/resourceschedule/ffrt/src/sched/ |
| D | task_scheduler.h | 118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
| D | mock_jpeg_hw_decode_flow.cpp | 45 AllocInfo alloc = { in AllocOutputBuffer() local
|
| /foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
| D | InnerAVMuxerFuzzTest.cpp | 208 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable 319 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
|
| D | InnerAVMuxerFunctionTest.cpp | 151 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local 197 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleShort() local 347 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleByFdMem() local 494 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSingleTrackSampleMem() local 548 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackCover() local
|
| D | InnerAVMuxerStablityTest.cpp | 172 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local 290 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_ONLY); in WriteTrackSampleByFdMem() local
|
| /foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
| D | avmuxer_demo_base.cpp | 343 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in ReadSampleDataInfo() local 525 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteCoverSample() local
|
| /foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
| D | audio_server_sink_plugin_test.cpp | 375 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable 400 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
|
| /foundation/communication/bluetooth_service/services/bluetooth/hardware/include/ |
| D | bt_vendor_lib.h | 145 malloc_callback alloc; member
|
| /foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/ |
| D | file_info_shared_memory.h | 174 auto alloc = CalculateMemSize(memSize, memInfo); in ExpandSharedMemory() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| D | gpu_resource_manager.cpp | 1177 …auto invalidateStagingCopy = [](const OperationDescription& alloc, vector<StagingCopyStruct>& vecR… in RemoveStagingOperations()
|