Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 176) sorted by relevance

12345678

/external/opencv3/3rdparty/libjasper/
Djp2_cod.c195 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 …]
Djp2_enc.c96 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/
Du_box.h9 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()
Du_transfer.c14 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()
Du_resource.c31 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()
Du_inlines.h261 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
Du_tile.h46 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/
DPath.java36 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/
DImathBoxAlgo.h88 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()
DImathBox.h216 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()
DImathFrustumTest.h307 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/
Dghelpers.c8 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/
Dchameleon_screenshot_capturer.py24 timeout_video_input_s, box=None): argument
84 def capture(self, filename, box=None): argument
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py40 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/
Dselect3dobj.cpp128 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/
Di915_resource_buffer.c68 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/
Dpp_mlaa.c65 struct pipe_box box; in up_consts() local
214 struct pipe_box box; in pp_jimenezmlaa_init_run() local
/external/clang/test/CodeGenCXX/
Dvirtual-destructor-synthesis.cpp3 struct box { struct
/external/eigen/test/
Dgeo_alignedbox.cpp109 BoxType box( m, M ); in specificTest1() local
136 BoxType box( m, M ); in specificTest2() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c70 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/
Dr600_buffer.c44 const struct pipe_box *box) in r600_get_transfer()
168 struct pipe_box box; in r600_buffer_transfer_unmap() local
/external/toybox/kconfig/lxdialog/
Dtextbox.c38 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/
Dxfa_ffwidget.cpp133 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/
Dr600_buffer.c53 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/
DIMETest.java24 Box box = Box.createVerticalBox(); in main() local

12345678