Searched refs:HB_FontRec (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp219 HB_FontRec* ComplexTextController::allocHarfbuzzFont()
221 HB_FontRec* font = reinterpret_cast<HB_FontRec*>(fastMalloc(sizeof(HB_FontRec)));
222 memset(font, 0, sizeof(HB_FontRec));
H A DComplexTextControllerLinux.h123 HB_FontRec* allocHarfbuzzFont();
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h259 } HB_FontRec; typedef in typeref:struct:HB_Font_
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp497 HB_FontRec* allocHarfbuzzFont();
748 HB_FontRec* TextRunWalker::allocHarfbuzzFont()
750 HB_FontRec* font = reinterpret_cast<HB_FontRec*>(fastMalloc(sizeof(HB_FontRec)));
751 memset(font, 0, sizeof(HB_FontRec));
/external/harfbuzz/tests/shaping/
H A Dmain.cpp216 HB_FontRec hbFont;

Completed in 105 milliseconds