Lines Matching refs:SkScalerContext_Mac
67 class SkScalerContext_Mac;
340 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
638 class SkScalerContext_Mac : public SkScalerContext { class
640 SkScalerContext_Mac(SkTypeface_Mac*, const SkDescriptor*);
748 SkScalerContext_Mac::SkScalerContext_Mac(SkTypeface_Mac* typeface, in SkScalerContext_Mac() function in SkScalerContext_Mac
802 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph, in getCG()
932 void SkScalerContext_Mac::getVerticalOffset(CGGlyph glyphID, SkPoint* offset) const { in getVerticalOffset()
951 uint16_t SkScalerContext_Mac::getFBoundingBoxesGlyphOffset() { in getFBoundingBoxesGlyphOffset()
963 bool SkScalerContext_Mac::generateBBoxes() { in generateBBoxes()
1002 unsigned SkScalerContext_Mac::generateGlyphCount(void) { in generateGlyphCount()
1006 uint16_t SkScalerContext_Mac::generateCharToGlyph(SkUnichar uni) { in generateCharToGlyph()
1023 void SkScalerContext_Mac::generateAdvance(SkGlyph* glyph) { in generateAdvance()
1027 void SkScalerContext_Mac::generateMetrics(SkGlyph* glyph) { in generateMetrics()
1249 void SkScalerContext_Mac::generateImage(const SkGlyph& glyph) { in generateImage()
1337 void SkScalerContext_Mac::generatePath(const SkGlyph& glyph, SkPath* path) { in generatePath()
1380 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()
1395 void SkScalerContext_Mac::generateFontMetrics(SkPaint::FontMetrics* metrics) { in generateFontMetrics()
1422 void SkScalerContext_Mac::CTPathElement(void *info, const CGPathElement *element) { in CTPathElement()
1952 return new SkScalerContext_Mac(const_cast<SkTypeface_Mac*>(this), desc); in onCreateScalerContext()