Home
last modified time | relevance | path

Searched defs:typeface (Results 1 - 25 of 62) sorted by relevance

123

/third_party/skia/tests/
H A DSkStrikeCacheTest.cpp16 sk_sp<SkTypeface> typeface = in DEF_TEST() local
H A DSkScalerCacheTest.cpp31 sk_sp<SkTypeface> typeface = in DEF_TEST() local
H A DFontTest.cpp32 SkTypeface* typeface; in serialize_deserialize() local
H A DFontHostStreamTest.cpp89 sk_sp<SkTypeface> typeface = font.refTypefaceOrDefault(); in DEF_TEST() local
/third_party/skia/tools/fonts/
H A Dcreate_test_font_color.cpp19 static void export_ttx(sk_sp<TestSVGTypeface> typeface, in export_ttx() argument
H A DTestFontMgr.cpp67 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 DSkStrikeSpec.h96 const SkTypeface& typeface() const { return *fTypeface; } in typeface() function in SkStrikeSpec
/third_party/skia/src/ports/skia_ohos/
H A DSkFontStyleSet_ohos.cpp41 SkTypeface* typeface = fontConfig_->getTypeface(styleIndex, index, isFallback); in getStyle() local
[all...]
/third_party/skia/docs/examples/
H A Dtext_rendering.cpp9 sk_sp<SkTypeface> typeface = fontManager->legacyMakeTypeface(fontFamily, fontStyle); in REG_FIDDLE() local
/third_party/skia/modules/androidkit/src/
H A DFont.cpp20 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(fontMgr->matchFamilyStyle(cFontFamily, SkFontStyle())); in Font_Create() local
/third_party/skia/modules/skparagraph/src/
H A DTypefaceFontProvider.cpp27 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 DPaint.h49 auto typeface = SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()); in MultipleFontChain() local
H A DText.cpp105 auto typeface = fontChain[fontIndex]; in resolveChain() local
/third_party/skia/gm/
H A Dtextblobrandomfont.cpp57 auto typeface = ToolUtils::create_portable_typeface("sans-serif", SkFontStyle::Bold()); variable
H A Dfontscalerdistortable.cpp49 sk_sp<SkTypeface> typeface[rows][cols]; member in skiagm::FontScalerDistortableGM
H A Dcoloremoji.cpp75 sk_sp<SkTypeface> typeface; member
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp35 auto typeface = SkTypeface::MakeFromName("monospace", SkFontStyle()); variable
/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp73 std::unique_ptr<SkPDFArray> SkPDFMakeCIDGlyphWidthsArray(const SkTypeface& typeface, in SkPDFMakeCIDGlyphWidthsArray() argument
H A DSkPDFFont.h39 SkTypeface* typeface() const { return fTypeface.get(); } in typeface() function in SkPDFFont
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h45 SkScalerContext_FreeType_Base(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_FreeType_Base() argument
H A DSkFontMgr_custom.cpp130 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) { in appendTypeface() argument
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js[all...]
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp71 SkTypeface* typeface = info.fFont.getTypeface(); variable
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp110 static void fuzz_drawText(Fuzz* fuzz, sk_sp<SkTypeface> typeface) { in fuzz_drawText() argument
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js[all...]

Completed in 10 milliseconds

123