Searched refs:kFont (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFResourceDict.cpp | 19 static_assert(3 == (int)SkPDFResourceType::kFont, "resource_type_mismatch"); 94 add_subdict(fontResources, SkPDFResourceType::kFont, dict.get()); in SkPDFMakeResourceDict()
|
D | SkPDFResourceDict.h | 23 kFont = 3, enumerator
|
D | SkPDFDevice.cpp | 944 SkPDFWriteResourceName(out, SkPDFResourceType::kFont, in internalDrawGlyphRun()
|
/third_party/skia/gm/ |
D | complexclip.cpp | 342 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/ |
D | TextStyle.cpp | 158 case kFont: in matchOneAttribute()
|
D | OneLineShaper.cpp | 410 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 68 kFont, enumerator
|