Searched refs:set_array (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/gm/ |
D | colormatrix.cpp | 35 static void set_array(SkPaint* paint, const float array[]) { in set_array() function 131 set_array(&paint, data); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | colormatrix.cpp | 35 static void set_array(SkPaint* paint, const float array[]) { in set_array() function 147 set_array(&paint, data); in onDraw()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-bit-set.hh | 164 void set_array (bool v, const T *array, unsigned int count, unsigned int stride=sizeof(T)) in set_array() function 190 { set_array (true, array, count, stride); } in add_array() 196 { set_array (false, array, count, stride); } in del_array()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 1681 this->set_array(value); in ir_dereference_array() 1692 this->set_array(new(ctx) ir_dereference_variable(var)); in ir_dereference_array() 1697 ir_dereference_array::set_array(ir_rvalue *value) in set_array() function in ir_dereference_array
|
D | ir.h | 2168 void set_array(ir_rvalue *value);
|
/third_party/mksh/ |
D | misc.c | 547 go.optind += set_array(array, tobool(arrayset > 0), in parse_args()
|
D | var.c | 1632 set_array(const char *var, bool reset, const char **vals) in set_array() function
|
D | sh.h | 2759 mksh_uari_t set_array(const char *, bool, const char **);
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 17836 structure: Add get/set_array/list using GValueArray
|