Searched refs:createFont (Results 1 – 7 of 7) sorted by relevance
56 hb_font_t* createFont();
134 hb_font_t* HarfBuzzFace::createFont() in createFont() function in blink::HarfBuzzFace
228 hb_font_t* HarfBuzzFace::createFont() in createFont() function in blink::HarfBuzzFace
880 HarfBuzzScopedPtr<hb_font_t> harfBuzzFont(face->createFont(), hb_font_destroy); in shapeHarfBuzzRuns()
73 …void createFont(PassRefPtrWillBeRawPtr<FontSelector>, const RenderStyle* parentStyle, RenderStyle*…
451 void FontBuilder::createFont(PassRefPtrWillBeRawPtr<FontSelector> fontSelector, const RenderStyle* … in createFont() function in blink::FontBuilder
922 …state.fontBuilder().createFont(document().styleEngine()->fontSelector(), state.parentStyle(), stat… in updateFont()