Searched refs:Fonts (Results 1 – 25 of 54) sorted by relevance
123
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | macos.tests | 2 /System/Library/Fonts/Helvetica.dfont@c7bec2785a4c402b7809b5e35337c3d24c18e281:--font-funcs ot:U+00… 3 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062:--font-funcs ot:U+0… 4 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39:--font-funcs ot:U+0066,U… 5 /Library/Fonts/Khmer MN.ttc@5f5b1072df99b7355d3066ea85fe82969d13c94a:--font-funcs ot:U+17A2,U+1780,… 6 /Library/Fonts/Tamil MN.ttc@37a2020c3f86ebcc45e02c1de5fdf81e2676989d:--font-funcs ot:U+0BA4,U+0BCA,… 7 /System/Library/Fonts/Times.dfont@39c954614d3f3317b28564db06d5b7b7a6ff0e39:--font-funcs ot:U+0041,U… 8 /System/Library/Fonts/LucidaGrande.ttc@d89a9d7e57767bfe3b5a4cfd22bb1e9dbe03a062:--font-funcs ot:U+0… 9 /Library/Fonts/Apple Chancery.ttf@5fc49ae9bce39e2105864323183b68ea34c9e562:--font-funcs ot:U+0054,U… 10 /Library/Fonts/Apple Chancery.ttf@5fc49ae9bce39e2105864323183b68ea34c9e562:--font-funcs ot:U+0054,U… 11 /System/Library/Fonts/GeezaPro.ttc@f43ee7151c2e9f1dddfbc26cfc148609eb5c5820:--font-funcs ot:U+0627,… [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | FontMap.GDI | 8 # Fonts are specified by font name, as shown 9 # in the "Fonts" folder.
|
D | FontMap.Gnome | 7 # Fonts are specified by file names.
|
/external/skia/site/docs/dev/testing/ |
D | fonts.md | 3 title: "Fonts and GM Tests" 4 linkTitle: "Fonts and GM Tests"
|
/external/skqp/resources/lua/ |
D | slides_content2.lua | 15 - Fonts : CoreText, FreeType, GDI, DirectWrite 37 Skia In Blink : Fonts
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_content2.lua | 15 - Fonts : CoreText, FreeType, GDI, DirectWrite 37 Skia In Blink : Fonts
|
/external/fonttools/Tests/ttLib/tables/data/aots/ |
D | README | 9 Fonts were built by running "make" and copying tests/*.otf over.
|
/external/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 236 …io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); // Load as RGBA 32-bits (75% of the memo… in ImGui_ImplOpenGL3_CreateFontsTexture() 249 io.Fonts->TexID = (void *)(intptr_t)g_FontTexture; in ImGui_ImplOpenGL3_CreateFontsTexture() 263 io.Fonts->TexID = 0; in ImGui_ImplOpenGL3_DestroyFontsTexture()
|
/external/google-fonts/arvo/ |
D | METADATA | 8 "It is a libre font, first published in Google Fonts."
|
D | FONTLOG.txt | 4 in Google Fonts. The flavour of the font is rather mixed. Its
|
/external/skqp/site/dev/testing/ |
D | fonts.md | 1 Fonts and GM Tests
|
/external/google-fonts/fraunces/fonts/ |
D | WebFonts Report.txt | 1 Web Fonts:
|
/external/oss-fuzz/projects/libass/ |
D | ass.dict | 34 "[Fonts]"
|
/external/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 51 io.Fonts->GetTexDataAsAlpha8(&pixels, &w, &h); in ImGuiLayer() 60 io.Fonts->TexID = &fFontPaint; in ImGuiLayer()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 65 build_ImFontAtlas(*io.Fonts, fFontPaint); in ImGuiLayer() 75 ImFontAtlas& atlas = *ImGui::GetIO().Fonts; in setScaleFactor()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1466 for (int i = 0; i < Fonts.Size; i++) in ClearInputData() 1467 …if (Fonts[i]->ConfigData >= ConfigData.Data && Fonts[i]->ConfigData < ConfigData.Data + ConfigData… in ClearInputData() 1469 Fonts[i]->ConfigData = NULL; in ClearInputData() 1470 Fonts[i]->ConfigDataCount = 0; in ClearInputData() 1492 for (int i = 0; i < Fonts.Size; i++) in ClearFonts() 1493 IM_DELETE(Fonts[i]); in ClearFonts() 1494 Fonts.clear(); in ClearFonts() 1552 Fonts.push_back(IM_NEW(ImFont)); in AddFont() 1554 …IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode ma… in AddFont() 1559 new_font_cfg.DstFont = Fonts.back(); in AddFont() [all …]
|
/external/sfntly/doc/ |
D | MicroTypeExpress.md | 24 production in Google Web Fonts, both for full fonts and for subsetting
|
/external/google-fonts/fraunces/ |
D | README.md | 3 ![alt text](documentation/img/HonkForWonkyFonts_revised.jpg "Honk For Wonky Fonts")
|
/external/google-fonts/lato/ |
D | FONTLOG.txt | 35 Version 2.015 release for Google Fonts. These fonts have been hot fixed from the original sources. …
|
/external/python/cpython2/Doc/library/ |
D | carbon.rst | 261 :mod:`Carbon.Fonts` --- Font Manager constants 264 .. module:: Carbon.Fonts
|
/external/skia/site/docs/dev/design/ |
D | pdftheory.md | 35 - [Fonts](#Fonts) 313 ### <span id="Fonts">Fonts</span>
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 35 + [Fonts](#Fonts) 352 ### <span id="Fonts">Fonts</span> ###
|
/external/fonttools/ |
D | LICENSE.external | 9 Noto Fonts 17 with Reserved Font Name STIX Fonts, STIX Fonts (TM) is a trademark of The
|
/external/libcups/config-scripts/ |
D | cups-directories.m4 | 215 # Fonts
|
/external/libwebsockets/READMEs/ |
D | README.content-security-policy.md | 32 will reject any inline styles or inline scripts. Fonts, css, ajax, ws and
|
123