Searched refs:fEmojiFont (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ |
H A D | colrv1.cpp | 79 } fEmojiFont; member in skiagm::ColrV1GM 83 fEmojiFont.fTypeface = MakeResourceAsTypeface("fonts/colrv1_samples.ttf"); 84 fEmojiFont.fGlyphs = {19, 33, 34, 35, 20, 21, 22, 23, 24, 25}; 88 fEmojiFont.fTypeface = MakeResourceAsTypeface("fonts/more_samples-glyf_colr_1.ttf"); 95 fEmojiFont.fGlyphs = {2, 5, 6, 7, 8}; 98 fEmojiFont.fGlyphs = {9, 10, 11, 12, 13, 14}; 101 fEmojiFont.fGlyphs = {15, 16, 17, 18, 19, 20}; 104 fEmojiFont.fGlyphs = {21, 22, 23, 24}; 107 fEmojiFont.fGlyphs = {25, 26, 27, 28, 29, 30}; 110 fEmojiFont [all...] |
H A D | scaledemoji.cpp | 47 } fEmojiFont; member in skiagm::ScaledEmojiGM 50 fEmojiFont.fTypeface = ToolUtils::emoji_typeface(); 51 fEmojiFont.fText = ToolUtils::emoji_sample_text(); 65 SkFont font(fEmojiFont.fTypeface); 68 const char* text = fEmojiFont.fText; 96 } fEmojiFont; member in skiagm::ScaledEmojiPosGM 99 fEmojiFont.fTypeface = ToolUtils::emoji_typeface(); 100 fEmojiFont.fText = ToolUtils::emoji_sample_text(); 115 font.setTypeface(fEmojiFont.fTypeface); 116 const char* text = fEmojiFont 154 } fEmojiFont; global() member in skiagm::ScaledEmojiPerspectiveGM [all...] |
/third_party/skia/samplecode/ |
H A D | SampleGlyphTransform.cpp | 29 fEmojiFont.fTypeface = ToolUtils::emoji_typeface(); 30 fEmojiFont.fText = ToolUtils::emoji_sample_text(); 38 SkFont font(fEmojiFont.fTypeface); 39 const char* text = fEmojiFont.fText; 72 } fEmojiFont; member in GlyphTransformView
|
Completed in 2 milliseconds