OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_GlyphMetrics
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz/src/
harfbuzz-shape.h
38
typedef struct _HB_GlyphMetrics
HB_GlyphMetrics
;
55
void (*getMetrics)(HB_Font *font, HB_Glyph glyph,
HB_GlyphMetrics
*metrics);
harfbuzz-shaper.h
235
}
HB_GlyphMetrics
;
247
void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph,
HB_GlyphMetrics
*metrics);
harfbuzz-shaper.cpp
250
HB_GlyphMetrics
baseMetrics;
274
HB_GlyphMetrics
attachmentRect;
279
HB_GlyphMetrics
markMetrics;
389
HB_GlyphMetrics
unitedAttachmentRect = attachmentRect;
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h
204
}
HB_GlyphMetrics
;
216
void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph,
HB_GlyphMetrics
*metrics);
harfbuzz-shaper.cpp
49
HB_GlyphMetrics
baseMetrics;
74
HB_GlyphMetrics
attachmentRect;
79
HB_GlyphMetrics
markMetrics;
189
HB_GlyphMetrics
unitedAttachmentRect = attachmentRect;
[
all
...]
/external/harfbuzz/contrib/
harfbuzz-freetype.c
96
HB_GlyphMetrics
*metrics) {
/external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp
111
HB_GlyphMetrics
* metrics) {
/external/skia/src/ports/
SkHarfBuzzFont.cpp
111
HB_GlyphMetrics
* metrics) {
/external/harfbuzz_ng/src/
hb-old.cc
144
HB_GlyphMetrics
*metrics)
/external/harfbuzz/tests/shaping/
main.cpp
139
void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph,
HB_GlyphMetrics
*metrics)
Completed in 379 milliseconds