Home
last modified time | relevance | path

Searched defs:harfbuzzFace (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DFontPlatformData.h96 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace) in create()
106 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace) in RefCountedHarfbuzzFace()
DFontPlatformDataAndroid.cpp235 HB_FaceRec_* FontPlatformData::harfbuzzFace() const in harfbuzzFace() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h143 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace) in create()
153 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace) in RefCountedHarfbuzzFace()
DFontPlatformDataLinux.cpp232 HB_FaceRec_* FontPlatformData::harfbuzzFace() const in harfbuzzFace() function in WebCore::FontPlatformData