Home
last modified time | relevance | path

Searched refs:resource_font (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dsk_tool_utils.h44 SkTypeface* resource_font(const char* name, SkTypeface::Style );
Dsk_tool_utils.cpp42 face = resource_font(name, style); in create_portable_typeface()
Dsk_tool_utils_font.cpp70 SkTypeface* resource_font(const char* name, SkTypeface::Style style) { in resource_font() function