Searched defs:border (Results 1 - 25 of 141) sorted by last modified time

123456

/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/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp98 GrGLint border,
235 GrGLint border,
93 noOpGLCompressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) argument
230 noOpGLTexImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) argument
/external/skia/tools/
H A Dskpmaker.cpp21 DEFINE_int32(border, 4, "Width of the black border around the image.");
28 static void skpmaker(int width, int height, int border, SkColor color, argument
37 canvas->drawRectCoords(SkIntToScalar(border), SkIntToScalar(border),
38 SkIntToScalar(width - border*2), SkIntToScalar(height - border*2),
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 = 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
882 FT_StrokeBorder border = stroker->borders + side; local
924 FT_StrokeBorder border = stroker->borders + side; local
951 FT_StrokeBorder border = stroker->borders + side; local
982 FT_StrokeBorder border = stroker->borders + side; local
1044 FT_StrokeBorder border = stroker->borders + side; local
1245 FT_StrokeBorder border; local
1283 FT_StrokeBorder border; local
1435 FT_StrokeBorder border; local
1635 FT_StrokeBorder border; local
2009 FT_Stroker_ExportBorder( FT_Stroker stroker, FT_StrokerBorder border, FT_Outline* outline ) argument
2364 FT_StrokerBorder border; 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/opencv/cvaux/include/
H A Dcvaux.h531 CvPoint2D32f border[2][4]; member in struct:CvStereoCamera
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c222 uint border = srcImage->Border; local
250 dstDepth, border, srcImage->InternalFormat,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c603 const float border[4],
616 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]);
620 return util_pack_z(PIPE_FORMAT_X8Z24_UNORM, border[0]);
622 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]) << 16;
631 util_format_unswizzle_4f(border_swizzled, border, desc->swizzle);
645 /* Add 1/32 to round the border color instead of truncating. */
646 /* The Y component is used for the border color. */
776 /* Set the border color. */
602 r300_get_border_color(enum pipe_format format, const float border[4], boolean is_r500) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c102 unsigned int w, h, border, depth; local
105 &root, &x, &y, &w, &h, &border, &depth);
H A Dx11_screen.c197 unsigned int w, h, border; local
201 &x, &y, &w, &h, &border, &depth);
/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c79 GLint border, GLsizei image_size,
106 __GLX_PUT_LONG(24, border);
123 __GLX_PUT_LONG(28, border);
196 GLint border, GLsizei image_size,
200 border, image_size, data,
209 GLint border, GLsizei image_size,
213 border, image_size, data,
222 GLsizei depth, GLint border,
241 __GLX_PUT_LONG(28, border);
257 __GLX_PUT_LONG(32, border);
76 CompressedTexImage1D2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data, CARD32 rop) argument
194 __indirect_glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLint border, GLsizei image_size, const GLvoid * data) argument
206 __indirect_glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data) argument
219 __indirect_glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c128 GLubyte border[4]; local
304 /* convert border color from float to ubyte */
305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]);
306 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]);
307 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]);
308 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]);
310 state[I830_TEXREG_TM0S4] = PACK_COLOR_8888(border[3],
311 border[0],
312 border[1],
313 border[
[all...]
H A Di915_texstate.c146 GLubyte border[4]; local
291 * result in sampling border values if we don't set the T wrap to
297 /* 3D textures don't seem to respect the border color.
358 /* convert border color from float to ubyte */
359 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]);
360 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]);
361 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]);
362 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]);
365 /* GL specs that border color for depth textures is taken from the
369 state[I915_TEXREG_SS4] = PACK_COLOR_8888(border[
[all...]
/external/mesa3d/src/mesa/main/
H A Ddlist.c2097 GLint x, GLint y, GLsizei width, GLint border)
2110 n[7].i = border;
2114 x, y, width, border));
2123 GLsizei height, GLint border)
2137 n[8].i = border;
2141 x, y, width, height, border));
4160 GLsizei width, GLint border,
4167 border, format, type, pixels));
4178 n[5].i = border;
4186 border, forma
2096 save_CopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) argument
2120 save_CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) argument
4158 save_TexImage1D(GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels) argument
4193 save_TexImage2D(GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels) argument
4229 save_TexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels) argument
4642 save_CompressedTexImage1DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data) argument
4678 save_CompressedTexImage2DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data) argument
4715 save_CompressedTexImage3DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data) argument
[all...]
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/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c48 int width, int height, int border) {
52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
59 int uvplane_size = (uv_height + border) * uv_stride;
70 /* Only support allocating buffers that have a border that's a multiple
71 * of 32. The border restriction is required to get 16-byte alignment of
75 if (border & 0x1f)
92 ybf->border = border;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_strid
47 vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
106 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
135 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
242 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
[all...]
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h51 int border; member in struct:yv12_buffer_config
59 int width, int height, int border);
61 int width, int height, int border);
66 int border);
76 int border,
/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 = 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
882 FT_StrokeBorder border = stroker->borders + side; local
924 FT_StrokeBorder border = stroker->borders + side; local
951 FT_StrokeBorder border = stroker->borders + side; local
982 FT_StrokeBorder border = stroker->borders + side; local
1044 FT_StrokeBorder border = stroker->borders + side; local
1245 FT_StrokeBorder border; local
1283 FT_StrokeBorder border; local
1435 FT_StrokeBorder border; local
1635 FT_StrokeBorder border; local
2009 FT_Stroker_ExportBorder( FT_Stroker stroker, FT_StrokerBorder border, FT_Outline* outline ) argument
2364 FT_StrokerBorder border; local
[all...]
/external/freetype/src/gzip/
H A Dinfblock.c18 local const uInt border[] = { /* Order of the bit length code lengths */ variable
242 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
246 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;

Completed in 407 milliseconds

123456