Searched refs:cover (Results 1 - 25 of 268) sorted by relevance

1234567891011

/xsrc/external/mit/x11perf/dist/
H A Ddo_movewin.c28 static Window cover; variable in typeref:typename:Window
154 cover = XCreateSimpleWindow(xp->d, xp->w,
161 children[i] = XCreateSimpleWindow(xp->d, cover,
165 XMapSubwindows (xp->d, cover);
166 XMapWindow (xp->d, cover);
180 XMoveWindow(xp->d, cover, x_offset, y_offset);
188 XDestroyWindow(xp->d, cover);
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c414 TCoord cover; /* same with gray_TWorker.cover */ member in struct:TCell_
455 TCoord cover; member in struct:gray_TWorker_
513 cell->x, cell->cover, cell->area );
551 cell->cover = ras.cover;
561 cell->cover += ras.cover;
584 if ( !ras.invalid && ( ras.area || ras.cover ) )
588 ras.cover
1301 TArea cover = 0; local in function:gray_sweep
[all...]
H A Dftsmooth.c347 unsigned int cover, sum; local in function:ft_smooth_overlap_spans
353 /* cover can also reach a power of 2 after rounding, and the total */
357 cover = ( spans->coverage + SCALE * SCALE / 2 ) / ( SCALE * SCALE );
360 sum = dst[( spans->x + x ) / SCALE] + cover;
/xsrc/external/mit/fontconfig/dist/
H A DREADME.md13 * identify the set of fonts required to completely cover a set of languages.
/xsrc/external/mit/xterm/dist/unicode/
H A Dconvmap.pl121 * This admittedly does not cover the entire 31-bit space of UCS, but
122 * it does cover all of the characters up to U-10FFFF, which can be
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1263 float dx, dy, dist2, cover; local in function:sp_setup_point
1271 cover = 1.0F - (dist2 - rmin2) * cscale;
1272 setup->quad[0].input.coverage[QUAD_TOP_LEFT] = MIN2(cover, 1.0f);
1280 cover = 1.0F - (dist2 - rmin2) * cscale;
1281 setup->quad[0].input.coverage[QUAD_TOP_RIGHT] = MIN2(cover, 1.0f);
1289 cover = 1.0F - (dist2 - rmin2) * cscale;
1290 setup->quad[0].input.coverage[QUAD_BOTTOM_LEFT] = MIN2(cover, 1.0f);
1298 cover = 1.0F - (dist2 - rmin2) * cscale;
1299 setup->quad[0].input.coverage[QUAD_BOTTOM_RIGHT] = MIN2(cover, 1.0f);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_imprecise.c1109 int cover; local in function:tor_blt
1117 cover = cells->head.covered_height*FAST_SAMPLES_X;
1118 assert(cover >= 0);
1124 __DBG(("%s: cell=(%d, %d, %d), cover=%d\n", __FUNCTION__,
1126 cover));
1130 if (box.x2 > box.x1 && (unbounded || cover)) {
1135 cover));
1136 span(sna, op, clip, &box, cover);
1139 cover += cell->covered_height*FAST_SAMPLES_X;
1143 int area = cover
1464 int cover = 0; local in function:inplace_end_subrows
[all...]
H A Dsna_trapezoids_precise.c1122 int cover; local in function:tor_blt
1130 cover = cells->head.covered_height*SAMPLES_X*2;
1131 assert(cover >= 0);
1137 __DBG(("%s: cell=(%d, %d, %d), cover=%d\n", __FUNCTION__,
1139 cover));
1143 if (box.x2 > box.x1 && (unbounded || cover)) {
1148 cover));
1149 span(sna, op, clip, &box, cover);
1152 cover += cell->covered_height*SAMPLES_X*2;
1156 int area = cover
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_imprecise.c1099 int cover; local in function:tor_blt
1107 cover = cells->head.covered_height*FAST_SAMPLES_X;
1108 assert(cover >= 0);
1114 __DBG(("%s: cell=(%d, %d, %d), cover=%d\n", __FUNCTION__,
1116 cover));
1120 if (box.x2 > box.x1 && (unbounded || cover)) {
1125 cover));
1126 span(sna, op, clip, &box, cover);
1129 cover += cell->covered_height*FAST_SAMPLES_X;
1133 int area = cover
1454 int cover = 0; local in function:inplace_end_subrows
[all...]
H A Dsna_trapezoids_precise.c1112 int cover; local in function:tor_blt
1120 cover = cells->head.covered_height*SAMPLES_X*2;
1121 assert(cover >= 0);
1127 __DBG(("%s: cell=(%d, %d, %d), cover=%d\n", __FUNCTION__,
1129 cover));
1133 if (box.x2 > box.x1 && (unbounded || cover)) {
1138 cover));
1139 span(sna, op, clip, &box, cover);
1142 cover += cell->covered_height*SAMPLES_X*2;
1146 int area = cover
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1339 float dx, dy, dist2, cover; local in function:sp_setup_point
1347 cover = 1.0F - (dist2 - rmin2) * cscale;
1348 setup->quad[0].input.coverage[QUAD_TOP_LEFT] = MIN2(cover, 1.0f);
1356 cover = 1.0F - (dist2 - rmin2) * cscale;
1357 setup->quad[0].input.coverage[QUAD_TOP_RIGHT] = MIN2(cover, 1.0f);
1365 cover = 1.0F - (dist2 - rmin2) * cscale;
1366 setup->quad[0].input.coverage[QUAD_BOTTOM_LEFT] = MIN2(cover, 1.0f);
1374 cover = 1.0F - (dist2 - rmin2) * cscale;
1375 setup->quad[0].input.coverage[QUAD_BOTTOM_RIGHT] = MIN2(cover, 1.0f);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dcodingstyle.rst8 following is applicable. If the guidelines below don't cover something,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.3.rst163 - nvc0: fix blit triangle size to fully cover FB's > 8192x8192
H A D20.0.0.rst933 - osmesa/tests: Extend render test to cover other working cases
1027 - ci: Expand the freedreno blit skip regex to cover more cases.
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Disaspec.rst195 used to cover the cases where ``SRCn_R`` has a different meaning and a
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dlima.rst177 already able to cover most of OpenGL ES 2.0.
H A Dvc4.rst114 Even if your drawing is going to cover the entire render target, it's
/xsrc/external/mit/util-macros/dist/
H A Dxorg-macros.m4.in467 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXau/dist/
H A Daclocal.m42050 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXaw/dist/
H A Daclocal.m4833 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXcursor/dist/
H A Daclocal.m4833 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXdmcp/dist/
H A Daclocal.m41893 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXext/dist/
H A Daclocal.m41893 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXfixes/dist/
H A Daclocal.m41893 # It is used under the cover by xmlto to generate html files from DocBook/XML.
/xsrc/external/mit/libXfont2/dist/
H A Daclocal.m42050 # It is used under the cover by xmlto to generate html files from DocBook/XML.

Completed in 68 milliseconds

1234567891011