Searched refs:CGGlyph (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | ComplexTextController.h | 37 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;
|
D | GlyphPageTreeNodeMac.cpp | 39 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()
|
D | ComplexTextController.cpp | 582 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/ |
D | HarfBuzzFaceCoreText.cpp | 52 CGGlyph cgGlyphs[4]; in getGlyph() 64 CGGlyph cgGlyph = glyph; in getGlyphHorizontalAdvance() 78 CGGlyph cgGlyph = glyph; in getGlyphExtents()
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 331 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/ |
D | SkFontHost_mac.cpp | 331 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/ |
D | hb-coretext.cc | 261 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/ |
D | hb-coretext.cc | 665 const CGGlyph* glyphs = CTRunGetGlyphsPtr (run); in _hb_coretext_shape() 667 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs); in _hb_coretext_shape()
|