Searched defs:borders (Results 1 - 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dxwindow.h29 borders, member in struct:_XImportInfo
H A Dxwindow.c3986 % const unsigned int borders,const unsigned int level,
3996 % o borders: Specifies whether borders pixels are to be saved with
4009 const unsigned int borders,const unsigned int level,ExceptionInfo *exception)
4096 if (borders != MagickFalse)
5055 if (ximage_info->borders != 0)
5093 image=XGetWindowImage(display,target,ximage_info->borders,
10109 ximage_info->borders=MagickFalse;
3971 XGetWindowImage(Display *display,const Window window, const unsigned int borders,const unsigned int level,ExceptionInfo *exception) argument
/external/aac/libSBRenc/src/
H A Dfram_gen.h96 #define MAX_NUM_REL 3 /*!< maximum number of relative borders in any VAR frame */
100 FIXFIX = 0, /*!< bs_frame_class: leading and trailing frame borders are fixed */
103 VARVAR /*!< bs_frame_class: leading and trailing frame borders are variable */
104 ,FIXFIXonly /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
200 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
202 INT bs_rel_bord[MAX_NUM_REL]; /*!< bs_rel_bord, relative borders for all VAR */
207 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
208 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
209 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
210 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associate
226 INT borders[MAX_ENVELOPES+1]; /*!< envelope borders in SBR timeslots */ member in struct:__anon410
[all...]
H A Dinvf_est.cpp109 4, /* Number of borders SBR. */
110 4, /* Number of borders orig. */
111 4, /* Number of borders Nrg. */
138 4, /* Number of borders SBR. */
139 4, /* Number of borders orig. */
140 4, /* Number of borders Nrg. */
308 const FIXP_DBL *borders, /*!< The border of the regions. */
309 const INT numBorders /*!< The number of borders. */
314 if(currVal < borders[0]){
319 if( currVal >= borders[
307 findRegion(FIXP_DBL currVal, const FIXP_DBL *borders, const INT numBorders ) argument
[all...]
/external/aac/libSBRdec/src/
H A Denv_extr.h240 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ member in struct:__anon378
244 UCHAR bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< borders of noise envelopes */
H A Dsbr_dec.cpp468 UCHAR * borders = hFrameData->frameInfo.borders; local
469 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots;
489 borders[0],
523 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
H A Denv_calc.cpp108 core codec's frame borders.
236 static void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
474 QMF-timeslots) can be used to smooth the sudden change at the envelope borders.
525 UCHAR* borders = hFrameData->frameInfo.borders; local
536 UCHAR first_start = borders[0] * hHeaderData->timeStep;
597 if (borders[i] < hHeaderData->numberTimeSlots)
601 if (borders[i+1] > hHeaderData->numberTimeSlots)
621 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */
622 UCHAR stop_pos = hHeaderData->timeStep * borders[
[all...]
/external/freetype/src/base/
H A Dftstroke.c318 FT_Bool movable; /* TRUE for ends of lineto borders */
791 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
820 ft_stroke_border_init( &stroker->borders[0], memory );
821 ft_stroke_border_init( &stroker->borders[1], memory );
866 ft_stroke_border_reset( &stroker->borders[0] );
867 ft_stroke_border_reset( &stroker->borders[1] );
882 ft_stroke_border_done( &stroker->borders[0] );
883 ft_stroke_border_done( &stroker->borders[1] );
899 FT_StrokeBorder border = stroker->borders + side;
941 FT_StrokeBorder border = stroker->borders
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c318 FT_Bool movable; /* TRUE for ends of lineto borders */
790 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
819 ft_stroke_border_init( &stroker->borders[0], memory );
820 ft_stroke_border_init( &stroker->borders[1], memory );
865 ft_stroke_border_reset( &stroker->borders[0] );
866 ft_stroke_border_reset( &stroker->borders[1] );
881 ft_stroke_border_done( &stroker->borders[0] );
882 ft_stroke_border_done( &stroker->borders[1] );
898 FT_StrokeBorder border = stroker->borders + side;
940 FT_StrokeBorder border = stroker->borders
[all...]

Completed in 242 milliseconds