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

/haiku/src/kits/interface/
H A DFont.cpp92 family* fLastFamily; member in class:__anon7::FontList
121 fLastFamily(NULL),
235 fLastFamily = NULL;
316 if (fLastFamily != NULL && fLastFamily->name == name)
317 return fLastFamily;
321 fLastFamily = const_cast< ::family*>(fFamilies.BinarySearch(family,
323 return fLastFamily;

Completed in 38 milliseconds