HomeSort by relevance Sort by last modified time
    Searched refs:HB_FontRec (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 219 HB_FontRec* ComplexTextController::allocHarfbuzzFont()
221 HB_FontRec* font = reinterpret_cast<HB_FontRec*>(fastMalloc(sizeof(HB_FontRec)));
222 memset(font, 0, sizeof(HB_FontRec));
ComplexTextControllerLinux.h 123 HB_FontRec* allocHarfbuzzFont();
  /external/harfbuzz/src/
harfbuzz-shaper.h 259 } HB_FontRec;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 497 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));
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 186 HB_FontRec mFontRec;
  /external/harfbuzz/tests/shaping/
main.cpp 216 HB_FontRec hbFont;

Completed in 182 milliseconds