Home
last modified time | relevance | path

Searched defs:font_collection (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dparagraph_builder_benchmarks.cc32 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderConstruction() local
44 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderPushStyle() local
68 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderAddTextString() local
83 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderAddTextChar() local
98 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderAddTextU16stringShort() local
129 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderAddTextU16stringLong() local
151 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderShortParagraphConstruct() local
189 auto font_collection = GetTestFontCollection(); in BM_ParagraphBuilderLongParagraphConstruct() local
Dparagraph_benchmarks.cc406 auto font_collection = GetTestFontCollection(); in BM_ParagraphMinikinAddStyleRun() local
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_builder.cc30 std::shared_ptr<FontCollection> font_collection) { in CreateTxtBuilder()
38 std::shared_ptr<FontCollection> font_collection) { in CreateSkiaBuilder()
Dparagraph_builder_txt.cc24 std::shared_ptr<FontCollection> font_collection) in ParagraphBuilderTxt()
Dfont_collection.cc67 TxtFallbackFontProvider(std::shared_ptr<FontCollection> font_collection) in TxtFallbackFontProvider()
207 auto font_collection = in GetMinikinFontCollectionForFamilies() local
482 auto font_collection = in GetMinikinFontCollectionForFamiliesWithVariation() local
Dparagraph_txt.cc1251 std::shared_ptr<FontCollection> font_collection) { in SetFontCollection()
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc130 std::shared_ptr<FontCollection> font_collection) in ParagraphBuilderSkia()
/third_party/flutter/engine/flutter/shell/common/
Dace_engine.cc83 auto& font_collection = GetFontCollection(); in UpdateAssetManager() local
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc219 FontCollection& font_collection = in ParagraphBuilder() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h1302 static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_collection, int index) in stbtt_GetFontOffsetForIndex_internal()
1321 static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) in stbtt_GetNumberOfFonts_internal()
4751 static int stbtt_FindMatchingFont_internal(unsigned char *font_collection, char *name_utf8, stbtt_i… in stbtt_FindMatchingFont_internal()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h1302 static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_collection, int index) in stbtt_GetFontOffsetForIndex_internal()
1321 static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) in stbtt_GetNumberOfFonts_internal()
4751 static int stbtt_FindMatchingFont_internal(unsigned char *font_collection, char *name_utf8, stbtt_i… in stbtt_FindMatchingFont_internal()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h1286 static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_collection, int index) in stbtt_GetFontOffsetForIndex_internal()
1305 static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) in stbtt_GetNumberOfFonts_internal()
4702 static int stbtt_FindMatchingFont_internal(unsigned char *font_collection, char *name_utf8, stbtt_i… in stbtt_FindMatchingFont_internal()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2889 sk_sp<FontCollection> font_collection = sk_make_sp<FontCollection>(); in onDrawContent() local