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

/haiku/src/servers/app/font/
H A DFontStyle.cpp43 fFontData(NULL),
106 if (fFontData != NULL)
107 free(fFontData);
276 if (fFontData != NULL)
277 free(fFontData);
280 fFontData = location;
H A DFontStyle.h143 { return fFontData; }
166 FT_Byte* fFontData; member in class:FontStyle

Completed in 31 milliseconds