Lines Matching refs:Method
174 #Method SkFont()
186 #Method ##
190 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size)
202 #Method ##
206 #Method explicit SkFont(sk_sp<SkTypeface> typeface)
216 #Method ##
220 #Method SkFont(sk_sp<SkTypeface> typeface, SkScalar size, SkScalar scaleX, SkScalar skewX)
232 #Method ##
236 #Method bool operator==(const SkFont& font) const
248 #Method ##
252 #Method bool operator!=(const SkFont& font) const
264 #Method ##
268 #Method bool isForceAutoHinting() const
280 #Method ##
284 #Method bool isEmbeddedBitmaps() const
296 #Method ##
300 #Method bool isSubpixel() const
312 #Method ##
316 #Method bool isLinearMetrics() const
328 #Method ##
332 #Method bool isEmbolden() const
344 #Method ##
348 #Method void setForceAutoHinting(bool forceAutoHinting)
360 #Method ##
364 #Method void setEmbeddedBitmaps(bool embeddedBitmaps)
376 #Method ##
380 #Method void setSubpixel(bool subpixel)
392 #Method ##
396 #Method void setLinearMetrics(bool linearMetrics)
408 #Method ##
412 #Method void setEmbolden(bool embolden)
424 #Method ##
428 #Method Edging getEdging() const
440 #Method ##
444 #Method void setEdging(Edging edging)
456 #Method ##
460 #Method void setHinting(SkFontHinting hintingLevel)
472 #Method ##
476 #Method SkFontHinting getHinting() const
488 #Method ##
492 #Method SkFont makeWithSize(SkScalar size) const
504 #Method ##
508 #Method SkTypeface* getTypeface() const
520 #Method ##
524 #Method SkTypeface* getTypefaceOrDefault() const
536 #Method ##
540 #Method SkScalar getSize() const
552 #Method ##
556 #Method SkScalar getScaleX() const
568 #Method ##
572 #Method SkScalar getSkewX() const
584 #Method ##
588 #Method sk_sp<SkTypeface> refTypeface() const
600 #Method ##
604 #Method sk_sp<SkTypeface> refTypefaceOrDefault() const
616 #Method ##
620 #Method void setTypeface(sk_sp<SkTypeface> tf)
632 #Method ##
636 #Method void setSize(SkScalar textSize)
648 #Method ##
652 #Method void setScaleX(SkScalar scaleX)
664 #Method ##
668 #Method void setSkewX(SkScalar skewX)
680 #Method ##
684 #Method int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding,
708 #Method ##
712 #Method SkGlyphID unicharToGlyph(SkUnichar uni) const
724 #Method ##
728 #Method int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const
745 #Method ##
749 #Method SkScalar measureText(const void* text, size_t byteLength, SkTextEncoding encoding,
769 #Method ##
772 #Method SkScalar measureText(const void* text, size_t byteLength, SkTextEncoding encoding,
796 #Method ##
798 #Method void getWidths(const uint16_t glyphs[], int count, SkScalar widths[]) const
806 #Method ##
808 #Method void getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[],
853 #Method ##
855 #Method void getBounds(const uint16_t glyphs[], int count, SkRect bounds[],
863 #Method ##
865 #Method void getPos(const uint16_t glyphs[], int count, SkPoint pos[], SkPoint origin = {0, 0}) con…
872 #Method ##
874 #Method void getXPos(const uint16_t glyphs[], int count, SkScalar xpos[], SkScalar origin = 0) const
881 #Method ##
885 #Method bool getPath(uint16_t glyphID, SkPath* path) const
922 #Method ##
926 #Method void getPaths(const uint16_t glyphIDs[], int count,
940 #Method ##
944 #Method SkScalar getMetrics(SkFontMetrics* metrics) const
962 #Method ##
966 #Method SkScalar getSpacing() const
989 #Method ##