Home
last modified time | relevance | path

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

/external/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.cpp941 SkPDFWriteResourceName(out, SkPDFResourceType::kFont, in internalDrawGlyphRun()
/external/cronet/base/debug/
Dgdi_debug_util_win.cc90 kFont = 10, enumerator
269 case GdiHandleType::kFont: in CountHandleTypesFromTable()
/external/skia/gm/
Dcomplexclip.cpp343 static const SkFont kFont(ToolUtils::create_portable_typeface(), 12); in draw_banner() local
344 canvas->drawString(banner.c_str(), 20.f, -30.f, kFont, SkPaint()); in draw_banner()
/external/skia/modules/skparagraph/src/
DTextStyle.cpp151 case kFont: in matchOneAttribute()
DOneLineShaper.cpp394 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
/external/skia/modules/skparagraph/include/
DTextStyle.h61 kFont, enumerator