Home
last modified time | relevance | path

Searched refs:CGGlyph (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h37 typedef unsigned short CGGlyph; typedef
96 const CGGlyph* glyphs() const { return m_glyphs; } in glyphs()
116 Vector<CGGlyph, 64> m_glyphsVector;
117 const CGGlyph* m_glyphs;
154 Vector<CGGlyph, 256> m_adjustedGlyphs;
DGlyphPageTreeNodeMac.cpp39 void CGFontGetGlyphsForUnichars(CGFontRef font, const UniChar chars[], CGGlyph glyphs[], size_t len…
63 Vector<CGGlyph, 512> glyphs(bufferLength); in fill()
100 Vector<CGGlyph, 512> glyphVector; in fill()
122 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun); in fill()
DComplexTextController.cpp582 const CGGlyph* glyphs = complexTextRun.glyphs(); in adjustGlyphsAndAdvances()
614 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i]; in adjustGlyphsAndAdvances()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzFaceCoreText.cpp52 CGGlyph cgGlyphs[4]; in getGlyph()
64 CGGlyph cgGlyph = glyph; in getGlyphHorizontalAdvance()
78 CGGlyph cgGlyph = glyph; in getGlyphExtents()
/external/skia/src/ports/
DSkFontHost_mac.cpp331 CGGlyph glyphID, size_t* rowBytesPtr,
662 void getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const;
766 CGGlyph glyphID, size_t* rowBytesPtr, in getCG()
869 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const { in getVerticalOffset()
943 CGGlyph cgGlyph[2]; in generateCharToGlyph()
948 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t)); in generateCharToGlyph()
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount); in generateMetrics()
1207 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount); in generateImage()
1346 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount); in generatePath()
1449 CGGlyph glyph; in populate_glyph_to_unicode_slow()
[all …]
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_mac.cpp331 CGGlyph glyphID, size_t* rowBytesPtr,
662 void getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const;
766 CGGlyph glyphID, size_t* rowBytesPtr, in getCG()
869 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const { in getVerticalOffset()
943 CGGlyph cgGlyph[2]; in generateCharToGlyph()
948 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t)); in generateCharToGlyph()
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount); in generateMetrics()
1207 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount); in generateImage()
1346 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount); in generatePath()
1449 CGGlyph glyph; in populate_glyph_to_unicode_slow()
[all …]
/external/harfbuzz_ng/src/
Dhb-coretext.cc261 const CGGlyph* glyphs = CTRunGetGlyphsPtr (run); in _hb_coretext_shape()
263 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs); in _hb_coretext_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc665 const CGGlyph* glyphs = CTRunGetGlyphsPtr (run); in _hb_coretext_shape()
667 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs); in _hb_coretext_shape()