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

  /external/webkit/Source/WebCore/platform/graphics/win/
GlyphPageTreeNodeCGWin.cpp 45 CGGlyph localGlyphBuffer[GlyphPage::size];
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 96 const CGGlyph* glyphs() const { return m_glyphs; }
133 Vector<CGGlyph, 64> m_glyphsVector;
134 const CGGlyph* m_glyphs;
165 Vector<CGGlyph, 256> m_adjustedGlyphs;
GlyphPageTreeNodeMac.cpp 60 Vector<CGGlyph, 512> glyphs(bufferLength);
83 Vector<CGGlyph, 512> glyphVector;
104 const CGGlyph* glyphs = CTRunGetGlyphsPtr(ctRun);
ComplexTextController.cpp 424 const CGGlyph* glyphs = complexTextRun.glyphs();
454 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
FontMac.mm 81 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/
WebKitSystemInterface.h 46 typedef CGFontIndex CGGlyph;
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/
SkFontHost_mac_coretext.cpp 334 { CGGlyph cgGlyph;
340 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
346 if (!CTFontGetGlyphsForCharacters(mFont, &theChar, &cgGlyph, 1))
347 cgGlyph = 0;
349 return(cgGlyph);
360 CGGlyph cgGlyph;
365 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount)
    [all...]
SkFontHost_mac_atsui.cpp 283 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 102 void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
WebCoreSystemInterface.h 166 extern void (*wkGetGlyphsForCharacters)(CGFontRef, const UniChar[], CGGlyph[], size_t);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 160 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);

Completed in 327 milliseconds