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