Searched refs:pFontList (Results 1 – 3 of 3) sorted by relevance
129 NW_NULL_ASSERT(resBlockSet.pFontList); in TextBox()130 NW_ASSERT(pBlock->fontIdx < resBlockSet.pFontList->fontNum); in TextBox()131 …nts = internal::ConvertOffsToPtr<res::Font>(resBlockSet.pFontList, sizeof(*resBlockSet.pFontList)); in TextBox()
225 resBlockSet.pFontList = static_cast<const res::FontList*>(dataPtr); in Build()
57 const res::FontList* pFontList; member