Home | History | Annotate | Download | only in fonts

Lines Matching full:const

20     const SkScalar* fPoints;
21 const unsigned char* fVerbs;
22 const unsigned* fCharCodes;
23 const size_t fCharCodesCount;
24 const SkFixed* fWidths;
25 const SkPaint::FontMetrics& fMetrics;
26 const char* fName;
35 SkTestFont(const SkTestFontData& );
37 int codeToIndex(SkUnichar charCode) const;
38 void init(const SkScalar* pts, const unsigned char* verbs);
42 const char* fDebugName;
44 const char* debugFontName() const { return fName; }
47 const unsigned* fCharCodes;
48 const size_t fCharCodesCount;
49 const SkFixed* fWidths;
50 const SkPaint::FontMetrics& fMetrics;
51 const char* fName;
60 SkTestTypeface(SkTestFont*, const SkFontStyle& style);
67 void getPath(const SkGlyph& glyph, SkPath* path);
69 SkScalerContext* onCreateScalerContext(const SkDescriptor* desc) const override;
70 void onFilterRec(SkScalerContextRec* rec) const override;
73 const uint32_t* glyphIDs,
74 uint32_t glyphIDsCount) const override;
76 SkStreamAsset* onOpenStream(int* ttcIndex) const override {
80 void onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const override;
82 int onCharsToGlyphs(const void* chars, Encoding encoding,
83 uint16_t glyphs[], int glyphCount) const override;
85 int onCountGlyphs() const override {
89 int onGetUPEM() const override {
94 void onGetFamilyName(SkString* familyName) const override;
95 SkTypeface::LocalizedStrings* onCreateFamilyNameIterator() const override;
97 int onGetTableTags(SkFontTableTag tags[]) const override {
102 size_t length, void* data) const override {
110 SkTypeface* CreateTestTypeface(const char* name, SkTypeface::Style style);