Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 5 of 5) sorted by relevance

/external/tesseract/ccstruct/
Drect.cpp83 TBOX TBOX::intersection( //shared area box in intersection() function in TBOX
/external/webkit/WebCore/platform/graphics/
DFloatRect.h151 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) in intersection() function
DIntRect.h168 inline IntRect intersection(const IntRect& a, const IntRect& b) in intersection() function
/external/webkit/WebCore/platform/graphics/gtk/
DVideoSinkGStreamer.cpp159 … GstCaps* intersection = gst_caps_intersect(gst_static_pad_template_get_caps(&sinktemplate), caps); in webkit_video_sink_set_caps() local
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_surface.c335 SDL_bool SDL_IntersectRect(const SDL_Rect *A, const SDL_Rect *B, SDL_Rect *intersection) in SDL_IntersectRect()