Searched refs:fill (Results 1 - 25 of 104) sorted by relevance

12345

/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Include/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/haiku-fatelf/headers/private/interface/
H A DPictureDataWriter.h57 status_t WriteDrawRect(const BRect &rect, const bool &fill);
58 status_t WriteDrawRoundRect(const BRect &rect, const BPoint &radius, const bool &fill);
59 status_t WriteDrawEllipse(const BRect &rect, const bool &fill);
61 const float &startTheta, const float &arcTheta, const bool &fill);
63 const bool &isClosed, const bool &fill);
64 status_t WriteDrawBezier(const BPoint points[4], const bool &fill);
68 const int32 &ptCount, const void *ptList, const bool &fill);
/haiku-fatelf/src/tests/servers/app/playground/
H A DStates.h26 bool fill, float penSize);
38 void SetFill(bool fill);
50 bool fill, float penSize);
H A DStates.cpp28 State::Init(rgb_color color, drawing_mode mode, bool fill, float penSize) argument
32 fFill = fill;
95 State::SetFill(bool fill) argument
97 fFill = fill;
267 bool fill, float penSize)
287 state->Init(color, mode, fill, penSize);
266 StateFor(int32 objectType, rgb_color color, drawing_mode mode, bool fill, float penSize) argument
H A DObjectView.h55 void SetStateFill(bool fill);
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c187 bool fill = false; local
198 fill = true;
202 fill = true;
206 fill = true;
225 if (fill &&
/haiku-fatelf/src/bin/gdb/include/
H A Ddemangle.h436 the following functions to fill them in. */
443 cplus_demangle_fill_component PARAMS ((struct demangle_component *fill,
452 cplus_demangle_fill_name PARAMS ((struct demangle_component *fill,
460 cplus_demangle_fill_builtin_type PARAMS ((struct demangle_component *fill,
470 cplus_demangle_fill_operator PARAMS ((struct demangle_component *fill,
478 cplus_demangle_fill_extended_operator PARAMS ((struct demangle_component *fill,
486 cplus_demangle_fill_ctor PARAMS ((struct demangle_component *fill,
494 cplus_demangle_fill_dtor PARAMS ((struct demangle_component *fill,
H A Doasys.h116 unsigned char fill; member in struct:oasys_record_header
168 bfd_byte fill[3]; member in struct:oasys_section_record
177 bfd_byte fill[2]; member in struct:oasys_end_record
/haiku-fatelf/src/tools/cppunit/
H A DTestListener.cpp68 cout.fill('0');
75 cout.fill('0');
82 cout.fill('0');
/haiku-fatelf/src/kits/interface/
H A DPictureDataWriter.cpp240 const bool &fill)
243 BeginOp(fill ? B_PIC_FILL_RECT : B_PIC_STROKE_RECT);
255 const BPoint &radius, const bool &fill)
258 BeginOp(fill ? B_PIC_FILL_ROUND_RECT : B_PIC_STROKE_ROUND_RECT);
270 PictureDataWriter::WriteDrawEllipse(const BRect &rect, const bool &fill) argument
273 BeginOp(fill ? B_PIC_FILL_ELLIPSE : B_PIC_STROKE_ELLIPSE);
286 const float &arcTheta, const bool &fill)
289 BeginOp(fill ? B_PIC_FILL_ARC : B_PIC_STROKE_ARC);
304 BPoint *points, const bool &isClosed, const bool &fill)
307 BeginOp(fill
239 WriteDrawRect(const BRect &rect, const bool &fill) argument
254 WriteDrawRoundRect(const BRect &rect, const BPoint &radius, const bool &fill) argument
284 WriteDrawArc(const BPoint &center, const BPoint &radius, const float &startTheta, const float &arcTheta, const bool &fill) argument
303 WriteDrawPolygon(const int32 &numPoints, BPoint *points, const bool &isClosed, const bool &fill) argument
322 WriteDrawBezier(const BPoint points[4], const bool &fill) argument
380 WriteDrawShape(const int32 &opCount, const void *opList, const int32 &ptCount, const void *ptList, const bool &fill) argument
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dfirstlast.c11 fill(WINDOW *w, const char *str) function
36 fill(large, "LargeWindow");
/haiku-fatelf/src/libs/iconv/
H A Djohab_hangul.h27 * and 27 final jamo (consonants; 28 when you include the "fill" character
84 #define fill 0 macro
86 none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
92 none, none, fill, 0x01, 0x02, 0x03, 0x04, 0x05,
98 none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
121 /* Deal with "fill" values in initial or medial position. */
122 if (index1 == fill) {
123 if (index2 == fill) {
129 } else if (index3 == fill) {
137 } else if (index2 == fill) {
259 #undef fill macro
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdfclock.cpp85 p->fill();
95 p->fill();
110 p->fill();
/haiku-fatelf/headers/cpp/
H A Dalgobase.h52 using __STD::fill;
/haiku-fatelf/src/libs/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
297 drops back to the root table to fill i
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdfclock.java78 p.fill();
88 p.fill();
103 p.fill();
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/servlet/
H A DpdfclockServlet.java82 p.fill();
92 p.fill();
107 p.fill();
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_ops.h100 u16 shld_word(u16 d, u16 fill, u8 s);
101 u32 shld_long(u32 d, u32 fill, u8 s);
102 u16 shrd_word(u16 d, u16 fill, u8 s);
103 u32 shrd_long(u32 d, u32 fill, u8 s);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfMisc.h153 bool fill,
H A DImfScanLineInputFile.cpp89 bool fill; member in struct:Imf::__anon2708::InSliceInfo
100 bool fill = false,
121 fill (f),
563 slice.xStride, slice.fill,
599 // Wait for a line buffer to become available, fill the line
799 false, // fill
805 bool fill = false; local
814 fill = true;
818 fill? j.slice().type:
825 fill,
[all...]
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diomanip.cc56 i.fill( (char) n);
58 //FIXME i.fill( (wchar) n);
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_filter.c34 while (src->fill(p, src))
142 while (src->fill(p, src))
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp163 rgb_color fill = isSelected() ? M_LIGHT_BLUE_COLOR : M_LIGHT_GRAY_COLOR; local
172 view()->AddLine(m_startPoint, m_startOffset, fill);
173 view()->AddLine(m_startOffset, m_endOffset, fill);
174 view()->AddLine(m_endOffset, m_endPoint, fill);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmonitor.h91 char *fill; /* Memory fill cmd (addr len val) */ member in struct:monitor_ops
140 /* If set, then memory fill command uses STARTADDR, ENDADDR+1, VALUE

Completed in 312 milliseconds

12345