Home
last modified time | relevance | path

Searched refs:border_width (Results 1 – 16 of 16) sorted by relevance

/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
DScrollBox.c162 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/
DNEFillBorder.cpp38 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/
DGraphiteDawnVulkanWindowContext_unix.cpp46 unsigned int border_width, depth; in GraphiteDawnVulkanWindowContext_unix() local
48 XGetGeometry(fDisplay, fWindow, &root, &x, &y, &width, &height, &border_width, &depth); in GraphiteDawnVulkanWindowContext_unix()
DGaneshGLWindowContext_unix.cpp159 unsigned int border_width, depth; in onInitializeContext() local
167 &border_width, in onInitializeContext()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEFillBorder.h60 …void configure(ITensor *input, unsigned int border_width, BorderMode border_mode, const PixelValue…
/external/pdfium/public/
Dfpdf_annot.h490 float border_width);
506 float* border_width);
/external/libva/va/glx/
Dva_glx_impl.c783 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/
DCLHelpers.cpp418 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/
Dfpdf_annot.cpp971 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()
Dfpdf_annot_embeddertest.cpp3605 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/
Dxproto.h802 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/
Ddia1.sax276 SAX.startElement(dia:attribute, name='border_width')
Ddia2.sax276 SAX.startElement(dia:attribute, name='border_width')
/external/fonttools/Lib/fontTools/varLib/
DinterpolatablePlot.py49 border_width = 0.5 variable in InterpolatablePlot
892 cr.set_line_width(self.border_width / scale)
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2274 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/
Dindex.rst144 , **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: