Home
last modified time | relevance | path

Searched refs:outline (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/
H A D0002-Support-outline-moving.patch4 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 D0003-Support-move-timeout-when-outline-moving.patch4 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 DXKBGAlloc.c186 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 Dxkbout.c561 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 Dttf-mplus16 http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
H A DTLWG46 Free Thai Pseudo Monospace outline font.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dconf.mk5 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 Dglobal.css30 outline: 0;
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dglobal.css30 outline: 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.h72 bool triangulateComplex(vector<Point> &outputTriangles, const Path &outline,
H A Dclip2tri.cpp300 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 D0001-desktop-Support-outline-mode-in-paint_rubber_banding.patch4 Subject: [PATCH] desktop: Support outline mode in paint_rubber_banding_rect
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kasan137 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 Dbootstrap3-transition.css216 outline: none;
H A Dbootstrap.min.css5outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{m…
H A Dbootstrap.css50 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 Djquery-ui.structure.min.css5 …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 Dmain.css70 outline: 0;
/OK3568_Linux_fs/kernel/Documentation/sh/
H A Dnew-machine.rst9 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 Dperf-sched.txt33 'perf sched map' to print a textual context-switching outline of
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkasan.rst232 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 Dfsi.txt16 represent the FSI slaves and their slave engines. As a basic outline:
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst37 here we briefly outline their recommended usage:
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dtaskstats.rst59 an outline of the current version is given. taskstats.h always overrides the
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnet_dim.rst127 usage is not complete but it should make the outline of the usage clear.

12