Lines Matching defs:font
1679 /** Draws text, with origin at (x, y), using clip, SkMatrix, SkFont font,
1684 character-to-glyph mapping from the SkTypeface in font. It does not
1703 @param font typeface, text size and so, used to describe the text
1707 SkScalar x, SkScalar y, const SkFont& font, const SkPaint& paint);
1710 SkFont font, and SkPaint paint.
1713 SkTypeface in font. It does not perform typeface fallback for
1719 Text size is affected by SkMatrix and font text size. Default text
1730 @param font typeface, text size and so, used to describe the text
1733 void drawString(const char str[], SkScalar x, SkScalar y, const SkFont& font,
1735 this->drawSimpleText(str, strlen(str), SkTextEncoding::kUTF8, x, y, font, paint);
1738 /** Draws SkString, with origin at (x, y), using clip, SkMatrix, SkFont font,
1742 SkTypeface in font. It does not perform typeface fallback for
1759 @param font typeface, text size and so, used to describe the text
1762 void drawString(const SkString& str, SkScalar x, SkScalar y, const SkFont& font,
1764 this->drawSimpleText(str.c_str(), str.size(), SkTextEncoding::kUTF8, x, y, font, paint);
1767 /** Draws count glyphs, at positions relative to origin styled with font and paint with
1771 It does not perform typeface fallback for glyphs not found in the SkTypeface in font.
1786 @param font typeface, text size and so, used to describe the text
1791 SkPoint origin, const SkFont& font, const SkPaint& paint);
1793 /** Draws count glyphs, at positions relative to origin styled with font and paint.
1796 It does not perform typeface fallback for glyphs not found in the SkTypeface in font.
1808 @param font typeface, text size and so, used to describe the text
1812 SkPoint origin, const SkFont& font, const SkPaint& paint);
1814 /** Draws count glyphs, at positions relative to origin styled with font and paint.
1818 in the SkTypeface in font.
1830 @param font typeface, text size and so, used to describe the text
1834 SkPoint origin, const SkFont& font, const SkPaint& paint);
1841 SkPaint font embedded bitmaps, SkPaint full hinting spacing, LCD text, SkPaint linear text,
1866 SkPaint font embedded bitmaps, SkPaint full hinting spacing, LCD text, SkPaint linear text,