Searched refs:depth (Results 1 - 25 of 195) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsimage.h57 int depth; //!< The bit depth of the image. member in struct:hpgs_png_image_st
/haiku-fatelf/headers/private/kernel/
H A Dframe_buffer_console.h24 int32 depth; member in struct:frame_buffer_boot_info
35 int32 depth, int32 bytesPerRow);
40 int32 height, int32 depth, int32 bytesPerRow);
/haiku-fatelf/src/add-ons/screen_savers/spider/
H A DPolygonQueue.cpp16 PolygonQueue::PolygonQueue(Polygon* start, int32 depth) argument
17 : fPolygons(new Polygon*[depth]),
18 fDepth(depth)
H A DPolygonQueue.h17 PolygonQueue(Polygon* start, int32 depth);
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer_920.cpp30 status_t SetVideoMode(int width, int height, int depth);
66 gKernelArgs.frame_buffer.depth = 16;
73 * gKernelArgs.frame_buffer.depth / 8;
76 gKernelArgs.frame_buffer.height, gKernelArgs.frame_buffer.depth);
87 gKernelArgs.frame_buffer.depth);
92 ArchFBArm920::SetVideoMode(int width, int height, int depth) argument
H A Darch_framebuffer_pxa.cpp41 status_t SetVideoMode(int width, int height, int depth);
106 gKernelArgs.frame_buffer.depth = 32;
122 gKernelArgs.frame_buffer.depth = 4;
125 gKernelArgs.frame_buffer.depth = 8;
128 gKernelArgs.frame_buffer.depth = 16;
132 gKernelArgs.frame_buffer.depth = 32; // RGB888
146 * gKernelArgs.frame_buffer.depth / 8;
149 gKernelArgs.frame_buffer.height, gKernelArgs.frame_buffer.depth);
156 ArchFBArmPxa270::SetVideoMode(int width, int height, int depth) argument
158 dprintf("%s(%d, %d, %d)\n", __FUNCTION__, width, height, depth);
[all...]
/haiku-fatelf/headers/private/shared/
H A DFunctionTracer.h17 int32& depth)
20 fFunctionDepth(depth)
16 FunctionTracer(const char* className, const char* functionName, int32& depth) argument
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dresizeterm.c86 int depth = 0; local
94 depth = 1 + child_depth(tst);
99 return depth;
108 int depth = 0; local
113 ++depth;
117 return depth;
173 int depth = 0; local
180 TR(TRACE_UPDATE, ("decreasing size of windows to %dx%d, depth=%d",
181 ToLines, ToCols, depth));
186 if (child_depth(win) == depth) {
206 int depth = 0; local
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DImageIntrinsics.java39 int depth = -1; field in class:ImageIntrinsics
49 while (!imageFailed && (width == -1 || depth == -1)) {
56 depth = image.getHeight(this);
119 if (depth >= 0) {
120 return depth;
140 depth = corners[3] - corners[1];
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DImageIntrinsics.java39 int depth = -1; field in class:ImageIntrinsics
49 while (!imageFailed && (width == -1 || depth == -1)) {
56 depth = image.getHeight(this);
119 if (depth >= 0) {
120 return depth;
140 depth = corners[3] - corners[1];
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.h63 int depth; /* # items on head */ member in struct:ieee80211_stageq
69 int ff_stageqdepth; /* cumulative depth */
95 if (sg != NULL && sg->ff_stageq[ac].depth)
105 if (sg->ff_stageq[WME_AC_VO].depth)
107 if (sg->ff_stageq[WME_AC_VI].depth)
109 if (sg->ff_stageq[WME_AC_BE].depth)
111 if (sg->ff_stageq[WME_AC_BK].depth)
/haiku-fatelf/src/libs/libfdt/
H A Dfdt.c161 int fdt_next_node(const void *fdt, int offset, int *depth) argument
180 if (depth)
181 (*depth)++;
185 if (depth && ((--(*depth)) < 0))
191 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth))
H A Dfdt_wip.c99 int depth = 0; local
101 while ((offset >= 0) && (depth >= 0))
102 offset = fdt_next_node(fdt, offset, &depth);
H A Dfdt_ro.c135 int depth; local
139 for (depth = 0;
140 (offset >= 0) && (depth >= 0);
141 offset = fdt_next_node(fdt, offset, &depth))
142 if ((depth == 1)
146 if (depth < 0)
360 int offset, depth, namelen; local
368 for (offset = 0, depth = 0;
370 offset = fdt_next_node(fdt, offset, &depth)) {
371 while (pdepth > depth) {
412 int offset, depth; local
[all...]
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dvideo.cpp32 switch (gKernelArgs.frame_buffer.depth) {
72 uint32 depth; local
73 if (of_getprop(package, "depth", &depth, sizeof(uint32)) == OF_FAILED)
87 gKernelArgs.frame_buffer.depth = depth;
91 gKernelArgs.frame_buffer.height, gKernelArgs.frame_buffer.depth);
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Darch_framebuffer_bcm2708.cpp48 virtual status_t SetVideoMode(int width, int height, int depth);
100 ArchFramebufferBCM2708::SetVideoMode(int width, int height, int depth) argument
109 sFramebufferConfig.bits_per_pixel = depth;
115 if (depth < 16) {
150 && sFramebufferConfig.bits_per_pixel == (uint32)depth
166 fCurrentDepth = depth;
/haiku-fatelf/src/bin/network/wget/src/
H A Drecur.c61 int depth; /* the depth */
99 const char *url, const char *referer, int depth,
106 qel->depth = depth;
115 DEBUGP (("Enqueuing %s at depth %d\n",
116 quotearg_n_style (0, escape_quoting_style, url), depth));
136 const char **url, const char **referer, int *depth,
151 *depth = qel->depth;
60 int depth; /* the depth */ member in struct:queue_element
97 url_enqueue(struct url_queue *queue, struct iri *i, const char *url, const char *referer, int depth, bool html_allowed, bool css_allowed) argument
134 url_dequeue(struct url_queue *queue, struct iri **i, const char **url, const char **referer, int *depth, bool *html_allowed, bool *css_allowed) argument
231 int depth; local
489 download_child_p(const struct urlpos *upos, struct url *parent, int depth, struct url *start_url_parsed, struct hash_table *blacklist, struct iri *iri) argument
686 descend_redirect_p(const char *redirected, struct url *orig_parsed, int depth, struct url *start_url_parsed, struct hash_table *blacklist, struct iri *iri) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c66 si->engine.depth = 1;
71 si->engine.depth = 2;
76 si->engine.depth = 3;
80 LOG(8,("ACC: init, invalid bit depth\n"));
88 switch(si->fbc.bytes_per_row / si->engine.depth)
175 /* setup engine depth and engine destination-pitch */
214 ACCW(SRCSTARTOFF, ((ys * si->fbc.bytes_per_row) + (xs * si->engine.depth)));
215 ACCW(2070_DSTSTARTOFF, ((yd * si->fbc.bytes_per_row) + (xd * si->engine.depth)));
233 ACCW(SRCSTARTOFF, ((ys * si->fbc.bytes_per_row) + (xs * si->engine.depth)));
234 ACCW(2090_DSTSTARTOFF, ((yd * si->fbc.bytes_per_row) + (xd * si->engine.depth)));
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp29 #define DA depth - 1, sTabTab
34 static void dump_hex(const char *data, int32 len, int depth) argument
88 int depth = 0; local
89 while ((node = fdt_next_node(fdt, node, &depth)) >= 0) {
106 dump_hex(property->data, fdt32_to_cpu(property->len), depth);
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliPrintVariableCommand.cpp30 "%s [--depth n] variable [variable2 ...]\n"
54 int32 depth = 1; local
57 if (strcmp(argv[i], "--depth") == 0) {
59 printf("Error: An argument must be supplied for depth.\n");
63 depth = strtol(argv[i + 1], &endPointer, 0);
64 if (*endPointer != '\0' || depth < 0) {
87 _ResolveValueIfNeeded(child->Node(), context, depth);
90 UiUtils::PrintValueNodeGraph(data, child, 1, depth);
140 // a level for the purposes of depth traversal
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-support.c79 depth based on encountering <> and ().
111 int depth; local
126 depth = 1;
127 while (p > name && depth > 0)
130 depth--;
132 depth++;
155 int depth = 0; local
180 int depth = 0; local
432 int depth; local
443 depth
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DImageIntrinsics.java43 int depth = -1; field in class:ImageIntrinsics
76 while (!imageFailed && (width == -1 || depth == -1)) {
83 depth = image.getHeight(this);
148 if (depth >= 0) {
149 return depth;
169 depth = corners[3] - corners[1];
/haiku-fatelf/src/system/kernel/debug/
H A Dframe_buffer_console.cpp46 int32 depth; member in struct:console_info
109 switch (sConsole.depth) {
129 if (sConsole.depth >= 8) {
198 if (sConsole.depth < 8) {
282 if (sConsole.depth >= 8) {
310 if (sConsole.depth >= 8) {
383 frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int32 depth, argument
387 "depth = %ld, bytesPerRow = %ld)\n", (void*)baseAddress, width, height,
388 depth, bytesPerRow));
395 sConsole.depth
481 _user_frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int32 depth, int32 bytesPerRow) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c23 ACCW(YDST,((dst)* (si->fbc.bytes_per_row / (si->engine.depth >> 3))) >> 5); \
55 /* reset depth */
56 si->engine.depth = 0;
69 si->engine.depth = 8;
73 si->engine.depth = 16;
77 si->engine.depth = 32;
80 LOG(8,("ACC: init, invalid bit depth\n"));
88 switch (si->fbc.bytes_per_row / (si->engine.depth >> 3))
109 ((si->fbc.bytes_per_row / (si->engine.depth >> 3)) & 0x0FFF));
112 switch (si->fbc.bytes_per_row / (si->engine.depth >>
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DdebugXML.h34 int depth);
38 int depth);
42 int depth);
46 int depth);
50 int depth);

Completed in 244 milliseconds

12345678