Home
last modified time | relevance | path

Searched refs:ramSize_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp26 : ram_(nullptr), ramSize_(0), freeSize_(0), minSize_(0), end_(nullptr), free_(nullptr) in UIFontAllocator()
35 ramSize_ = 0; in SetRamAddr()
39 ramSize_ = 0; in SetRamAddr()
47 ramSize_ = size - sizeof(struct Chunk) * 2; // head and tail two chunk in SetRamAddr()
86 for (uint32_t ptr = reinterpret_cast<uint8_t*>(free_) - ram_; ptr < ramSize_; in Allocate()
H A Dui_font_allocator.h67 uint32_t ramSize_; variable