Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_margin.cpp20 PrintMargin::PrintMargin() : hasTop_(false), top_(0), hasBottom_(false), bottom_(0), hasLeft_(false… in PrintMargin()
34 bottom_ = right.bottom_; in Set()
58 bottom_ = 0; in Reset()
74 bottom_ = bottom; in SetBottom()
106 return bottom_; in GetBottom()
192 PRINT_HILOGD("bottom_ = %{public}d", bottom_); in Dump()
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_margin.h74 uint32_t bottom_; variable