Home
last modified time | relevance | path

Searched refs:kFont (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFResourceDict.cpp19 static_assert(3 == (int)SkPDFResourceType::kFont, "resource_type_mismatch");
94 add_subdict(fontResources, SkPDFResourceType::kFont, dict.get()); in SkPDFMakeResourceDict()
DSkPDFResourceDict.h23 kFont = 3, enumerator
DSkPDFDevice.cpp944 SkPDFWriteResourceName(out, SkPDFResourceType::kFont, in internalDrawGlyphRun()
/third_party/skia/gm/
Dcomplexclip.cpp342 static const SkFont kFont(ToolUtils::create_portable_typeface(), 12); in draw_banner() local
343 canvas->drawString(banner.c_str(), 20.f, -30.f, kFont, SkPaint()); in draw_banner()
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp158 case kFont: in matchOneAttribute()
DOneLineShaper.cpp410 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h68 kFont, enumerator