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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 92 HB_FaceRec_* harfbuzzFace() const;
101 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace)
103 return adoptRef(new RefCountedHarfbuzzFace(harfbuzzFace));
111 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace)
GlyphMapAndroid.cpp 49 HB_FaceRec_* hbFace = platformData.harfbuzzFace();
FontPlatformDataAndroid.cpp 261 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
FontAndroid.cpp 787 m_item.face = complexPlatformData->harfbuzzFace();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 131 HB_FaceRec_* harfbuzzFace() const;
143 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace)
145 return adoptRef(new RefCountedHarfbuzzFace(harfbuzzFace));
153 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace)
FontPlatformDataLinux.cpp 232 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
ComplexTextControllerLinux.cpp 204 m_item.face = platformData.harfbuzzFace();
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 46 HB_FaceRec_* hbFace = fontData->platformData().harfbuzzFace();

Completed in 449 milliseconds