Home
last modified time | relevance | path

Searched refs:rectangles (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DQuickDraw_Graphics_Suite.py188 class rectangles(aetools.ComponentItem): class
192 rectangle = rectangles
308 rectangles._superclassnames = []
309 rectangles._privpropdict = {
311 rectangles._privelemdict = {
369 'crec' : rectangles,
/external/skia/site/user/api/
Dskregion.md4 *Regions - set operations with rectangles*
15 with rectangles (which can be thought of as "simple" regions. If you
29 operator==). Compare this to rectangles (SkRect or SkIRect). Any
31 but clearly there are different empty rectangles that are not equal.
Dskmatrix.md10 rectangles, paths) in perspective. SkCamera is a helper class that
Dindex.md29 3. **[SkRect](/user/api/skrect)** - rectangles
30 4. **[SkRegion](/user/api/skregion)** - set operations with rectangles and paths
Dskrect.md30 rectangles.
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c919 xcb_rectangle_t rectangles[16]; in dri2_x11_swap_buffers_region() local
922 if (numRects > (int)ARRAY_SIZE(rectangles)) in dri2_x11_swap_buffers_region()
926 rectangles[i].x = rects[i * 4]; in dri2_x11_swap_buffers_region()
927 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; in dri2_x11_swap_buffers_region()
928 rectangles[i].width = rects[i * 4 + 2]; in dri2_x11_swap_buffers_region()
929 rectangles[i].height = rects[i * 4 + 3]; in dri2_x11_swap_buffers_region()
933 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles); in dri2_x11_swap_buffers_region()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.instanced.txt39 chosen such that the rectangles are drawn next to each other.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt57 rectangles are npot size.
Dfunctional.tessellation.txt124 rectangles (for the "quads" mode); the coloring is done so as to make it visible
125 if a fill-triangle spans between inappropriate inner triangles or rectangles.
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst82 * ``set_window_rectangles`` sets the window rectangles to be used for
85 rectangles are to be used for including fragments or excluding
86 them. All of the rectangles are ORed together, so in exclude mode,
88 mode, any fragment outside all rectangles would be culled. xmin/ymin
91 blits. (Blits have their own way to pass the requisite rectangles
227 GL clear or explicit rectangles like d3d9 uses). It can, however, also clear
519 rectangle (scissors) and window rectangles. It can also optionally honor the
Dscreen.rst344 * ``PIPE_CAP_MAX_WINDOW_RECTANGLES``: The maxium number of window rectangles
/external/libvpx/libvpx/
Dusage_dx.dox33 examine the rectangles that describe what data is valid to access and what
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1026 const struct pipe_scissor_state *rectangles) in nv50_set_window_rectangles() argument
1032 memcpy(nv50->window_rect.rect, rectangles, in nv50_set_window_rectangles()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c888 const struct pipe_scissor_state *rectangles) in nvc0_set_window_rectangles() argument
894 memcpy(nvc0->window_rect.rect, rectangles, in nvc0_set_window_rectangles()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst229 to "rectangles" (required by d3d) or before (required by OpenGL, though
/external/trappy/doc/
DInteractivePlotter.ipynb424 …"Hovering on the rectangles gives the name of the process element and scrolling on the Plot Area a…
/external/libvncserver/
DNEWS225 fixed CopyRect (was using the wrong order of rectangles...)
DChangeLog5488 rectangles with a zero W or H We need to process the rectangle
5491 rectangles from being sent.
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm257 // A thread-safe list of invalid rectangles, and the size of the most
/external/python/cpython2/Doc/library/
Dcurses.rst1097 rectangles must be the same size. Both rectangles must be entirely contained
/external/mesa3d/docs/
DVERSIONS1010 - max texture units reduced to six to accommodate texture rectangles
1291 - adjust texcoords for sampling texture rectangles (Dave Reveman)
/external/syslinux/com32/lib/libpng/
Dlibpng.txt1242 If you only want the first effect (the rectangles), do the same as
/external/netperf/doc/
Dtexinfo.tex6271 % For a final copy, take out the rectangles
/external/e2fsprogs/lib/et/
Dtexinfo.tex184 % For a final copy, take out the rectangles
/external/e2fsprogs/doc/
Dtexinfo.tex184 % For a final copy, take out the rectangles

12