Home
last modified time | relevance | path

Searched defs:GetAllocationSize (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/painting/
Dengine_layer.cc18 size_t EngineLayer::GetAllocationSize() { in GetAllocationSize() function in flutter::EngineLayer
Dimage.cc38 size_t CanvasImage::GetAllocationSize() { in GetAllocationSize() function in flutter::CanvasImage
Dpicture.cc37 size_t Picture::GetAllocationSize() { in GetAllocationSize() function in flutter::Picture
Dsingle_frame_codec.cc103 size_t SingleFrameCodec::GetAllocationSize() { in GetAllocationSize() function in flutter::SingleFrameCodec
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph.cc39 size_t Paragraph::GetAllocationSize() { in GetAllocationSize() function in flutter::Paragraph
/third_party/flutter/engine/flutter/lib/ui/
Ddart_wrapper.h57 virtual size_t GetAllocationSize() { return 0;} in GetAllocationSize() function
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.h100 size_t GetAllocationSize() const { return vk_memory_info_.allocationSize; } in GetAllocationSize() function