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 277 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));
940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1))
941 cgGlyph = 0;
943 return(cgGlyph);
    [all...]
SkFontHost_mac_atsui.cpp 274 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 542 milliseconds