| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_glapi.c | 75 void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height) { in apple_glapi_oglfw_viewport_scissor() argument
|
| /third_party/musl/porting/uniproton/kernel/src/stdlib/ |
| H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *))
in bsearch() argument
|
| /third_party/musl/src/search/ |
| H A D | lsearch.c | 4 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() argument 18 lfind(const void *key, const void *base, size_t *nelp, size_t width, int (*compar)(const void *, const void *)) lfind() argument
|
| /third_party/musl/src/stdlib/ |
| H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
| H A D | bsearch.c | 3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *))
in bsearch() argument
|
| /third_party/skia/third_party/externals/angle2/samples/sample_util/ |
| H A D | tga_utils.h | 20 size_t width; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | GetTexLevelParameterTest.cpp | 55 GLint width = 0; in TEST_P() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrRectanizerPow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ScaleToSidesTest.cpp | 61 double width = interestingValues[k]; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/angle2/util/display/ |
| H A D | DisplayWindow.h | 18 uint16_t width; member
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | vector.h | 52 const uint32_t width; member in tint::ast::Vector
|
| /third_party/toybox/toys/example/ |
| H A D | demo_scankey.c | 24 unsigned width, height, tick; in demo_scankey_main() local
|
| /third_party/skia/docs/examples/ |
| H A D | Paint_setLinearText.cpp | 15 SkString width; in REG_FIDDLE() local
|
| H A D | Pixmap_computeIsOpaque.cpp | 9 const int width = 2; in REG_FIDDLE() local
|
| H A D | Surface_width.cpp | 7 const int width = 37; in REG_FIDDLE() local
|
| H A D | Surface_height.cpp | 7 const int width = 37; in REG_FIDDLE() local
|
| H A D | Pixmap_isOpaque.cpp | 9 const int width = 2; in REG_FIDDLE() local
|
| H A D | draw_pixel_array_with_copy.cpp | 6 constexpr int width = 4; in REG_FIDDLE() local
|
| H A D | draw_pixel_array.cpp | 6 constexpr int width = 4; in REG_FIDDLE() local
|
| H A D | Bitmap_isOpaque.cpp | 8 const int width = 2; in REG_FIDDLE() local
|
| H A D | Bitmap_writePixels.cpp | 8 int width = image->width(); in REG_FIDDLE() local
|
| H A D | ImageInfo_isOpaque.cpp | 8 const int width = 2; in REG_FIDDLE() local
|
| H A D | ImageInfo_minRowBytes64.cpp | 8 int width = 1 << shift; in REG_FIDDLE() local
|
| H A D | ImageInfo_minRowBytes.cpp | 8 int width = 1 << shift; in REG_FIDDLE() local
|
| /third_party/rust/crates/unicode-width/src/ |
| H A D | tables.rs | 67 pub fn width(c: char, is_cjk: bool) -> Option<usize> { width() functions [all...] |