Lines Matching refs:pLink
79 FontRefLink* pLink = &this->front(); in Finalize() local
80 this->erase(pLink); in Finalize()
81 Layout::DeleteObj(pLink); in Finalize()
104 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local
106 if (pLink == NULL) in RegistFont()
111 pLink->Set(name, pFont, own); in RegistFont()
113 this->push_back(pLink); in RegistFont()
115 return reinterpret_cast<FontKey>(pLink); in RegistFont()
123 FontRefLink* pLink = (FontRefLink*)(key); in UnregistFont() local
124 this->erase(pLink); in UnregistFont()
125 Layout::DeleteObj(pLink); in UnregistFont()