Searched refs:createFont (Results 1 – 7 of 7) sorted by relevance
56 hb_font_t* createFont();
132 hb_font_t* HarfBuzzFace::createFont() in createFont() function in WebCore::HarfBuzzFace
224 hb_font_t* HarfBuzzFace::createFont() in createFont() function in WebCore::HarfBuzzFace
856 HarfBuzzScopedPtr<hb_font_t> harfBuzzFont(face->createFont(), hb_font_destroy); in shapeHarfBuzzRuns()
82 …void createFont(PassRefPtrWillBeRawPtr<FontSelector>, const RenderStyle* parentStyle, RenderStyle*…
637 void FontBuilder::createFont(PassRefPtrWillBeRawPtr<FontSelector> fontSelector, const RenderStyle* … in createFont() function in WebCore::FontBuilder
973 …state.fontBuilder().createFont(document().styleEngine()->fontSelector(), state.parentStyle(), stat… in updateFont()