Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 3926) sorted by relevance

12345678910>>...158

/external/skqp/gm/
Dthinconcavepaths.cpp14 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect()
27 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle()
39 void draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_golf_club()
52 void draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_barbell()
68 void draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_rect_and_triangle()
83 void draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_hipster_pants()
95 void draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_skinny_snake()
109 void draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_pointy_golf_club()
119 void draw_small_i(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_small_i()
143 for (SkScalar width = 0.5f; width < 2.05f; width += 0.25f) { variable
[all …]
/external/skia/gm/
Dthinconcavepaths.cpp16 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect()
29 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle()
41 void draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_golf_club()
54 void draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_barbell()
70 void draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_rect_and_triangle()
85 void draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_hipster_pants()
97 void draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_skinny_snake()
111 void draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_pointy_golf_club()
121 void draw_small_i(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_small_i()
145 for (SkScalar width = 0.5f; width < 2.05f; width += 0.25f) { variable
[all …]
/external/libyuv/files/source/
Drow_neon.cc114 int width) { in I444ToARGBRow_NEON()
140 int width) { in I422ToARGBRow_NEON()
167 int width) { in I422AlphaToARGBRow_NEON()
194 int width) { in I422ToRGBARow_NEON()
220 int width) { in I422ToRGB24Row_NEON()
252 int width) { in I422ToRGB565Row_NEON()
286 int width) { in I422ToARGB1555Row_NEON()
321 int width) { in I422ToARGB4444Row_NEON()
345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_neon64.cc120 int width) { in I444ToARGBRow_NEON()
149 int width) { in I422ToARGBRow_NEON()
179 int width) { in I422AlphaToARGBRow_NEON()
209 int width) { in I422ToRGBARow_NEON()
238 int width) { in I422ToRGB24Row_NEON()
273 int width) { in I422ToRGB565Row_NEON()
309 int width) { in I422ToARGB1555Row_NEON()
347 int width) { in I422ToARGB4444Row_NEON()
373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_gcc.cc155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2()
186 int width) { in RGB24ToARGBRow_SSSE3()
224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3()
264 int width) { in RAWToRGB24Row_SSSE3()
294 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2()
342 void ARGB1555ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB1555ToARGBRow_SSE2()
393 void ARGB4444ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB4444ToARGBRow_SSE2()
430 void ARGBToRGB24Row_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_SSSE3()
469 void ARGBToRAWRow_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRAWRow_SSSE3()
512 void ARGBToRGB24Row_AVX2(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_AVX2()
[all …]
Dconvert_argb.cc33 int width, in ARGBCopy()
60 int width, in I420ToARGBMatrix()
131 int width, in I420ToARGB()
148 int width, in I420ToABGR()
167 int width, in J420ToARGB()
184 int width, in J420ToABGR()
203 int width, in H420ToARGB()
220 int width, in H420ToABGR()
239 int width, in I422ToARGBMatrix()
315 int width, in I422ToARGB()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc114 int width) { in I444ToARGBRow_NEON()
140 int width) { in I422ToARGBRow_NEON()
167 int width) { in I422AlphaToARGBRow_NEON()
194 int width) { in I422ToRGBARow_NEON()
220 int width) { in I422ToRGB24Row_NEON()
252 int width) { in I422ToRGB565Row_NEON()
286 int width) { in I422ToARGB1555Row_NEON()
321 int width) { in I422ToARGB4444Row_NEON()
345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_neon64.cc120 int width) { in I444ToARGBRow_NEON()
149 int width) { in I422ToARGBRow_NEON()
179 int width) { in I422AlphaToARGBRow_NEON()
209 int width) { in I422ToRGBARow_NEON()
238 int width) { in I422ToRGB24Row_NEON()
273 int width) { in I422ToRGB565Row_NEON()
309 int width) { in I422ToARGB1555Row_NEON()
347 int width) { in I422ToARGB4444Row_NEON()
373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_gcc.cc155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2()
186 int width) { in RGB24ToARGBRow_SSSE3()
224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3()
264 int width) { in RAWToRGB24Row_SSSE3()
294 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2()
342 void ARGB1555ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB1555ToARGBRow_SSE2()
393 void ARGB4444ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB4444ToARGBRow_SSE2()
430 void ARGBToRGB24Row_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_SSSE3()
469 void ARGBToRAWRow_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRAWRow_SSSE3()
512 void ARGBToRGB24Row_AVX2(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_AVX2()
[all …]
/external/XNNPACK/test/
Dglobal-average-pooling-nwc.cc23 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
37 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
52 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
69 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
86 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
103 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
120 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
135 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local
150 for (size_t width = spatial_tile; width <= 4 * spatial_tile; width++) { in TEST() local
164 for (size_t width = spatial_tile; width <= 4 * spatial_tile; width++) { in TEST() local
[all …]
/external/skia/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() argument
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() argument
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() argument
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() argument
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() argument
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() argument
80 static inline void transform_scanline_to_premul_legacy(char* dst, const char* src, int width, int) { in transform_scanline_to_premul_legacy() argument
[all …]
/external/skqp/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() argument
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() argument
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() argument
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() argument
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() argument
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() argument
80 static inline void transform_scanline_to_premul_legacy(char* dst, const char* src, int width, int) { in transform_scanline_to_premul_legacy() argument
[all …]
/external/angle/src/libANGLE/
DOverlay_autogen.cpp42 const int32_t width = 12 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
65 const int32_t width = 150 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
89 const int32_t width = 25 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
112 const int32_t width = 5 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local
133 const int32_t width = 40 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
155 const int32_t width = 6 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local
176 const int32_t width = 40 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
198 const int32_t width = 6 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local
219 const int32_t width = 40 * kFontGlyphWidths[fontSize]; in initOverlayWidgets() local
241 const int32_t width = 5 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local
[all …]
/external/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()
75 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_float()
91 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_fetch_rgba()
107 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_8unorm()
117 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_8unorm()
127 unsigned width, unsigned height) in util_format_bptc_srgba_unpack_rgba_float()
144 unsigned width, unsigned height) in util_format_bptc_srgba_pack_rgba_float()
154 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()
160 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
179 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
197 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
216 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
234 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
253 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
266 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
/external/libvpx/libvpx/test/
Dbuffer.h29 Buffer(int width, int height, int top_padding, int left_padding, in Buffer()
36 Buffer(int width, int height, int top_padding, int left_padding, in Buffer()
44 Buffer(int width, int height, int padding) in Buffer()
50 Buffer(int width, int height, int padding, unsigned int alignment) in Buffer()
162 for (int width = 0; width < width_; ++width) { in Set() local
174 for (int width = 0; width < width_; ++width) { in Set() local
191 for (int width = 0; width < width_; ++width) { in Set() local
211 for (int width = 0; width < width_; ++width) { in CopyFrom() local
224 for (int width = 0; width < stride_; ++width) { in DumpBuffer() local
247 for (int width = 0; width < width_; ++width) { in PrintDifference() local
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Drow_gcc.cc829 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3()
897 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2()
957 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3()
1021 int width) { in ARGBToUV444Row_SSSE3()
1078 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3()
1164 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3()
1293 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3()
1354 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3()
1644 int width) { in I444ToARGBRow_SSSE3()
1671 int width) { in I422ToRGB24Row_SSSE3()
[all …]
Drow_win.cc155 int width) { in I422ToARGBRow_SSSE3()
1394 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3()
1464 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3()
1536 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2()
1601 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV444Row_SSSE3()
1658 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3()
1716 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3()
1786 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3()
1856 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3()
2015 int width) { in I422ToARGBRow_AVX2()
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddiv_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dsub_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dadd_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dmul_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dminimum_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dmaximum_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]
Dsquared_difference_test.cc39 const auto width = shape_rng(); variable
59 const auto width = shape_rng(); variable
84 const auto width = shape_rng(); variable
109 const auto width = shape_rng(); variable
134 const auto width = shape_rng(); variable
159 const auto width = shape_rng(); variable
184 const auto width = shape_rng(); variable
209 const auto width = shape_rng(); variable
234 const auto width = shape_rng(); variable
259 const auto width = shape_rng(); variable
[all …]

12345678910>>...158