Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 3401) sorted by relevance

12345678910>>...137

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlay_autogen.cpp43 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
66 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
90 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
113 const int32_t height = 100; in initOverlayWidgets() local
134 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
156 const int32_t height = 100; in initOverlayWidgets() local
177 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
199 const int32_t height = 100; in initOverlayWidgets() local
220 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets() local
242 const int32_t height = 100; in initOverlayWidgets() local
[all …]
/third_party/mesa3d/src/util/format/
Du_format_bptc.c38 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_8unorm()
48 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_8unorm()
58 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_float()
79 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_float()
100 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_fetch_rgba()
116 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_8unorm()
126 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_8unorm()
136 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_float()
159 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_float()
169 unsigned width, unsigned height) in util_format_bptc_srgba_fetch_rgba()
[all …]
Du_format_zs.c116 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
129 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint()
142 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float()
159 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
176 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
193 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
210 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
227 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
244 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
257 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
Du_format_s3tc.c125 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
154 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm()
166 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
178 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
190 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
202 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float()
237 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float()
249 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float()
261 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float()
273 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_float()
[all …]
Du_format_latc.c46 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm()
53 unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_8unorm()
59 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float()
85 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float()
113 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_unpack_rgba_8unorm()
121 UNUSED unsigned width, UNUSED unsigned height) in util_format_latc1_snorm_pack_rgba_8unorm()
127 …ed dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_pack_rgba_float()
133 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_unpack_rgba_float()
182 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_unpack_rgba_8unorm()
188 … dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_pack_rgba_8unorm()
[all …]
/third_party/ffmpeg/libavcodec/
Dtpeldsp.c35 int stride, int width, int height) in put_tpel_pixels_mc00_c()
54 int stride, int width, int height) in put_tpel_pixels_mc10_c()
68 int stride, int width, int height) in put_tpel_pixels_mc20_c()
82 int stride, int width, int height) in put_tpel_pixels_mc01_c()
96 int stride, int width, int height) in put_tpel_pixels_mc11_c()
111 int stride, int width, int height) in put_tpel_pixels_mc12_c()
126 int stride, int width, int height) in put_tpel_pixels_mc02_c()
140 int stride, int width, int height) in put_tpel_pixels_mc21_c()
155 int stride, int width, int height) in put_tpel_pixels_mc22_c()
170 int stride, int width, int height) in avg_tpel_pixels_mc00_c()
[all …]
Davpicture.c38 enum AVPixelFormat pix_fmt, int width, int height) in avpicture_fill()
44 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, in avpicture_layout()
52 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) in avpicture_get_size()
58 enum AVPixelFormat pix_fmt, int width, int height) in avpicture_alloc()
76 enum AVPixelFormat pix_fmt, int width, int height) in av_picture_copy()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py131 def wrap_WebPEncodeRGB(rgb, unused1, unused2, width, height, stride, quality_factor): argument
135 def wrap_WebPEncodeBGR(rgb, unused1, unused2, width, height, stride, quality_factor): argument
139 def wrap_WebPEncodeRGBA(rgb, unused1, unused2, width, height, stride, quality_factor): argument
143 def wrap_WebPEncodeBGRA(rgb, unused1, unused2, width, height, stride, quality_factor): argument
147 def wrap_WebPEncodeLosslessRGB(rgb, unused1, unused2, width, height, stride): argument
151 def wrap_WebPEncodeLosslessBGR(rgb, unused1, unused2, width, height, stride): argument
155 def wrap_WebPEncodeLosslessRGBA(rgb, unused1, unused2, width, height, stride): argument
159 def wrap_WebPEncodeLosslessBGRA(rgb, unused1, unused2, width, height, stride): argument
166 def WebPEncodeRGB(rgb, width, height, stride, quality_factor): argument
175 def WebPEncodeRGBA(rgb, width, height, stride, quality_factor): argument
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp.py135 def wrap_WebPEncodeRGB(rgb, unused1, unused2, width, height, stride, quality_factor): argument
139 def wrap_WebPEncodeBGR(rgb, unused1, unused2, width, height, stride, quality_factor): argument
143 def wrap_WebPEncodeRGBA(rgb, unused1, unused2, width, height, stride, quality_factor): argument
147 def wrap_WebPEncodeBGRA(rgb, unused1, unused2, width, height, stride, quality_factor): argument
151 def wrap_WebPEncodeLosslessRGB(rgb, unused1, unused2, width, height, stride): argument
155 def wrap_WebPEncodeLosslessBGR(rgb, unused1, unused2, width, height, stride): argument
159 def wrap_WebPEncodeLosslessRGBA(rgb, unused1, unused2, width, height, stride): argument
163 def wrap_WebPEncodeLosslessBGRA(rgb, unused1, unused2, width, height, stride): argument
170 def WebPEncodeRGB(rgb, width, height, stride, quality_factor): argument
179 def WebPEncodeRGBA(rgb, width, height, stride, quality_factor): argument
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_tiler.c230 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count()
251 unsigned height, in panfrost_hierarchy_size()
287 panfrost_flat_size(unsigned width, unsigned height, unsigned dim, unsigned bytes_per_tile) in panfrost_flat_size()
304 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_header_size()
318 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_full_size()
331 unsigned width, unsigned height, unsigned vertex_count) in panfrost_choose_tile_size()
360 unsigned width, unsigned height, in panfrost_choose_hierarchy_mask()
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp285 int height, in GrBackendTexture()
295 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture()
305 int height, in GrBackendTexture()
326 int height, in GrBackendTexture()
339 int height, in GrBackendTexture()
351 int height, in GrBackendTexture()
360 int height, in GrBackendTexture()
631 int height, in GrBackendRenderTarget()
645 int height, in GrBackendRenderTarget()
655 int height, in GrBackendRenderTarget()
[all …]
DGrRectanizer_skyline.cpp11 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
50 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits()
73 void GrRectanizerSkyline::addSkylineLevel(int skylineIndex, int x, int y, int width, int height) { in addSkylineLevel()
119 GrRectanizer* GrRectanizer::Factory(int width, int height) { in Factory()
/third_party/ffmpeg/libavcodec/mips/
Dblockdsp_msa.c25 int32_t src_stride, int32_t height) in copy_8bit_value_width8_msa()
41 int32_t src_stride, int32_t height) in copy_8bit_value_width16_msa()
55 int32_t height) in memset_zero_16width_msa()
68 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block16_msa()
73 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block8_msa()
/third_party/mesa3d/src/mesa/main/
Dtexstorage.c144 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields()
276 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check()
356 GLsizei width, GLsizei height, GLsizei depth, in _mesa_sparse_texture_error_check()
440 GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, in texture_storage()
552 GLsizei height, GLsizei depth, bool dsa) in texture_storage_error()
564 GLsizei height, GLsizei depth, bool dsa) in texture_storage_no_error()
576 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_error()
617 GLenum internalformat, GLsizei width, GLsizei height, in texstorage_no_error()
633 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_error()
674 GLenum internalformat, GLsizei width, GLsizei height, in texturestorage_no_error()
[all …]
Dscissor.c46 GLint x, GLint y, GLsizei width, GLsizei height) in set_scissor_no_notify()
67 scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in scissor()
91 _mesa_Scissor_no_error(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor_no_error()
98 _mesa_Scissor(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor()
129 GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_set_scissor()
203 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err()
229 GLsizei width, GLsizei height) in _mesa_ScissorIndexed_no_error()
237 GLsizei width, GLsizei height) in _mesa_ScissorIndexed()
Ddrawtex.c34 GLfloat width, GLfloat height) in draw_texture()
58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexfOES()
74 _mesa_DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexiOES()
92 _mesa_DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexsOES()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp454 int height, in GrBackendTexture()
466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture()
499 int height, in GrBackendTexture()
514 int height, in GrBackendTexture()
536 int height, in GrBackendTexture()
549 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) in GrBackendTexture()
556 int height, in GrBackendTexture()
570 int height, in GrBackendTexture()
580 int height, in GrBackendTexture()
919 int height, in GrBackendRenderTarget()
[all …]
DGrRectanizerSkyline.cpp13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
52 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits()
75 void GrRectanizerSkyline::addSkylineLevel(int skylineIndex, int x, int y, int width, int height) { in addSkylineLevel()
121 GrRectanizer* GrRectanizer::Factory(int width, int height) { in Factory()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage()
108 public YUVImage(int width, int pad, int height, int subsamp) { in YUVImage()
148 int height, int subsamp) { in YUVImage()
173 public YUVImage(byte[] yuvImage, int width, int pad, int height, in YUVImage()
212 int height, int subsamp) { in setBuf()
217 int height, int subsamp, boolean alloc) { in setBuf()
285 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage()
108 public YUVImage(int width, int pad, int height, int subsamp) { in YUVImage()
148 int height, int subsamp) { in YUVImage()
173 public YUVImage(byte[] yuvImage, int width, int pad, int height, in YUVImage()
212 int height, int subsamp) { in setBuf()
217 int height, int subsamp, boolean alloc) { in setBuf()
285 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContext.cpp38 int height = src.getHeight(); in texImage2D() local
42 …id Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height) in texImage2D()
73 int height = src.getHeight(); in texSubImage2D() local
77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels()
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage.cpp19 size_t height, in LoadA8ToRGBA8()
93 size_t height, in LoadA8ToBGRA8()
108 size_t height, in LoadA32FToRGBA32F()
137 size_t height, in LoadA16FToRGBA16F()
166 size_t height, in LoadL8ToRGBA8()
196 size_t height, in LoadL8ToBGRA8()
211 size_t height, in LoadL32FToRGBA32F()
240 size_t height, in LoadL16FToRGBA16F()
269 size_t height, in LoadLA8ToRGBA8()
298 size_t height, in LoadLA8ToBGRA8()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_1.c36 int width, height; in Blit1to1() local
86 int width, height; in Blit1to2() local
194 int width, height; in Blit1to3() local
242 int width, height; in Blit1to4() local
288 int height = info->dst_h; in Blit1to1Key() local
335 int height = info->dst_h; in Blit1to2Key() local
367 int height = info->dst_h; in Blit1to3Key() local
400 int height = info->dst_h; in Blit1to4Key() local
432 int height = info->dst_h; in Blit1toNAlpha() local
472 int height = info->dst_h; in Blit1toNAlphaKey() local
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage.cpp19 size_t height, in LoadA8ToRGBA8()
93 size_t height, in LoadA8ToBGRA8()
108 size_t height, in LoadA32FToRGBA32F()
137 size_t height, in LoadA16FToRGBA16F()
166 size_t height, in LoadL8ToRGBA8()
196 size_t height, in LoadL8ToBGRA8()
211 size_t height, in LoadL32FToRGBA32F()
240 size_t height, in LoadL16FToRGBA16F()
269 size_t height, in LoadLA8ToRGBA8()
298 size_t height, in LoadLA8ToBGRA8()
[all …]
/third_party/libdrm/tests/util/
Dpattern.c162 unsigned int height, unsigned int stride) in fill_smpte_yuv_planar()
264 unsigned int width, unsigned int height, in fill_smpte_yuv_packed()
363 unsigned int width, unsigned int height, in fill_smpte_rgb16()
424 unsigned int width, unsigned int height, in fill_smpte_rgb24()
487 unsigned int width, unsigned int height, in fill_smpte_rgb32()
548 unsigned int width, unsigned int height, in fill_smpte_rgb16fp()
608 static void fill_smpte_c8(void *mem, unsigned int width, unsigned int height, in fill_smpte_c8()
682 unsigned int width, unsigned int height, in fill_smpte()
772 static void make_pwetty(void *data, unsigned int width, unsigned int height, in make_pwetty()
845 unsigned int height, unsigned int stride) in fill_tiles_yuv_planar()
[all …]

12345678910>>...137