Searched refs:m_buf (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_rendering_buffer.h44 m_buf(0),
54 m_buf(0),
66 m_buf = buf;
75 T* row_ptr = m_buf;
79 row_ptr = m_buf - int(height - 1) * stride;
92 T* buf() { return m_buf; }
93 const T* buf() const { return m_buf; }
150 T* m_buf; // Pointer to renrdering buffer member in class:agg::row_ptr_cache
H A Dagg_renderer_outline_image.h117 m_buf.attach(&m_data[0], m_width + m_dilation * 2,
125 d1 = m_buf.row_ptr(y + m_dilation) + m_dilation;
136 //s1 = m_buf.row_ptr(m_height + m_dilation - 1) + m_dilation;
137 //s2 = m_buf.row_ptr(m_dilation) + m_dilation;
138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation;
139 d2 = m_buf.row_ptr(m_dilation - y - 1) + m_dilation;
152 s1 = m_buf.row_ptr(y) + m_dilation;
153 s2 = m_buf.row_ptr(y) + m_dilation + m_width;
154 d1 = m_buf.row_ptr(y) + m_dilation + m_width;
155 d2 = m_buf
188 row_ptr_cache<color_type> m_buf; member in class:agg::line_image_pattern
[all...]
H A Dagg_blur.h126 m_buf.allocate(w, 128);
153 if(mul_sum) sum.calc_pix(m_buf[x], mul_sum, shr_sum);
154 else sum.calc_pix(m_buf[x], div_sum);
180 img.copy_color_hspan(0, y, w, &m_buf[0]);
200 pod_vector<color_type> m_buf; member in class:agg::stack_blur
1114 m_buf.allocate(w);
1135 m_sum2[wm ].to_pix(m_buf[wm ]);
1136 m_sum2[wm-1].to_pix(m_buf[wm-1]);
1137 m_sum2[wm-2].to_pix(m_buf[wm-2]);
1142 m_sum2[x].to_pix(m_buf[
1166 agg::pod_vector<color_type> m_buf; member in class:agg::recursive_blur
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_file.h40 char *m_buf; member in class:COpenTest
H A Dbon_io.h45 char *m_buf; member in class:CFileOp
H A Dbon_file.cpp33 , m_buf(new char[m_chunk_size])
91 delete m_buf;
288 sprintf(m_buf, "%05d", i);
289 if(make_directory(m_buf))
291 fprintf(stderr, "Can't make directory %s\n", m_buf);
296 m_directoryHandles[i] = open(m_buf, O_RDONLY);
327 if(create_a_file(m_file_names[0], m_buf, 0, m_dirIndex ? m_dirIndex[0] : 0))
344 if(create_a_file(m_file_names[i], m_buf, size, m_dirIndex ? m_dirIndex[i] : 0))
543 rc = DosRead(fd, PVOID(m_buf), to_read, &actual);
546 if(to_read != read(fd, static_cast<void *>(m_buf), to_rea
[all...]
H A Dbon_io.cpp36 delete m_buf;
330 , m_buf(new char[m_chunk_size])
479 if (read_block(PVOID(m_buf)) == -1)
487 m_buf[int(rand()) % m_chunk_size]--;
490 if (write_block(PVOID(m_buf)) == -1)
H A Dbonnie++.cpp68 { delete m_buf; m_buf = new char[size]; m_chunk_size = size; }
70 char *buf() { return m_buf; }
73 ~CGlobalItems() { delete name; delete m_buf; }
92 char *m_buf; member in class:CGlobalItems
111 , m_buf(new char[m_chunk_size])

Completed in 153 milliseconds