OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_fontclass
(Results
1 - 13
of
13
) sorted by null
/external/harfbuzz/contrib/
harfbuzz-freetype.h
4
extern const
HB_FontClass
hb_freetype_class;
harfbuzz-freetype.c
129
const
HB_FontClass
hb_freetype_class = {
/external/webkit/Source/WebCore/platform/graphics/android/
HarfbuzzSkia.h
37
extern const
HB_FontClass
harfbuzzSkiaClass;
HarfbuzzSkia.cpp
193
HB_FontClass
harfbuzzSkiaClass = {
/external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.h
41
extern const
HB_FontClass
harfbuzzSkiaClass;
HarfbuzzSkia.cpp
210
HB_FontClass
harfbuzzSkiaClass = {
/frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.h
60
extern const
HB_FontClass
harfbuzzSkiaClass;
HarfbuzzSkia.cpp
203
const
HB_FontClass
harfbuzzSkiaClass = {
/external/harfbuzz/src/
harfbuzz-shape.h
51
typedef struct _HB_FontClass
HB_FontClass
;
53
struct
HB_FontClass
{
61
HB_FontClass
*clazz;
harfbuzz-shaper.h
249
}
HB_FontClass
;
252
const
HB_FontClass
*klass;
/external/skia/include/ports/
SkHarfBuzzFont.h
62
static const
HB_FontClass
& GetFontClass();
/external/skia/src/ports/
SkHarfBuzzFont.cpp
160
static
HB_FontClass
gSkHarfBuzzFontClass = {
169
const
HB_FontClass
& SkHarfBuzzFont::GetFontClass() {
/external/harfbuzz/tests/shaping/
main.cpp
150
const
HB_FontClass
hb_fontClass
= {
217
hbFont.klass = &
hb_fontClass
;
Completed in 1703 milliseconds