| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/ |
| lunr.pt.js | 17 !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var j,C,r;e.pt=function(){this.pipeline.reset(),this.pipeline.add(e.pt.trimmer,e.pt.stopWordFilter,e.pt.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.pt.stemmer))},e.pt.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.pt.trimmer=e.trimmerSupport.generateTrimmer(e.pt.wordCharacters),e.Pipeline.registerFunction(e.pt.trimmer,"trimmer-pt"),e.pt.stemmer=(j=e.stemmerSupport.Among,C=e.stemmerSupport.SnowballProgram,r=new function(){var s (…) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_surfaces.c | 34 struct pipe_context *ctx, struct pipe_resource *pt, 40 if(pt->target == PIPE_TEXTURE_3D || pt->target == PIPE_TEXTURE_CUBE) 50 us->u.array = CALLOC(pt->last_level + 1, sizeof(struct pipe_surface *)); 68 pipe_surface_init(ctx, ps, pt, level, layer); 70 if(pt->target == PIPE_TEXTURE_3D || pt->target == PIPE_TEXTURE_CUBE) 82 struct pipe_resource *pt = ps->texture; local 83 if(pt->target == PIPE_TEXTURE_3D || pt->target == PIPE_TEXTURE_CUBE [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_gen_mipmap.c | 58 struct pipe_resource *pt = st_get_texobj_resource(texObj); local 63 if (!pt) 71 assert(pt->nr_samples < 2); 113 pt = stObj->pt; 114 if (!pt) { 119 assert(pt->last_level >= lastLevel); 121 if (pt->target == PIPE_TEXTURE_CUBE) { 126 last_layer = util_max_layer(pt, baseLevel); 132 format = pt->format [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_gen_mipmap.c | 58 struct pipe_resource *pt = st_get_texobj_resource(texObj); local 63 if (!pt) 68 assert(pt->nr_samples < 2); 107 pt = stObj->pt; 108 if (!pt) { 113 assert(pt->last_level >= lastLevel); 115 if (pt->target == PIPE_TEXTURE_CUBE) { 120 last_layer = util_max_layer(pt, baseLevel); 126 format = pt->format [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| DrPoints.c | 45 XPoint pt; local 61 pt.x = xoff + points->x; 62 pt.y = yoff + points->y; 63 Data16 (dpy, (short *) &pt, 4);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
| mipushpxl.c | 104 DDXPointRec pt[NPT], ptThisLine; local 148 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; 149 pt[ipt].y = h + yOrg; 157 ib + xOrg - pt[ipt].x; 160 NPT, pt, width, TRUE); 199 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; 200 pt[ipt].y = h + yOrg; 208 ib + xOrg - pt[ipt].x; 211 pGC, NPT, pt, width, TRUE); 237 width[ipt] = dx + xOrg - pt[ipt].x [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
| mipushpxl.c | 106 DDXPointRec pt[NPT], ptThisLine; local 159 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; 160 pt[ipt].y = h + yOrg; 170 ib + xOrg - pt[ipt].x; 174 NPT, pt, width, TRUE); 216 pt[ipt].x = ((pw - pwLineStart) << PWSH) + ib + xOrg; 217 pt[ipt].y = h + yOrg; 227 ib + xOrg - pt[ipt].x; 231 pGC, NPT, pt, width, TRUE); 257 width[ipt] = dx + xOrg - pt[ipt].x [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbpointbits.h | 53 } pt; local 54 pt.pt64 = *(uint64_t *)pts; 55 if (!isClipped(pt.pt32[0], ul, lr)) { 56 BITS *point = bits + intToY(pt.pt32[0]) * bitsStride + intToX(pt.pt32[0]); 59 if (!isClipped(pt.pt32[1], ul, lr)) { 60 BITS *point = bits + intToY(pt.pt32[1]) * bitsStride + intToX(pt.pt32[1]); 68 uint32_t pt = *pts; local 69 if (!isClipped(pt, ul, lr)) 76 uint32_t pt = *pts++; local 87 uint32_t pt = *pts++; local 97 uint32_t pt = *pts++; local 129 } pt; local 139 uint32_t pt = *pts; local 144 uint32_t pt = *pts++; local [all...] |
| fbspan.c | 36 int n, DDXPointPtr pt, int *width, int fSorted) 42 *(DDXPointPtr)&box = *pt++; 53 DDXPointRec pt; member in struct:fbSetSpan 69 (b->x1 - data->pt.x) * bpp + (xoff << 3), 79 char *src, DDXPointPtr pt, int *width, int n, int fSorted) 94 *(DDXPointPtr)&box = data.pt = *pt; 102 pt++; 108 DDXPointPtr pt, int *width, int n, char *dst) 122 fbBlt(src + (pt->y + srcYoff) * srcStride, srcStride [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbpointbits.h | 53 } pt; local 54 pt.pt64 = *(uint64_t *)pts; 55 if (!isClipped(pt.pt32[0], ul, lr)) { 56 BITS *point = bits + intToY(pt.pt32[0]) * bitsStride + intToX(pt.pt32[0]); 59 if (!isClipped(pt.pt32[1], ul, lr)) { 60 BITS *point = bits + intToY(pt.pt32[1]) * bitsStride + intToX(pt.pt32[1]); 68 uint32_t pt = *pts; local 69 if (!isClipped(pt, ul, lr)) 76 uint32_t pt = *pts++; local 87 uint32_t pt = *pts++; local 97 uint32_t pt = *pts++; local 129 } pt; local 139 uint32_t pt = *pts; local 144 uint32_t pt = *pts++; local [all...] |
| fbspan.c | 36 int n, DDXPointPtr pt, int *width, int fSorted) 42 *(DDXPointPtr)&box = *pt++; 53 DDXPointRec pt; member in struct:fbSetSpan 69 (b->x1 - data->pt.x) * bpp + (xoff << 3), 79 char *src, DDXPointPtr pt, int *width, int n, int fSorted) 94 *(DDXPointPtr)&box = data.pt = *pt; 102 pt++; 108 DDXPointPtr pt, int *width, int n, char *dst) 122 fbBlt(src + (pt->y + srcYoff) * srcStride, srcStride [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state_sampler.c | 77 const struct pipe_resource *pt = &tex->b; local 84 if (pt->format == PIPE_FORMAT_UYVY || pt->format == PIPE_FORMAT_YUYV) 87 if (util_format_is_srgb(pt->format)) { 95 if (pt->target == PIPE_TEXTURE_1D) { 115 if (pt->target == PIPE_TEXTURE_CUBE) { 138 if (pt->target == PIPE_TEXTURE_3D && 158 lastlod = pt->last_level << 4; 287 const struct pipe_resource *pt = &tex->b; local 288 uint32_t width = pt->width0, height = pt->height0, depth = pt->depth0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_fragtex.c | 50 struct pipe_resource *pt = sv->pipe.texture; local 51 struct nv30_miptree *mt = nv30_miptree(pt);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_state_sampler.c | 88 const struct pipe_resource *pt = &tex->b.b; local 95 if (pt->format == PIPE_FORMAT_UYVY || 96 pt->format == PIPE_FORMAT_YUYV) 99 if (pt->format == PIPE_FORMAT_B8G8R8A8_SRGB || 100 pt->format == PIPE_FORMAT_L8_SRGB ) 118 if (pt->target == PIPE_TEXTURE_3D && 138 lastlod = pt->last_level << 4; 305 const struct pipe_resource *pt = &tex->b.b; local 306 uint width = pt->width0, height = pt->height0, depth = pt->depth0 [all...] |
| i915_surface.c | 44 struct pipe_resource *pt, 290 struct pipe_resource *pt = &tex->b.b; local 294 assert(util_format_get_blockwidth(pt->format) == 1); 295 assert(util_format_get_blockheight(pt->format) == 1); 299 util_format_get_blocksize(pt->format), 319 struct pipe_resource *pt = &tex->b.b; local 324 assert(util_format_get_blockwidth(pt->format) == 1); 325 assert(util_format_get_blockheight(pt->format) == 1); 339 util_format_get_blocksize(pt->format), 355 struct pipe_resource *pt, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_fragtex.c | 50 struct pipe_resource *pt = sv->pipe.texture; local 51 struct nv30_miptree *mt = nv30_miptree(pt);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxlog.c | 135 const char *pt = strchr(dmxInput->name, ','); local 136 int len = (pt 137 ? (size_t)(pt-dmxInput->name)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| dmxarg.c | 109 char *start, *pt; local 120 for (start = pt = tmp, done = 0; !done && *pt; start = ++pt) { 121 for (;*pt && *pt != ','; pt++); 122 if (!*pt) done = 1; 123 *pt = '\0';
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_texture.c | 59 struct pipe_resource *pt = &spr->base; local 61 unsigned width = pt->width0; 62 unsigned height = pt->height0; 63 unsigned depth = pt->depth0; 66 for (level = 0; level <= pt->last_level; level++) { 69 nblocksy = util_format_get_nblocksy(pt->format, height); 71 if (pt->target == PIPE_TEXTURE_CUBE) 72 assert(pt->array_size == 6); 74 if (pt->target == PIPE_TEXTURE_3D) 77 slices = pt->array_size 365 struct pipe_transfer *pt; local [all...] |
| sp_tile_cache.c | 342 struct pipe_transfer *pt = tc->transfer[layer]; local 348 assert(pt->resource); 352 clear_tile(tc->tile, pt->resource->format, tc->clear_val); 354 clear_tile_rgba(tc->tile, pt->resource->format, &tc->clear_color); 365 pipe_put_tile_raw(pt, tc->transfer_map[layer], 370 pipe_put_tile_rgba(pt, tc->transfer_map[layer], 489 struct pipe_transfer *pt; local 525 pt = tc->transfer[layer]; 526 assert(pt->resource); 531 clear_tile(tile, pt->resource->format, tc->clear_val) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_context.cpp | 46 struct pipe_resource *pt, 54 pipe_resource_reference(&ps->texture, pt); 57 if (pt->target != PIPE_BUFFER) { 58 assert(surf_tmpl->u.tex.level <= pt->last_level); 59 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level); 60 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level); 69 ps->height = pt->height0; 103 struct pipe_transfer *pt; local 133 pt = CALLOC_STRUCT(pipe_transfer); 134 if (!pt) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_texture.c | 59 struct pipe_resource *pt = &spr->base; local 61 unsigned width = pt->width0; 62 unsigned height = pt->height0; 63 unsigned depth = pt->depth0; 66 for (level = 0; level <= pt->last_level; level++) { 69 nblocksy = util_format_get_nblocksy(pt->format, height); 71 if (pt->target == PIPE_TEXTURE_CUBE) 72 assert(pt->array_size == 6); 74 if (pt->target == PIPE_TEXTURE_3D) 77 slices = pt->array_size 365 struct pipe_transfer *pt; local [all...] |
| sp_tile_cache.c | 345 struct pipe_transfer *pt = tc->transfer[layer]; local 351 assert(pt->resource); 355 clear_tile(tc->tile, pt->resource->format, tc->clear_val); 357 clear_tile_rgba(tc->tile, pt->resource->format, &tc->clear_color); 368 pipe_put_tile_raw(pt, tc->transfer_map[layer], 374 pipe_put_tile_ui_format(pt, tc->transfer_map[layer], 379 pipe_put_tile_i_format(pt, tc->transfer_map[layer], 384 pipe_put_tile_rgba_format(pt, tc->transfer_map[layer], 520 struct pipe_transfer *pt; local 572 pt = tc->transfer[layer] [all...] |