Home | History | Annotate | Download | only in ports

Lines Matching refs:cgGlyph

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);
953 CGGlyph cgGlyph;
956 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
963 &cgGlyph, &theBounds, 1);
968 cgGlyph, &theBounds, 1);
971 &cgGlyph, &theAdvance, 1);
974 &cgGlyph, &theBounds, 1);
976 &cgGlyph, &theAdvance, 1);
985 CGPathRef path = CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL);
1028 if (cgGlyph < fGlyphCount && cgGlyph >= getAdjustStart()
1032 const GlyphRect& gRect = fAdjustBad[cgGlyph - fAdjustStart];
1051 getVerticalOffset(cgGlyph, &offset);
1216 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount);
1271 bkPixels = fBlackScreen.getCG(*this, glyph, false, cgGlyph, &cgRowBytes);
1276 wtPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1286 cgPixels = fWhiteScreen.getCG(*this, glyph, true, cgGlyph, &cgRowBytes);
1292 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, fgColorIsWhite, cgGlyph,
1407 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount);
1408 CGPathRef cgPath = CTFontCreatePathForGlyph(font, cgGlyph, NULL);
1425 getVerticalOffset(cgGlyph, &offset);
1540 CGGlyph glyph;
1588 CGGlyph glyph;
1602 CGGlyph glyph = gId;
1689 CGGlyph glyphs[count];