OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:harfbuzzFace
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h
93
HB_FaceRec_*
harfbuzzFace
() const;
104
static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_*
harfbuzzFace
)
106
return adoptRef(new RefCountedHarfbuzzFace(
harfbuzzFace
));
114
RefCountedHarfbuzzFace(HB_FaceRec_*
harfbuzzFace
) : m_harfbuzzFace(
harfbuzzFace
)
GlyphMapAndroid.cpp
49
HB_FaceRec_* hbFace = platformData.
harfbuzzFace
();
FontPlatformDataAndroid.cpp
266
HB_FaceRec_* FontPlatformData::
harfbuzzFace
() const
FontAndroid.cpp
734
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 753 milliseconds