Home
last modified time | relevance | path

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

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp32 const static uint32 kInvalidCode = 0xFFFFFFFF; variable
43 code = kInvalidCode; in hashed_escapement()
242 while ((found = widths[hashed].code) != kInvalidCode) { in GetEscapement()
250 if (found == kInvalidCode) in GetEscapement()
313 while ((found = widths[hashed].code) != kInvalidCode) { in HashEscapements()
320 if (found == kInvalidCode) { in HashEscapements()
338 if (widths[oldPos].code != kInvalidCode) { in HashEscapements()
341 while (newWidths[newPos].code != kInvalidCode) { in HashEscapements()