/external/opencv3/3rdparty/libjasper/ |
D | jp2_cod.c | 195 jp2_box_t *box; in jp2_box_create() local 216 void jp2_box_destroy(jp2_box_t *box) in jp2_box_destroy() 224 static void jp2_bpcc_destroy(jp2_box_t *box) in jp2_bpcc_destroy() 233 static void jp2_cdef_destroy(jp2_box_t *box) in jp2_cdef_destroy() 248 jp2_box_t *box; in jp2_box_get() local 324 void jp2_box_dump(jp2_box_t *box, FILE *out) in jp2_box_dump() 338 static int jp2_jp_getdata(jp2_box_t *box, jas_stream_t *in) in jp2_jp_getdata() 347 static int jp2_ftyp_getdata(jp2_box_t *box, jas_stream_t *in) in jp2_ftyp_getdata() 366 static int jp2_ihdr_getdata(jp2_box_t *box, jas_stream_t *in) in jp2_ihdr_getdata() 378 static int jp2_bpcc_getdata(jp2_box_t *box, jas_stream_t *in) in jp2_bpcc_getdata() [all …]
|
D | jp2_enc.c | 96 jp2_box_t *box; in jp2_write_header() local 348 jp2_box_t *box; in jp2_write_codestream() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 9 struct pipe_box *box ) in u_box_1d() 24 struct pipe_box *box ) in u_box_2d() 37 struct pipe_box *box ) in u_box_origin_2d() 53 struct pipe_box *box ) in u_box_2d_zslice() 70 struct pipe_box *box ) in u_box_3d()
|
D | u_transfer.c | 14 const struct pipe_box *box, in u_default_transfer_inline_write() 91 const struct pipe_box *box) in u_default_transfer_flush_region() 101 const struct pipe_box *box) in u_default_get_transfer()
|
D | u_resource.c | 31 const struct pipe_box *box) in u_get_transfer_vtbl() 53 const struct pipe_box *box) in u_transfer_flush_region_vtbl() 70 const struct pipe_box *box, in u_transfer_inline_write_vtbl()
|
D | u_inlines.h | 261 struct pipe_box box; in pipe_buffer_map_range() local 316 struct pipe_box box; in pipe_buffer_flush_mapped_range() local 341 struct pipe_box box; in pipe_buffer_write() local 374 struct pipe_box box; in pipe_buffer_write_nooverlap() local 431 struct pipe_box box; in pipe_get_transfer() local
|
D | u_tile.h | 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
D | Path.java | 36 public static String createPath(Box box) { in createPath() 40 private static String createPath(Box box, String path) { in createPath() 52 public static Box getPath(Box box, String path) { in getPath() 58 public static List<Box> getPaths(Box box, String path) { in getPaths() 111 public static boolean isContained(Box box, String path) { in isContained()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathBoxAlgo.h | 88 clip (const T &p, const Box<T> &box) in clip() 113 closestPointInBox (const T &p, const Box<T> &box) in closestPointInBox() 121 closestPointOnBox (const Vec3<T> &p, const Box< Vec3<T> > &box) in closestPointOnBox() 164 transform (const Box< Vec3<S> > &box, const Matrix44<T> &m) in transform() 246 transform (const Box< Vec3<S> > &box, in transform() 327 affineTransform (const Box< Vec3<S> > &box, const Matrix44<T> &m) in affineTransform() 378 affineTransform (const Box< Vec3<S> > &box, in affineTransform() 1006 intersects (const Box< Vec3<T> > &box, const Line3<T> &ray) in intersects()
|
D | ImathBox.h | 216 Box<T>::extendBy(const Box<T> &box) in extendBy() 245 Box<T>::intersects(const Box<T> &box) const in intersects() 475 Box<Vec2<T> >::extendBy (const Box<Vec2<T> > &box) in extendBy() 505 Box<Vec2<T> >::intersects (const Box<Vec2<T> > &box) const in intersects() 724 Box<Vec3<T> >::extendBy (const Box<Vec3<T> > &box) in extendBy() 761 Box<Vec3<T> >::intersects (const Box<Vec3<T> > &box) const in intersects()
|
D | ImathFrustumTest.h | 307 bool FrustumTest<T>::isVisible(const Box<Vec3<T> > &box) const in isVisible() 345 bool FrustumTest<T>::completelyContains(const Box<Vec3<T> > &box) const in completelyContains()
|
/external/fio/ |
D | ghelpers.c | 8 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label) in new_combo_entry_in_frame() 20 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label) in new_info_entry_in_frame() 46 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, in new_info_entry_in_frame_rgb() 58 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label) in new_info_label_in_frame() 73 GtkWidget *button, *box; in create_spinbutton() local
|
/external/autotest/client/cros/video/ |
D | chameleon_screenshot_capturer.py | 24 timeout_video_input_s, box=None): argument 84 def capture(self, filename, box=None): argument
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 40 def capture(self, player, max_frame_count, box=None): argument 59 def capture_only(self, player, max_frame_count, box=None): argument
|
/external/opencv3/samples/cpp/ |
D | select3dobj.cpp | 128 const vector<Point3f>& box, int nobjpt, bool runExtraSegmentation) in extract3DBox() 200 vector<Point3f>& box) in select3DBox() 304 static bool readModelViews( const string& filename, vector<Point3f>& box, in readModelViews() 338 static bool writeModelViews(const string& filename, const vector<Point3f>& box, in writeModelViews() 518 vector<Point3f> box, boardPoints; in main() local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_buffer.c | 68 const struct pipe_box *box) in i915_get_transfer() 109 const struct pipe_box *box, in i915_buffer_transfer_inline_write()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 65 struct pipe_box box; in up_consts() local 214 struct pipe_box box; in pp_jimenezmlaa_init_run() local
|
/external/clang/test/CodeGenCXX/ |
D | virtual-destructor-synthesis.cpp | 3 struct box { struct
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 109 BoxType box( m, M ); in specificTest1() local 136 BoxType box( m, M ); in specificTest2() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_buffer.c | 70 const struct pipe_box *box) in svga_buffer_get_transfer() 230 const struct pipe_box *box) in svga_buffer_transfer_flush_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_buffer.c | 44 const struct pipe_box *box) in r600_get_transfer() 168 struct pipe_box box; in r600_buffer_transfer_unmap() local
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 57 WINDOW *dialog, *box; in dialog_textbox() local
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 133 CXFA_Box box, in DrawBorder() 1113 static void XFA_BOX_GetPath_Arc(CXFA_Box box, in XFA_BOX_GetPath_Arc() 1140 static void XFA_BOX_GetPath(CXFA_Box box, in XFA_BOX_GetPath() 1302 static void XFA_BOX_GetFillPath(CXFA_Box box, in XFA_BOX_GetFillPath() 1449 static void XFA_BOX_Fill_Radial(CXFA_Box box, in XFA_BOX_Fill_Radial() 1473 static void XFA_BOX_Fill_Pattern(CXFA_Box box, in XFA_BOX_Fill_Pattern() 1508 static void XFA_BOX_Fill_Linear(CXFA_Box box, in XFA_BOX_Fill_Linear() 1544 static void XFA_BOX_Fill(CXFA_Box box, in XFA_BOX_Fill() 1616 static void XFA_BOX_StrokeArc(CXFA_Box box, in XFA_BOX_StrokeArc() 1783 static void XFA_BOX_Stroke_Rect(CXFA_Box box, in XFA_BOX_Stroke_Rect() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_buffer.c | 53 const struct pipe_box *box) in r600_get_transfer() 94 const struct pipe_box *box) in r600_buffer_transfer_flush_region()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 24 Box box = Box.createVerticalBox(); in main() local
|