| /OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/ |
| H A D | 0002-Support-outline-moving.patch | 4 Subject: [PATCH 2/3] Support outline moving 7 <drawContents>no</drawContents> to enable outline moving. 43 + /* Put popup center in outline moving mode */ 107 + /* Start outline moving */ 147 + /* Finish outline moving */ 170 + /* Draw outline at new frame area */ 181 + /* Draw popup above outline */ 183 + /* Hacky way to avoid outline clear */
|
| H A D | 0003-Support-move-timeout-when-outline-moving.patch | 4 Subject: [PATCH 3/3] Support move timeout when outline moving 6 Move the window after idling for 400ms in outline moving mode.
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBGAlloc.c | 186 XkbFreeGeomPoints(XkbOutlinePtr outline, int first, int count, Bool freeAll) in XkbFreeGeomPoints() argument 189 &outline->num_points, &outline->sz_points, in XkbFreeGeomPoints() 190 (char **) &outline->points, sizeof(XkbPointRec)); in XkbFreeGeomPoints() 199 XkbOutlinePtr outline = (XkbOutlinePtr) outline_in; in _XkbClearOutline() local 201 if (outline->points != NULL) in _XkbClearOutline() 202 XkbFreeGeomPoints(outline, 0, outline->num_points, TRUE); in _XkbClearOutline() 637 XkbOutlinePtr outline; in XkbAddGeomOutline() local 645 outline = &shape->outlines[shape->num_outlines]; in XkbAddGeomOutline() 646 memset(outline, 0, sizeof(XkbOutlineRec)); in XkbAddGeomOutline() 647 if ((sz_points > 0) && (_XkbAllocPoints(outline, sz_points) != Success)) in XkbAddGeomOutline() [all …]
|
| H A D | xkbout.c | 561 XkbOutlinePtr outline, int lastRadius, int first, int indent) in WriteXKBOutline() argument 570 if (outline->corner_radius != lastRadius) { in WriteXKBOutline() 572 XkbGeomFPText(outline->corner_radius, XkbMessage)); in WriteXKBOutline() 578 if (outline == shape->approx) in WriteXKBOutline() 580 else if (outline == shape->primary) in WriteXKBOutline() 584 for (pt = outline->points, i = 0; i < outline->num_points; i++, pt++) { in WriteXKBOutline() 880 XkbOutlinePtr outline; in XkbWriteXKBGeometry() local 887 outline = shape->outlines; in XkbWriteXKBGeometry() 889 for (n = 0; n < shape->num_outlines; n++, outline++) { in XkbWriteXKBGeometry() 894 WriteXKBOutline(file, shape, outline, lastR, 8, 8); in XkbWriteXKBGeometry() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/ |
| H A D | ttf-mplus | 16 http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
|
| H A D | TLWG | 46 Free Thai Pseudo Monospace outline font.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | conf.mk | 5 ta_arm64-platform-cflags := -Os -gdwarf-2 -fpic -mstrict-align -mno-outline-atomics
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | global.css | 30 outline: 0;
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | global.css | 30 outline: 0;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/ |
| H A D | clip2tri.h | 72 bool triangulateComplex(vector<Point> &outputTriangles, const Path &outline,
|
| H A D | clip2tri.cpp | 300 bool clip2tri::triangulateComplex(vector<Point> &outputTriangles, const Path &outline, in triangulateComplex() argument 319 rootNode->Contour = outline; in triangulateComplex()
|
| /OK3568_Linux_fs/debian/packages-patches/pcmanfm/1.3.1-1/ |
| H A D | 0001-desktop-Support-outline-mode-in-paint_rubber_banding.patch | 4 Subject: [PATCH] desktop: Support outline mode in paint_rubber_banding_rect
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.kasan | 137 memory accesses. This is faster than outline (in some workloads 138 it gives about x2 boost over outline instrumentation), but
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap3-transition.css | 216 outline: none;
|
| H A D | bootstrap.min.css | 5 …outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{m…
|
| H A D | bootstrap.css | 50 outline: 0; 1109 outline: thin dotted; 1110 outline: 5px auto -webkit-focus-ring-color; 1111 outline-offset: -2px; 2540 outline: thin dotted; 2541 outline: 5px auto -webkit-focus-ring-color; 2542 outline-offset: -2px; 2571 outline: 0; 3032 outline: thin dotted; 3033 outline: 5px auto -webkit-focus-ring-color; [all …]
|
| H A D | jquery-ui.structure.min.css | 5 …position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | main.css | 70 outline: 0;
|
| /OK3568_Linux_fs/kernel/Documentation/sh/ |
| H A D | new-machine.rst | 9 This document attempts to outline what steps are necessary to add support 11 also attempts to outline some of the noticeable changes between the 2.4
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 33 'perf sched map' to print a textual context-switching outline of
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kasan.rst | 232 boost over outline instrumented kernel. 263 Software tag-based KASAN also has two instrumentation modes (outline, that 265 memory checks inline). With outline instrumentation mode, a bug report is
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fsi/ |
| H A D | fsi.txt | 16 represent the FSI slaves and their slave engines. As a basic outline:
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-allocation.rst | 37 here we briefly outline their recommended usage:
|
| /OK3568_Linux_fs/kernel/Documentation/accounting/ |
| H A D | taskstats.rst | 59 an outline of the current version is given. taskstats.h always overrides the
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | net_dim.rst | 127 usage is not complete but it should make the outline of the usage clear.
|