Searched defs:cgGlyph (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp64 CGGlyph cgGlyph = glyph; local
65 CGFloat advance = CTFontGetAdvancesForGlyphs(ctFont, kCTFontHorizontalOrientation, &cgGlyph, 0, 1);
78 CGGlyph cgGlyph = glyph; local
79 if (CTFontGetBoundingRectsForGlyphs(ctFont, kCTFontDefaultOrientation, &cgGlyph, &cgRect, 1) == CGRectNull)
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp943 CGGlyph cgGlyph[2]; local
953 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar);
954 return cgGlyph[0];
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); local
969 &cgGlyph, &cgAdvance, 1);
972 &cgGlyph, &cgAdvance, 1);
1003 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()))
1005 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset];
1017 &cgGlyph,
1207 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(); local
1346 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(); local
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp943 CGGlyph cgGlyph[2]; local
953 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar);
954 return cgGlyph[0];
962 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount); local
969 &cgGlyph, &cgAdvance, 1);
972 &cgGlyph, &cgAdvance, 1);
1003 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()))
1005 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset];
1017 &cgGlyph,
1207 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount); local
1346 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount); local
[all...]

Completed in 589 milliseconds