Searched refs:CGGlyph (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DGlyphPageTreeNodeCGWin.cpp45 CGGlyph localGlyphBuffer[GlyphPage::size];
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.h96 const CGGlyph* glyphs() const { return m_glyphs; }
133 Vector<CGGlyph, 64> m_glyphsVector;
134 const CGGlyph* m_glyphs;
165 Vector<CGGlyph, 256> m_adjustedGlyphs;
H A DGlyphPageTreeNodeMac.cpp60 Vector<CGGlyph, 512> glyphs(bufferLength);
83 Vector<CGGlyph, 512> glyphVector;
104 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun);
H A DComplexTextController.cpp424 const CGGlyph* glyphs = complexTextRun.glyphs();
454 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
H A DFontMac.mm81 static void showGlyphsWithAdvances(const FloatPoint& point, const SimpleFontData* font, CGContextRef context, const CGGlyph* glyphs, const CGSize* advances, size_t count)
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h46 typedef CGFontIndex CGGlyph; typedef
78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
79 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp277 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr);
590 void getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const;
700 bool fgColorIsWhite, CGGlyph glyphID, size_t* rowBytesPtr) {
804 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const {
928 { CGGlyph cgGlyph;
934 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
953 CGGlyph cgGlyph;
956 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
1216 CGGlyph cgGlyph = (CGGlyph) glyp
[all...]
H A DSkFontHost_mac_atsui.cpp274 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.mm102 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
H A DWebCoreSystemInterface.h166 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h160 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);

Completed in 167 milliseconds