/third_party/skia/gm/ |
H A D | tablecolorfilter.cpp | 251 const SkScalar spacer = 10; variable 253 canvas->translate(spacer, spacer); 261 canvas->translate((i + 1) * (r.width() + spacer), 0); 266 canvas->translate(0, (i + 1) * (r.width() + spacer)); 271 canvas->translate(r.width() + spacer, r.width() + spacer); 278 canvas->translate(r.width() + spacer, 0); 281 canvas->translate(0, r.height() + spacer);
|
H A D | localmatriximagefilter.cpp | 67 const SkScalar spacer = image0->width() * 3.0f / 2; in DEF_SIMPLE_GM() local 77 canvas->translate(spacer, 0); in DEF_SIMPLE_GM() 81 canvas->translate(0, spacer); in DEF_SIMPLE_GM()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 88 Panel spacer = new Panel(); in createSpacer() 89 spacer.setLayout(null); in createSpacer() 90 spacer.setSize(1000, 1); in createSpacer() 91 return spacer; in createSpacer()
|
/third_party/skia/tests/ |
H A D | CanvasStateHelpers.cpp | 26 float right, float bottom, int32_t spacer) { in complex_layers_draw() 33 canvas->translate(0, rect.height() + spacer); in complex_layers_draw() 38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 43 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer); in complex_layers_draw_from_canvas_state() 25 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw() argument 37 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw_from_canvas_state() argument
|
H A D | CanvasStateHelpers.h | 34 float right, float bottom, int32_t spacer); 43 float left, float top, float right, float bottom, int32_t spacer);
|
/third_party/skia/tools/ |
H A D | compare_codereview.py | 305 spacer = ' ' 308 out.write(spacer * indent) 310 out.write(spacer)
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.cpp | 416 const char* spacer = ""; in str() local 418 oss << spacer << w; in str() 419 spacer = ","; in str()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.cpp | 416 const char* spacer = ""; in str() local 418 oss << spacer << w; in str() 419 spacer = ","; in str()
|
/third_party/spirv-tools/source/opt/ |
H A D | types.cpp | 440 const char* spacer = ""; in str() local 442 oss << spacer << w; in str() 443 spacer = ","; in str()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 179 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() local 182 memset(&spacer, 0, sizeof(spacer)); in bnx2x_exe_queue_step() 213 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step() 216 list_del(&spacer.link); in bnx2x_exe_queue_step()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 179 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() local 182 memset(&spacer, 0, sizeof(spacer)); in bnx2x_exe_queue_step() 213 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step() 216 list_del(&spacer.link); in bnx2x_exe_queue_step()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 2116 static void print_disk_usage(const char *spacer, u32 cluster_size, argument 2124 Printf("Space in use %s: %lld MB (%.1f%%) ", spacer,
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2766 self.spacer = QLabel("") 2778 self.hbox.addWidget(self.spacer) 2812 self.spacer.hide() 2820 self.spacer.show() 2831 self.spacer.hide()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2767 self.spacer = QLabel("") 2779 self.hbox.addWidget(self.spacer) 2813 self.spacer.hide() 2821 self.spacer.show() 2832 self.spacer.hide()
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 724 __le16 spacer; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 723 __le16 spacer; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |