/third_party/skia/tests/ |
H A D | SkStrikeCacheTest.cpp | 16 sk_sp<SkTypeface> typeface = in DEF_TEST() local
|
H A D | SkScalerCacheTest.cpp | 31 sk_sp<SkTypeface> typeface = in DEF_TEST() local
|
H A D | FontTest.cpp | 32 SkTypeface* typeface; in serialize_deserialize() local
|
H A D | FontHostStreamTest.cpp | 89 sk_sp<SkTypeface> typeface = font.refTypefaceOrDefault(); in DEF_TEST() local
|
/third_party/skia/tools/fonts/ |
H A D | create_test_font_color.cpp | 19 static void export_ttx(sk_sp<TestSVGTypeface> typeface, in export_ttx() argument
|
H A D | TestFontMgr.cpp | 67 sk_sp<TestTypeface> typeface = in FontMgr() local 178 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style)); variable [all...] |
/third_party/skia/src/core/ |
H A D | SkStrikeSpec.h | 96 const SkTypeface& typeface() const { return *fTypeface; } in typeface() function in SkStrikeSpec
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontStyleSet_ohos.cpp | 41 SkTypeface* typeface = fontConfig_->getTypeface(styleIndex, index, isFallback); in getStyle() local [all...] |
/third_party/skia/docs/examples/ |
H A D | text_rendering.cpp | 9 sk_sp<SkTypeface> typeface = fontManager->legacyMakeTypeface(fontFamily, fontStyle); in REG_FIDDLE() local
|
/third_party/skia/modules/androidkit/src/ |
H A D | Font.cpp | 20 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(fontMgr->matchFamilyStyle(cFontFamily, SkFontStyle())); in Font_Create() local
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TypefaceFontProvider.cpp | 27 size_t TypefaceFontProvider::registerTypeface(sk_sp<SkTypeface> typeface) { in registerTypeface() argument 38 size_t TypefaceFontProvider::registerTypeface(sk_sp<SkTypeface> typeface, const SkString& familyName) { in registerTypeface() argument 89 void TypefaceFontStyleSet::appendTypeface(sk_sp<SkTypeface> typeface) { in appendTypeface() argument [all...] |
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.h | 49 auto typeface = SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()); in MultipleFontChain() local
|
H A D | Text.cpp | 105 auto typeface = fontChain[fontIndex]; in resolveChain() local
|
/third_party/skia/gm/ |
H A D | textblobrandomfont.cpp | 57 auto typeface = ToolUtils::create_portable_typeface("sans-serif", SkFontStyle::Bold()); variable
|
H A D | fontscalerdistortable.cpp | 49 sk_sp<SkTypeface> typeface[rows][cols]; member in skiagm::FontScalerDistortableGM
|
H A D | coloremoji.cpp | 75 sk_sp<SkTypeface> typeface; member
|
/third_party/skia/bench/ |
H A D | GlyphQuadFillBench.cpp | 35 auto typeface = SkTypeface::MakeFromName("monospace", SkFontStyle()); variable
|
/third_party/skia/src/pdf/ |
H A D | SkPDFMakeCIDGlyphWidthsArray.cpp | 73 std::unique_ptr<SkPDFArray> SkPDFMakeCIDGlyphWidthsArray(const SkTypeface& typeface, in SkPDFMakeCIDGlyphWidthsArray() argument
|
H A D | SkPDFFont.h | 39 SkTypeface* typeface() const { return fTypeface.get(); } in typeface() function in SkPDFFont [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.h | 45 SkScalerContext_FreeType_Base(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_FreeType_Base() argument
|
H A D | SkFontMgr_custom.cpp | 130 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) { in appendTypeface() argument
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | [all...] |
/third_party/skia/modules/skshaper/tests/ |
H A D | ShaperTest.cpp | 71 SkTypeface* typeface = info.fFont.getTypeface(); variable
|
/third_party/skia/fuzz/ |
H A D | FuzzDrawFunctions.cpp | 110 static void fuzz_drawText(Fuzz* fuzz, sk_sp<SkTypeface> typeface) { in fuzz_drawText() argument
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | [all...] |