Searched refs:hbFonts (Results 1 – 1 of 1) sorted by relevance
62 std::vector<hb_font_t*> hbFonts; // parallel to mFaces member65 for (size_t i = 0; i < hbFonts.size(); i++) { in clearHbFonts()66 hb_font_destroy(hbFonts[i]); in clearHbFonts()68 hbFonts.clear(); in clearHbFonts()401 ctx->hbFonts.push_back(font); in findFace()699 hb_font_t* hbFont = ctx->hbFonts[font_ix]; in doLayoutRun()