HomeSort by relevance Sort by last modified time
    Searched refs:CGGlyph (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 39 typedef CGFontIndex CGGlyph;
59 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
60 void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
  /external/webkit/WebCore/platform/graphics/win/
GlyphPageTreeNodeCGWin.cpp 45 CGGlyph localGlyphBuffer[GlyphPage::size];
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.h 92 const CGGlyph* glyphs() const { return m_glyphs; }
131 Vector<CGGlyph, 64> m_glyphsVector;
132 const CGGlyph* m_glyphs;
158 Vector<CGGlyph, 256> m_adjustedGlyphs;
GlyphPageTreeNodeMac.cpp 43 Vector<CGGlyph, 512> glyphs(bufferLength);
ComplexTextController.cpp 428 const CGGlyph* glyphs = complexTextRun.glyphs();
459 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 47 typedef void (*CGFontGetGlyphsForUnicharsPtr)(CGFontRef, const UniChar[], const CGGlyph[], size_t);
95 CGGlyph glyphs[numGlyphs];
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.mm 93 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
WebCoreSystemInterface.h 151 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 136 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);

Completed in 181 milliseconds