Home | History | Annotate | Download | only in ports

Lines Matching refs:cgGlyph

326                       CGGlyph glyphID, size_t* rowBytesPtr,
620 void getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const;
715 CGGlyph glyphID, size_t* rowBytesPtr,
812 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkIPoint* offset) const {
900 CGGlyph cgGlyph;
905 SkASSERT(sizeof(CGGlyph) <= sizeof(uint16_t));
910 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) {
911 cgGlyph = 0;
914 return cgGlyph;
924 CGGlyph cgGlyph;
927 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
933 &cgGlyph, &bounds, 1);
938 &cgGlyph, &bounds, 1);
941 &cgGlyph, &advance, 1);
944 &cgGlyph, &bounds, 1);
946 &cgGlyph, &advance, 1);
955 AutoCFRelease<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL));
995 if (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()){
998 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset];
1017 getVerticalOffset(cgGlyph, &offset);
1141 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(fBaseGlyphCount);
1148 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, generateA8FromLCD);
1266 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(fBaseGlyphCount);
1267 AutoCFRelease<CGPathRef> cgPath(CTFontCreatePathForGlyph(font, cgGlyph, NULL));
1283 getVerticalOffset(cgGlyph, &offset);
1385 CGGlyph glyph;
1433 CGGlyph glyph;
1445 CGGlyph glyph = gId;
1542 CGGlyph glyphs[count];