| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 301 ps->Glyphs = SCREENREC(pScreen)->Glyphs; in RootlessGlyphs() 302 ps->Glyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in RootlessGlyphs() 303 ps->Glyphs = RootlessGlyphs; in RootlessGlyphs() 700 s->Glyphs = ps->Glyphs; in RootlessWrap() 701 ps->Glyphs = RootlessGlyphs; in RootlessWrap()
|
| H A D | rootlessCommon.h | 110 GlyphsProcPtr Glyphs; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | shaping.cpp | 94 const Glyphs& glyphs, in justifyLine() 117 const Glyphs& glyphs) { in determineAverageLineWidth() 216 const Glyphs& glyphs) { in determineLineBreaks() 258 const Glyphs& glyphs) { in shapeLines() 335 const Glyphs& glyphs) { in getShaping()
|
| H A D | glyph.hpp | 57 using Glyphs = std::map<GlyphID, optional<Immutable<Glyph>>>; typedef 58 using GlyphMap = std::map<FontStack, Glyphs>;
|
| H A D | shaping.hpp | 58 const Glyphs& glyphs);
|
| H A D | glyph_manager.cpp | 132 Glyphs& glyphs = response[fontStack]; in notify()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 745 if (ps->Glyphs == exaGlyphs) in exaCloseScreen() 772 unwrap(pExaScr, ps, Glyphs); in exaCloseScreen() 926 wrap(pExaScr, ps, Glyphs, exaGlyphs); in exaDriverInit() 929 wrap(pExaScr, ps, Glyphs, ExaCheckGlyphs); in exaDriverInit() 1020 if (ps->Glyphs == exaGlyphs) in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damagestr.h | 70 GlyphsProcPtr Glyphs; member
|
| H A D | damage.c | 578 unwrap(pScrPriv, ps, Glyphs); in damageGlyphs() 579 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in damageGlyphs() 581 wrap(pScrPriv, ps, Glyphs, damageGlyphs); in damageGlyphs() 1699 wrap(pScrPriv, ps, Glyphs, damageGlyphs); in DamageSetup()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 209 WRAP_PICT(Glyphs, VGAarbiterGlyphs); in xf86VGAarbiterWrapFunctions() 251 UNWRAP_PICT(Glyphs); in VGAarbiterCloseScreen() 1003 PICTURE_PROLOGUE(Glyphs); in VGAarbiterGlyphs() 1006 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in VGAarbiterGlyphs() 1008 PICTURE_EPILOGUE(Glyphs, VGAarbiterGlyphs); in VGAarbiterGlyphs()
|
| H A D | xf86VGAarbiterPriv.h | 145 GlyphsProcPtr Glyphs; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_worker.cpp | 253 Glyphs& newGlyphs = newFontGlyphs.second; in onGlyphsAvailable() 255 Glyphs& glyphs = glyphMap[fontStack]; in onGlyphsAvailable()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | resource.hpp | 21 Glyphs, enumerator
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-2601.patch | 8 Glyphs of invalid size, zero or leading to an overflow, are rejected.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/ |
| H A D | resource.cpp | 81 Resource::Kind::Glyphs, in glyphs()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 896 glamor_priv->saved_procs.glyphs = ps->Glyphs; in glamor_init() 897 ps->Glyphs = glamor_composite_glyphs; in glamor_init() 958 ps->Glyphs = glamor_priv->saved_procs.glyphs; in glamor_close_screen()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx.h | 243 GlyphsProcPtr Glyphs; member
|
| H A D | dmxpict.c | 162 DMX_WRAP(Glyphs, dmxGlyphs, dmxScreen, ps); in dmxPictureInit()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 168 const Glyphs& glyphs = glyphMapIt != glyphMap.end() in prepare() 169 ? glyphMapIt->second : Glyphs(); in prepare()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | online_file_source.cpp | 224 case Resource::Kind::Glyphs: in request()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpict.c | 497 ps->Glyphs = fbGlyphs; in fbPictureInit()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picturestr.h | 297 GlyphsProcPtr Glyphs; /* unused */ member
|
| H A D | mipict.c | 576 ps->Glyphs = miGlyphs; in miPictureInit()
|
| H A D | glyph.c | 558 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, lists, in CompositeGlyphs()
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.123 | 460 Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
|