Searched refs:bTakeOver (Results 1 – 6 of 6) sorted by relevance
107 CFX_MemoryStream(uint8_t* pBuffer, size_t nSize, FX_BOOL bTakeOver) in CFX_MemoryStream() argument115 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0); in CFX_MemoryStream()263 FX_BOOL bTakeOver = FALSE) override {272 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0);
116 FX_BOOL bTakeOver) { in FX_CreateMemoryStream() argument117 return new CFX_MemoryStream(pBuffer, dwSize, bTakeOver); in FX_CreateMemoryStream()
141 FX_BOOL bTakeOver = FALSE) = 0;147 FX_BOOL bTakeOver = FALSE);
81 FX_BOOL bTakeOver) { in LoadFont() argument83 if (!pFont->LoadFont(pExtFont, bTakeOver)) { in LoadFont()303 FX_BOOL CFX_GEFont::LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver) { in LoadFont() argument311 m_bExtFont = !bTakeOver; in LoadFont()
27 FX_BOOL LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver = FALSE);
65 FX_BOOL bTakeOver = FALSE);