HomeSort by: relevance | last modified time | path
    Searched defs:size (Results 1 - 25 of 2081) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/freetype/dist/include/freetype/
ftsizes.h 5 * FreeType size objects management (specification).
50 * Size Management
57 * object is automatically created and used to store all pixel-size
58 * dependent information, available in the `face->size` field.
65 * contents of the current 'active' size; you thus need to use
80 * Create a new size object from a given face object.
88 * A handle to a new size object.
94 * You need to call @FT_Activate_Size in order to select the new size for
100 FT_Size* size );
109 * Discard a given size object. Note that @FT_Done_Face automaticall
120 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
    [all...]
  /xsrc/external/mit/libX11/dist/src/
DrPoint.c 32 /* precompute the maximum size of batching request allowed */
34 #define size (SIZEOF(xPolyPointReq) + PTSPERBATCH * SIZEOF(xPoint)) macro
60 && (((char *)dpy->bufptr - (char *)req) < size) ) {
FillArc.c 32 /* precompute the maximum size of batching request allowed */
34 #define size (SIZEOF(xPolyFillArcReq) + FARCSPERBATCH * SIZEOF(xArc)) macro
62 && (((char *)dpy->bufptr - (char *)req) < size) ) {
FillRct.c 32 /* precompute the maximum size of batching request allowed */
34 #define size (SIZEOF(xPolyFillRectangleReq) + FRCTSPERBATCH * SIZEOF(xRectangle)) macro
61 && (((char *)dpy->bufptr - (char *)req) < size) ) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
fd2_emit.h 37 unsigned offset, size; member in struct:fd2_vertex_buf
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_types.cpp 38 int size; local
48 /* Regardless of size of vector, it gets a vec4. This is bad
83 size = 0;
85 size += st_glsl_storage_type_size(type->fields.structure[i].type,
88 return size;
115 unsigned int size, i; local
142 size = 0;
144 size += st_glsl_type_dword_size(type->fields.structure[i].type,
147 return size;
164 * Returns the type size of uniforms when !PIPE_CAP_PACKED_UNIFORMS -- eac
    [all...]
  /xsrc/external/mit/freetype/dist/src/cff/
cffobjs.h 29 cff_size_init( FT_Size size ); /* CFF_Size */ variable
32 cff_size_done( FT_Size size ); /* CFF_Size */ variable
35 cff_size_request( FT_Size size,
41 cff_size_select( FT_Size size,
  /xsrc/external/mit/libXmu/dist/src/
StrToLong.c 45 toVal->size = sizeof(long);
58 size_t size; local
65 size = strlen(buffer) + 1;
68 if (toVal->size < size)
70 toVal->size = size;
77 toVal->size = sizeof(String);
DrawLogo.c 46 unsigned int size; local
53 size = width;
55 size = height;
56 size &= ~1;
57 x += (width - size) >> 1;
58 y += (height - size) >> 1;
74 thin = (size / 11);
78 poly[0].x = x + size; poly[0].y = y;
79 poly[1].x = x + size-d31; poly[1].y = y;
80 poly[2].x = x + 0; poly[2].y = y + size;
    [all...]
StrToShap.c 39 if (toVal->size < sizeof(type)) { \
40 toVal->size = sizeof(type); \
50 toVal->size = sizeof(type); \
82 Cardinal size; local
102 toVal->size = 0;
107 size = strlen(buffer) + 1;
110 if (toVal->size <= size)
112 toVal->size = size;
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/test/
hello.lsp 37 (defun fix-shell-size (shell)
38 (let ((size (xt-get-values shell '("width" "height"))))
40 (list (cons "minWidth" (cdar size))
41 (cons "maxWidth" (cdar size))
42 (cons "minHeight" (cdadr size))
43 (cons "maxHeight" (cdadr size)))
70 (fix-shell-size toplevel)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_emit.h 37 unsigned offset, size; member in struct:fd2_vertex_buf
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_resource.c 45 unsigned size = lrz_pitch * lrz_height * 2; local
47 size += 0x1000; /* for GRAS_LRZ_FAST_CLEAR_BUFFER */
52 rsc->lrz = fd_bo_new(screen->dev, size, 0, "lrz");
67 return rsc->layout.size;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_staging_mgr.c 38 unsigned size; local
46 size = align(MAX2(staging->default_size, min_size), 4096);
52 size, /* width */
59 size); /* size */
70 staging->size = size;
94 unsigned size,
106 assert(size);
111 if (offset + size > staging->size)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
pan_minmax_cache.h 37 unsigned size; member in struct:panfrost_minmax_cache
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
uarray.h 46 long size; member in class:Uarray
  /xsrc/external/mit/libXrender/dist/src/
FillRect.c 30 /* precompute the maximum size of batching request allowed */
32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle)) macro
68 (char *)dpy->bufptr - (char *)req < size)
FillRects.c 30 /* precompute the maximum size of batching request allowed */
32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle)) macro
  /xsrc/external/mit/mesa-demos/dist/src/tests/
no_s3tc.c 51 GLuint size; local
76 size = 8;
81 size = 16;
90 size, data );
  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
xprintf.c 35 int size; local
39 size = vsnprintf(NULL, 0, format, va2);
42 ret = (char *)malloc(size + 1);
46 vsnprintf(ret, size + 1, format, va);
47 ret[size] = 0;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_drmi.h 50 size_t size; member in struct:vmwgfx_dmabuf
54 vmwgfx_dmabuf_alloc(int drm_fd, size_t size);
80 vmwgfx_max_fb_size(int drm_fd, size_t *size);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
dumb_bo.h 34 uint32_t size; member in struct:dumb_bo
43 struct dumb_bo *dumb_get_bo_from_fd(int fd, int handle, int pitch, int size);
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
linker_util.h 57 * All valid array indices are less than the size of the array. If index
58 * is equal to the size of the array, this means the entire array has been
63 /** Size of the array. Used for offset calculations. */
64 unsigned size; member in struct:array_deref_range
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_image.c 27 * + cube array size lowering. The size operation is converted from cube
28 * size to a 2d-array with the z component divided by 6.
47 nir_ssa_def *size = nir_instr_ssa_def(&_2darray_size->instr); local
52 comps[2] = nir_idiv(b, nir_channel(b, size, 2), nir_imm_int(b, 6));
54 comps[c] = nir_channel(b, size, c);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_resource.c 35 * Return the size of the resource in bytes.
43 unsigned size = 0; local
57 size += (util_format_get_nblocksy(res->format, height) *
65 return size;

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>