| /external/coreboot/payloads/libpayload/curses/PDCurses/x11/ |
| D | ScrollBox.c | 162 vscroll->core.width - (2 * vscroll->core.border_width) - in DoLayout() 163 (2 * wmain->core.border_width); in DoLayout() 166 hscroll->core.height - (2 * hscroll->core.border_width) - in DoLayout() 167 (2 * wmain->core.border_width); in DoLayout() 179 wmain->core.border_width + vscroll->core.border_width; in DoLayout() 182 wmain->core.border_width + hscroll->core.border_width; in DoLayout()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEFillBorder.cpp | 38 void NEFillBorder::configure(ITensor *input, unsigned int border_width, BorderMode border_mode, con… in configure() argument 40 ARM_COMPUTE_LOG_PARAMS(input, border_width, border_mode, constant_border_value); in configure() 42 _border_handler->configure(input, BorderSize(border_width), border_mode, constant_border_value); in configure()
|
| /external/skia/tools/window/unix/ |
| D | GraphiteDawnVulkanWindowContext_unix.cpp | 46 unsigned int border_width, depth; in GraphiteDawnVulkanWindowContext_unix() local 48 XGetGeometry(fDisplay, fWindow, &root, &x, &y, &width, &height, &border_width, &depth); in GraphiteDawnVulkanWindowContext_unix()
|
| D | GaneshGLWindowContext_unix.cpp | 159 unsigned int border_width, depth; in onInitializeContext() local 167 &border_width, in onInitializeContext()
|
| /external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
| D | NEFillBorder.h | 60 …void configure(ITensor *input, unsigned int border_width, BorderMode border_mode, const PixelValue…
|
| /external/pdfium/public/ |
| D | fpdf_annot.h | 490 float border_width); 506 float* border_width);
|
| /external/libva/va/glx/ |
| D | va_glx_impl.c | 783 unsigned int internal_format, border_width, width, height; in create_surface() local 809 if (!gl_get_texture_param(GL_TEXTURE_BORDER, &border_width)) in create_surface() 816 width -= 2 * border_width; in create_surface() 817 height -= 2 * border_width; in create_surface()
|
| /external/ComputeLibrary/src/core/CL/ |
| D | CLHelpers.cpp | 418 const unsigned int border_width = (width_leftover != 0) ? vector_size - width_leftover : 0; in create_lws_hint_parallel_implementations() local 419 const unsigned int num_of_threads = ((input_dimension + border_width) / 16); in create_lws_hint_parallel_implementations()
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_annot.cpp | 971 float border_width) { in FPDFAnnot_SetBorder() argument 984 border->AppendNew<CPDF_Number>(border_width); in FPDFAnnot_SetBorder() 992 float* border_width) { in FPDFAnnot_GetBorder() argument 993 if (!horizontal_radius || !vertical_radius || !border_width) in FPDFAnnot_GetBorder() 1007 *border_width = border->GetFloatAt(2); in FPDFAnnot_GetBorder()
|
| D | fpdf_annot_embeddertest.cpp | 3605 float border_width; in TEST_F() local 3607 &vertical_radius, &border_width)); in TEST_F() 3610 EXPECT_FLOAT_EQ(2.0f, border_width); in TEST_F() 3624 float border_width; in TEST_F() local 3626 &vertical_radius, &border_width)); in TEST_F() 3634 &vertical_radius, &border_width)); in TEST_F() 3637 EXPECT_FLOAT_EQ(4.0f, border_width); in TEST_F()
|
| /external/swiftshader/include/xcb/ |
| D | xproto.h | 802 uint16_t border_width; member 903 uint16_t border_width; member 925 uint16_t border_width; member 1512 uint16_t border_width; member 1742 uint32_t border_width; member 1813 uint16_t border_width; member 5724 uint16_t border_width, 5782 uint16_t border_width, 5843 uint16_t border_width, 5901 uint16_t border_width,
|
| /external/libxml2/result/ |
| D | dia1.sax | 276 SAX.startElement(dia:attribute, name='border_width')
|
| D | dia2.sax | 276 SAX.startElement(dia:attribute, name='border_width')
|
| /external/fonttools/Lib/fontTools/varLib/ |
| D | interpolatablePlot.py | 49 border_width = 0.5 variable in InterpolatablePlot 892 cr.set_line_width(self.border_width / scale)
|
| /external/crosvm/gpu_display/src/generated/ |
| D | xlib.rs | 2274 pub border_width: ::std::os::raw::c_int, field 2346 pub border_width: ::std::os::raw::c_int, field 2386 pub border_width: ::std::os::raw::c_int, field
|
| /external/sdv/vsomeip/third_party/boost/parameter/doc/ |
| D | index.rst | 144 , **int border_width = default_border_width** 153 ``border_width``, but instead we got a moveable window with a 154 ``border_width`` of zero. To get the desired effect, we'd need to write:
|