Searched defs:border (Results 26 - 50 of 75) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp649 std::string getAddressModesCaseName (VkSamplerAddressMode u, VkSamplerAddressMode v, VkSamplerAddressMode w, BorderColor border) argument
670 caseName << "_" << borderColorNames[border];
699 BorderColor border; member in struct:vkt::pipeline::__anon3682::TestCaseConfig
710 // All address modes equal using border color
747 getAddressModesCaseName(config.u, config.v, config.w, config.border).c_str(),
752 getFormatBorderColor(config.border, imageFormat)));
H A DvktPipelineInputAssemblyTests.cpp293 const float border = 0.2f; local
294 const float originX = -1.0f + border;
295 const float originY = -1.0f + border;
297 float primitiveSizeY = (2.0f - 2.0f * border);
307 primitiveSizeX = (2.0f - 2.0f * border) / float(primitiveCount / 2 + primitiveCount % 2 - 1);
312 primitiveSizeX = (2.0f - 2.0f * border) / float(primitiveCount - 1);
317 primitiveSizeX = (2.0f - 2.0f * border) / float(primitiveCount / 2);
322 primitiveSizeX = (2.0f - 2.0f * border) / float(primitiveCount + primitiveCount / 2 + primitiveCount % 2 - 1);
327 primitiveSizeX = (2.0f - 2.0f * border) / float(primitiveCount / 2 + primitiveCount % 2);
331 primitiveSizeX = 1.0f - border;
647 const float border = 0.2f; local
[all...]
/external/opencv/cv/src/
H A Dcvdistransform.cpp47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border )
50 for( i = 0; i < border; i++ )
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
55 for( j = 0; j < size.width + border*2; j++ )
814 int border = maskSize == CV_DIST_MASK_3 ? 1 : 2; local
815 CV_CALL( temp = cvCreateMat( size.height + border*2, size.width + border*2, CV_32SC1 ));
/external/opencv3/modules/imgproc/src/
H A Ddistransform.cpp52 initTopBottom( Mat& temp, int border )
55 for( int i = 0; i < border; i++ )
781 int border = maskSize == CV_DIST_MASK_3 ? 1 : 2; local
782 Mat temp( size.height + border*2, size.width + border*2, CV_32SC1 );
/external/opencv3/modules/imgproc/test/
H A Dtest_filter.cpp62 int border; member in class:CV_FilterBaseTest
149 border = BORDER_REPLICATE;
543 dx, dy, _aperture_size, 1, 0, border );*/
838 kernel, anchor, 0, border & ~BORDER_ISOLATED );
880 border = BORDER_REPLICATE | BORDER_ISOLATED;
1014 cvtest::copyMakeBorder( ptr, src, m/2, m/2, m/2, m/2, border & ~BORDER_ISOLATED );
/external/toybox/kconfig/lxdialog/
H A Dutil.c32 dlg.border.atr = A_NORMAL;
72 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true);
105 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true);
192 init_one_color(&dlg.border);
407 chtype box, chtype border)
416 waddch(win, border | ACS_ULCORNER);
418 waddch(win, border | ACS_LLCORNER);
424 waddch(win, border | ACS_HLINE);
428 waddch(win, border | ACS_VLINE);
406 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) argument
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp225 int *bmin, /*!< hlpNew: first mandatory border */
226 int *bmax /*!< hlpNew: last mandatory border */
429 * detection ranges for the transient detector. For every border in
432 * border.
486 * - one border at the onset of the transient
488 * - optionally one "attack border" (before the onset of the transient)
564 Calculate common border (split-point)
640 Calculate common border (split-point)
725 /* open and close frame border */
881 int *bmin, /*!< hlpNew: first mandatory border */
1897 INT nEnv = 0, border = 0, i, k, p /*?*/; local
[all...]
H A Dps_encode.cpp671 INT border = psBands; local
675 border = 5;
678 border = 11;
685 for (i=0; i<border; i++) {
888 /* determine group border */
H A Dtran_det.cpp102 The function says how good it would be to split the frame at the given border
116 INT border,
133 len1 = border-start;
134 len2 = stop-border;
189 for (i=start; i<border; i++) {
194 for (i=border; i<stop; i++) {
383 INT border; local
416 /* The below border should specify the same position as the middle border
418 border
111 spectralChange(FIXP_DBL Energies[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS], INT *scaleEnergies, FIXP_DBL EnergyTotal, INT nSfb, INT start, INT border, INT YBufferWriteOffset, INT stop, INT *result_e) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) argument
121 m_curCtx->texImage1D(target, level, (deUint32)internalFormat, width, border, format, type, data);
124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) argument
126 m_curCtx->texImage2D(target, level, (deUint32)internalFormat, width, height, border, format, type, data);
129 void ContextWrapper::glTexImage3D (deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) argument
131 m_curCtx->texImage3D(target, level, (deUint32)internalFormat, width, height, depth, border, format, type, data);
149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) argument
151 m_curCtx->copyTexImage1D(target, level, internalFormat, x, y, width, border);
154 void ContextWrapper::glCopyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) argument
156 m_curCtx->copyTexImage2D(target, level, internalFormat, x, y, width, height, border);
[all...]
H A DsglrReferenceContext.cpp997 void ReferenceContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data)
999 texImage2D(target, level, internalFormat, width, 1, border, format, type, data);
1002 void ReferenceContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data)
1004 texImage3D(target, level, internalFormat, width, height, 1, border, format, type, data);
1021 void ReferenceContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data)
1029 RC_IF_ERROR(border != 0, GL_INVALID_VALUE, RC_RET_VOID);
1424 void ReferenceContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) argument
1430 RC_IF_ERROR(border != 0, GL_INVALID_VALUE, RC_RET_VOID);
1472 void ReferenceContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border)
1478 RC_IF_ERROR(border !
[all...]
H A DsglrGLContext.cpp265 void GLContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) argument
267 m_wrapper->glTexImage1D(target, level, internalFormat, width, border, format, type, data);
270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) argument
272 m_wrapper->glTexImage2D(target, level, internalFormat, width, height, border, format, type, data);
275 void GLContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) argument
277 m_wrapper->glTexImage3D(target, level, internalFormat, width, height, depth, border, format, type, data);
295 void GLContext::copyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) argument
304 << width << ", " << border << ")"
308 m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, border);
311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.c470 int border) {
481 border, legacy_byte_alignment);
496 border, legacy_byte_alignment);
507 border, legacy_byte_alignment);
465 vp9_denoiser_alloc(VP9_DENOISER *denoiser, int width, int height, int ssx, int ssy, int use_highbitdepth, int border) argument
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1411 * border texels, depending on the scale-down factor.
1415 make_1d_mipmap(GLenum datatype, GLuint comps, GLint border, argument
1423 /* skip the border pixel, if any */
1424 src = srcPtr + border * bpt;
1425 dst = dstPtr + border * bpt;
1428 do_row(datatype, comps, srcWidth - 2 * border, src, src,
1429 dstWidth - 2 * border, dst);
1431 if (border) {
1445 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, argument
1452 const GLint srcWidthNB = srcWidth - 2 * border; /* size
1537 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1703 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1771 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1816 _mesa_prepare_mipmap_level(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint level, GLsizei width, GLsizei height, GLsizei depth, GLsizei border, GLenum intFormat, gl_format format) argument
1900 GLint border; local
2085 GLint border; local
[all...]
H A Dteximage.c1008 * The dimensions are expected not to include the border.
1130 * \param border image border.
1135 * Note: width, height and depth include the border.
1141 GLint border, GLenum internalFormat,
1154 img->Border = border;
1159 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */
1179 img->Height2 = height; /* no border */
1200 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1210 img->Height2 = height - 2 * border; /*
1138 _mesa_init_teximage_fields(struct gl_context *ctx, struct gl_texture_image *img, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum internalFormat, gl_format format) argument
1277 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target, GLint level, GLint internalFormat, GLenum format, GLenum type, GLint width, GLint height, GLint depth, GLint border) argument
1969 compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize) argument
2917 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) argument
3107 _mesa_TexImage1D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
3118 _mesa_TexImage2D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
3134 _mesa_TexImage3D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
3147 _mesa_TexImage3DEXT( GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
3734 _mesa_CompressedTexImage1DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) argument
3746 _mesa_CompressedTexImage2DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument
3758 _mesa_CompressedTexImage3DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) argument
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp85 int border = SkMin32(width, diameter); local
107 for (; x < border - 16; x += 16) {
126 for (; x < border; ++x) {
196 for (; x < border - 16; x += 16) {
215 for (; x < border; ++x) {
287 int border = SkMin32(width, diameter); local
311 for (;x < border - 16; x += 16) {
331 for (;x < border; ++x) {
381 for (; x < border - 16; x += 16) {
400 for (; x < border;
[all...]
/external/freetype/src/base/
H A Dftstroke.c317 ft_stroke_border_grow( FT_StrokeBorder border, argument
320 FT_UInt old_max = border->max_points;
321 FT_UInt new_max = border->num_points + new_points;
328 FT_Memory memory = border->memory;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
347 ft_stroke_border_close( FT_StrokeBorder border, argument
350 FT_UInt start = (FT_UInt)border->start;
351 FT_UInt count = border
413 ft_stroke_border_lineto( FT_StrokeBorder border, FT_Vector* to, FT_Bool movable ) argument
455 ft_stroke_border_conicto( FT_StrokeBorder border, FT_Vector* control, FT_Vector* to ) argument
487 ft_stroke_border_cubicto( FT_StrokeBorder border, FT_Vector* control1, FT_Vector* control2, FT_Vector* to ) argument
525 ft_stroke_border_arcto( FT_StrokeBorder border, FT_Vector* center, FT_Fixed radius, FT_Angle angle_start, FT_Angle angle_diff ) argument
595 ft_stroke_border_moveto( FT_StrokeBorder border, FT_Vector* to ) argument
610 ft_stroke_border_init( FT_StrokeBorder border, FT_Memory memory ) argument
650 ft_stroke_border_get_counts( FT_StrokeBorder border, FT_UInt *anum_points, FT_UInt *anum_contours ) argument
701 ft_stroke_border_export( FT_StrokeBorder border, FT_Outline* outline ) argument
888 FT_StrokeBorder border = stroker->borders + side; local
930 FT_StrokeBorder border = stroker->borders + side; local
957 FT_StrokeBorder border = stroker->borders + side; local
988 FT_StrokeBorder border = stroker->borders + side; local
1053 FT_StrokeBorder border = stroker->borders + side; local
1251 FT_StrokeBorder border; local
1289 FT_StrokeBorder border; local
1450 FT_StrokeBorder border; local
1656 FT_StrokeBorder border; local
2046 FT_Stroker_ExportBorder( FT_Stroker stroker, FT_StrokerBorder border, FT_Outline* outline ) argument
2413 FT_StrokerBorder border; local
[all...]
/external/opencv3/modules/video/src/
H A Doptflowgf.cpp220 static const float border[BORDER] = {0.14f, 0.14f, 0.4472f, 0.4472f, 0.4472f}; local
294 float scale = (x < BORDER ? border[x] : 1.f)*
295 (x >= width - BORDER ? border[width - x - 1] : 1.f)*
296 (y < BORDER ? border[y] : 1.f)*
297 (y >= height - BORDER ? border[height - y - 1] : 1.f);
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c327 ft_stroke_border_grow( FT_StrokeBorder border, argument
330 FT_UInt old_max = border->max_points;
331 FT_UInt new_max = border->num_points + new_points;
338 FT_Memory memory = border->memory;
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
348 border->max_points = cur_max;
357 ft_stroke_border_close( FT_StrokeBorder border, argument
360 FT_UInt start = (FT_UInt)border->start;
361 FT_UInt count = border
423 ft_stroke_border_lineto( FT_StrokeBorder border, FT_Vector* to, FT_Bool movable ) argument
465 ft_stroke_border_conicto( FT_StrokeBorder border, FT_Vector* control, FT_Vector* to ) argument
497 ft_stroke_border_cubicto( FT_StrokeBorder border, FT_Vector* control1, FT_Vector* control2, FT_Vector* to ) argument
535 ft_stroke_border_arcto( FT_StrokeBorder border, FT_Vector* center, FT_Fixed radius, FT_Angle angle_start, FT_Angle angle_diff ) argument
605 ft_stroke_border_moveto( FT_StrokeBorder border, FT_Vector* to ) argument
620 ft_stroke_border_init( FT_StrokeBorder border, FT_Memory memory ) argument
660 ft_stroke_border_get_counts( FT_StrokeBorder border, FT_UInt *anum_points, FT_UInt *anum_contours ) argument
711 ft_stroke_border_export( FT_StrokeBorder border, FT_Outline* outline ) argument
898 FT_StrokeBorder border = stroker->borders + side; local
940 FT_StrokeBorder border = stroker->borders + side; local
967 FT_StrokeBorder border = stroker->borders + side; local
998 FT_StrokeBorder border = stroker->borders + side; local
1063 FT_StrokeBorder border = stroker->borders + side; local
1261 FT_StrokeBorder border; local
1299 FT_StrokeBorder border; local
1460 FT_StrokeBorder border; local
1666 FT_StrokeBorder border; local
2056 FT_Stroker_ExportBorder( FT_Stroker stroker, FT_StrokerBorder border, FT_Outline* outline ) argument
2414 FT_StrokerBorder border; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java139 int internalformat, int width, int height, int border,
142 internalformat, width, height, border, imageSize, data);
156 int x, int y, int width, int height, int border) {
158 x, y, width, height, border);
659 int width, int height, int border, int format, int type,
662 width, height, border, format, type,
138 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument
155 glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) argument
658 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp100 GrGLint border,
250 GrGLint border,
95 noOpGLCompressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) argument
245 noOpGLTexImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) argument
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js3773 // check for oldIE, which returns border* shorthand styles in the wrong order (color-width-style instead of width-style-color)
3774 var border = '1px solid #123abc'; variable
3775 el.style.border = border;
3776 var returnsBordersInWrongOrder = el.style.border != border;
3905 size += this.getStyle('border-' + value + '-width').toInt() + this.getStyle('padding-' + value).toInt();
3909 if ((/^border(.+)Width|margin|padding/).test(property) && isNaN(parseFloat(result))){
3914 if (returnsBordersInWrongOrder && /^border(Top|Right|Bottom|Left)?$/.test(property) && /^#/.test(result)){
3941 margin: '@px @px @px @px', padding: '@px @px @px @px', border
[all...]
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js3773 // check for oldIE, which returns border* shorthand styles in the wrong order (color-width-style instead of width-style-color)
3774 var border = '1px solid #123abc'; variable
3775 el.style.border = border;
3776 var returnsBordersInWrongOrder = el.style.border != border;
3905 size += this.getStyle('border-' + value + '-width').toInt() + this.getStyle('padding-' + value).toInt();
3909 if ((/^border(.+)Width|margin|padding/).test(property) && isNaN(parseFloat(result))){
3914 if (returnsBordersInWrongOrder && /^border(Top|Right|Bottom|Left)?$/.test(property) && /^#/.test(result)){
3941 margin: '@px @px @px @px', padding: '@px @px @px @px', border
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h531 CvPoint2D32f border[2][4]; member in struct:CvStereoCamera
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.cpp2308 //no border
2309 setStyleSheet( "QGraphicsView { border-style: none; }" );
3056 int border = qMax(4, metrics.leading()); local
3058 QRect qrect = metrics.boundingRect(0, 0, width() - 2*border, int(height()*0.125),
3061 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border),
3064 painter->fillRect(QRect(0, 0, width(), qrect.height() + 2*border),
3067 painter->drawText((width() - qrect.width())/2, border,

Completed in 1213 milliseconds

123