Searched refs:dimensions (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstatbox.cpp403 // Get dimensions of the label
467 RECT dimensions = {0, 0, 0, y}; local
471 dimensions.left = x;
472 dimensions.right = x + width;
477 dimensions.left = x - width;
478 dimensions.right = x;
482 dimensions.left -= 2;
483 dimensions.right += 2;
484 dimensions.bottom += 2;
492 ::FillRect(GetHdcOf(dc), &dimensions, GetHbrushO local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbootinfo.h137 #define BI_MAC_VDIM 0x8004 /* Mac video dimensions */
184 unsigned long dimensions; member in struct:mac_booter_data
304 unsigned long dimensions; member in struct:compat_bi_Macintosh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsize.tex75 Decrements this object so that both of its dimensions are not greater than the
76 corresponding dimensions of the \arg{size}.
134 Increments this object so that both of its dimensions are not less than the
135 corresponding dimensions of the \arg{size}.
147 Scales the dimensions of this object by the given factors.
148 If you want to scale both dimensions by the same factor you can also use
H A Dboxsizer.tex32 Implements the calculation of a box sizer's dimensions and then sets
H A Dtgrid.tex22 // Then we call CreateGrid to set the dimensions of the grid
H A Dtconstr.tex74 edges and dimensions remain unconstrained. For a given window,
77 evaluating them. For unconstrained edges and dimensions, it
80 both are currently known. For edges and dimensions with user-supplied constraints, these
84 there are unknown edges or dimensions but there has been no change in this cycle (failure).
H A Dhtmlcell.tex12 "magic" cells with zero dimensions - e.g. colour changers or font changers).
H A Dilayout.tex45 default for dimensions.}
97 other edges and dimensions from which this value can be deduced.
H A Drichtextprinting.tex59 Returns the dimensions to be used for the preview window.
151 Sets the dimensions to be used for the preview window.
H A Dhtdcrend.tex35 (Many dimensions in HTML are given in pixels -- e.g. image sizes. 300x300 image would be only one
H A Dmetafile.tex60 from the {\tt hello.cpp} example. Note the way the metafile dimensions
H A Dimaglist.tex82 If the bitmap is wider than the images in the list, then the bitmap will automatically be split into smaller images, each matching the dimensions of the image list. This does not apply when adding icons.
H A Dsashlayw.tex144 Sets the default dimensions of the window. The dimension other than the orientation will be fixed to this
H A Dartprov.tex156 dimensions, it will be automatically rescaled to meet client's request.}
H A Dgraphicscontext.tex208 Gets the dimensions of the string using the currently selected font.
H A Dhtwinprs.tex230 DCs (e.g. printer) to adjust size of pixel metrics. (Many dimensions in
H A Dpagedlg.tex294 Calling this function overrides the explicit paper dimensions passed in \helpref{wxPageSetupDialogData::SetPaperSize}{wxpagesetupdialogdatasetpapersize}.
H A Dregion.tex229 have a mask, solid rectangle of bitmap's dimensions is used.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c52 float *dimensions; member in struct:__anon3251
154 static int cb_lookup_vals(int lookup, int dimensions, int entries) argument
157 return ff_vorbis_nth_root(entries, dimensions);
159 return dimensions *entries;
170 cb->pow2 = cb->dimensions = NULL;
173 cb->dimensions = av_malloc(sizeof(float) * cb->nentries * cb->ndimensions);
175 if (!cb->dimensions || !cb->pow2)
188 cb->dimensions[i * cb->ndimensions + j] = last + cb->min + cb->quantlist[off] * cb->delta;
190 last = cb->dimensions[i * cb->ndimensions + j];
191 cb->pow2[i] += cb->dimensions[
[all...]
H A Dvorbisdec.c51 uint8_t dimensions; member in struct:__anon3246
275 codebook_setup->dimensions=get_bits(gb, 16);
276 if (codebook_setup->dimensions > 16 || codebook_setup->dimensions == 0) {
279 cb, codebook_setup->dimensions);
295 codebook_setup->dimensions, entries);
360 unsigned codebook_lookup_values = ff_vorbis_nth_root(entries, codebook_setup->dimensions);
382 codebook_setup->dimensions *
386 unsigned dim = codebook_setup->dimensions;
632 if (vc->codebooks[book_idx].dimensions > max_codebook_di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7 ]
100 codebook dimensions = 2 encoded as: [ 0 4 ], [ 1 5 ], [ 2 6 ], [ 3 7 ]
102 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
125 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
127 codebook dimensions = 4 encoded as: [ 0 1 2 3 ], [ 4 5 6 7 ]
129 codebook dimensions = 2 encoded as: [ 0 1 ], [ 2 3 ], [ 4 5 ], [ 6 7 ]
131 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
179 code classification codewords. The number of dimensions in book
182 codeword. Note that the number of entries and dimensions i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c47 uint8_t dimensions; member in struct:__anon2009
265 codebook_setup->dimensions=get_bits(gb, 16);
266 if (codebook_setup->dimensions > 16 || codebook_setup->dimensions == 0) {
269 cb, codebook_setup->dimensions);
285 codebook_setup->dimensions, entries);
350 unsigned codebook_lookup_values = ff_vorbis_nth_root(entries, codebook_setup->dimensions);
372 codebook_setup->dimensions *
376 unsigned dim = codebook_setup->dimensions;
618 if (vc->codebooks[book_idx].dimensions > max_codebook_di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Dconfig.c102 mac_bi_data.dimensions = *data;
885 "row 0x%lx depth %lx dimensions %ld x %ld\n",
887 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF,
888 mac_bi_data.dimensions >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dmacfb.c566 macfb_defined.xres = mac_bi_data.dimensions & 0xFFFF;
567 macfb_defined.yres = mac_bi_data.dimensions >> 16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex343 to get the dimensions of a text string, which can be used to position the
471 Gets the dimensions of the string using the currently selected font.

Completed in 288 milliseconds

12