Searched refs:B_NO_TRUNCATION (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DStringView.cpp57 fTruncation(B_NO_TRUNCATION),
68 fTruncation(B_NO_TRUNCATION),
79 fTruncation(B_NO_TRUNCATION),
83 fTruncation = (uint32)archive->GetInt32("_truncation", B_NO_TRUNCATION);
118 if (status == B_OK && fTruncation != B_NO_TRUNCATION)
283 if (fTruncation != B_NO_TRUNCATION && width > bounds.Width()) {
H A DFont.cpp951 if (mode == B_NO_TRUNCATION)
/haiku/headers/os/interface/
H A DFont.h46 B_NO_TRUNCATION = ~0U, enumerator in enum:__anon3

Completed in 39 milliseconds