/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | QuickDraw_Graphics_Suite.py | 188 class rectangles(aetools.ComponentItem): class 192 rectangle = rectangles 308 rectangles._superclassnames = [] 309 rectangles._privpropdict = { 311 rectangles._privelemdict = { 369 'crec' : rectangles,
|
/external/skia/docs/ |
D | SkSurface_Reference.bmh | 903 Copies each readable pixel intersecting both rectangles, without scaling, 911 do not match. Only pixels within both source and destination rectangles 919 # Source and destination rectangles do not intersect. ## 962 Copies each readable pixel intersecting both rectangles, without scaling, 970 do not match. Only pixels within both source and destination rectangles 978 # Source and destination rectangles do not intersect. ## 1027 Copies each readable pixel intersecting both rectangles, without scaling, 1035 do not match. Only pixels within both source and destination rectangles 1043 # Source and destination rectangles do not intersect. ## 1088 Copies each readable pixel intersecting both rectangles, without scaling, [all …]
|
D | SkRegion_Reference.bmh | 6 on integer boundaries. Region can also describe an array of integer rectangles. 29 of rectangles. SkRegion may reduce the current Canvas_Clip, or may be drawn as 30 one or more integer rectangles. SkRegion iterator returns the scan lines or 31 rectangles contained by it, optionally intersecting a bounding rectangle. 52 Returns sequence of rectangles, sorted along y-axis, then x-axis, that make 281 Returns the sequence of rectangles, sorted along y-axis, then x-axis, that make
|
D | SkCanvas_Reference.bmh | 607 Copies each readable pixel intersecting both rectangles, without scaling, 618 do not match. Only pixels within both source and destination rectangles 626 # Source and destination rectangles do not intersect. ## 699 Copies each readable pixel intersecting both rectangles, without scaling, 718 # Source and destination rectangles do not intersect. ## 762 Copies each readable pixel intersecting both rectangles, without scaling, 773 do not match. Only pixels within both source and destination rectangles 781 # Source and destination rectangles do not intersect. ## 826 Copies each readable pixel intersecting both rectangles, without scaling, 835 do not match. Only pixels within both source and destination rectangles [all …]
|
D | spelling.txt | 181 reconstructs recorded recording records recreates rectangle rectangles rectangular red reduce
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 886 Copies each readable pixel intersecting both rectangles, without scaling, 894 do not match. Only pixels within both source and destination rectangles 902 # Source and destination rectangles do not intersect. ## 945 Copies each readable pixel intersecting both rectangles, without scaling, 953 do not match. Only pixels within both source and destination rectangles 961 # Source and destination rectangles do not intersect. ## 1010 Copies each readable pixel intersecting both rectangles, without scaling, 1018 do not match. Only pixels within both source and destination rectangles 1026 # Source and destination rectangles do not intersect. ## 1071 Copies each readable pixel intersecting both rectangles, without scaling, [all …]
|
D | SkRegion_Reference.bmh | 6 on integer boundaries. Region can also describe an array of integer rectangles. 29 of rectangles. SkRegion may reduce the current Canvas_Clip, or may be drawn as 30 one or more integer rectangles. SkRegion iterator returns the scan lines or 31 rectangles contained by it, optionally intersecting a bounding rectangle. 52 Returns sequence of rectangles, sorted along y-axis, then x-axis, that make 281 Returns the sequence of rectangles, sorted along y-axis, then x-axis, that make
|
D | SkCanvas_Reference.bmh | 664 Copies each readable pixel intersecting both rectangles, without scaling, 675 do not match. Only pixels within both source and destination rectangles 683 # Source and destination rectangles do not intersect. ## 756 Copies each readable pixel intersecting both rectangles, without scaling, 775 # Source and destination rectangles do not intersect. ## 819 Copies each readable pixel intersecting both rectangles, without scaling, 830 do not match. Only pixels within both source and destination rectangles 838 # Source and destination rectangles do not intersect. ## 883 Copies each readable pixel intersecting both rectangles, without scaling, 892 do not match. Only pixels within both source and destination rectangles [all …]
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 925 xcb_rectangle_t rectangles[16]; in dri2_x11_swap_buffers_region() local 927 if (numRects > (int)ARRAY_SIZE(rectangles)) in dri2_x11_swap_buffers_region() 931 rectangles[i].x = rects[i * 4]; in dri2_x11_swap_buffers_region() 932 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; in dri2_x11_swap_buffers_region() 933 rectangles[i].width = rects[i * 4 + 2]; in dri2_x11_swap_buffers_region() 934 rectangles[i].height = rects[i * 4 + 3]; in dri2_x11_swap_buffers_region() 938 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles); in dri2_x11_swap_buffers_region()
|
/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | ubo.shader_test | 46 # set of values in the ubo for both rectangles.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.instanced.txt | 39 chosen such that the rectangles are drawn next to each other.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 57 rectangles are npot size.
|
D | functional.tessellation.txt | 124 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/libaom/libaom/ |
D | usage_dx.dox | 29 examine the rectangles that describe what data is valid to access and what
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 83 * ``set_window_rectangles`` sets the window rectangles to be used for 86 rectangles are to be used for including fragments or excluding 87 them. All of the rectangles are ORed together, so in exclude mode, 89 mode, any fragment outside all rectangles would be culled. xmin/ymin 92 blits. (Blits have their own way to pass the requisite rectangles 246 GL clear or explicit rectangles like d3d9 uses). It can, however, also clear 598 rectangle (scissors) and window rectangles. It can also optionally honor the
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 35 examine the rectangles that describe what data is valid to access and what
|
/external/skia/site/user/api/ |
D | SkSurface_Reference.md | 1407 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1415 do not match. Only pixels within both source and destination rectangles 1423 <td>Source and destination rectangles do not intersect.</td> 1468 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1476 do not match. Only pixels within both source and destination rectangles 1484 <td>Source and destination rectangles do not intersect.</td> 1538 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1546 do not match. Only pixels within both source and destination rectangles 1554 <td>Source and destination rectangles do not intersect.</td> 1603 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… [all …]
|
D | SkRegion_Reference.md | 4 …s. <a href='SkRegion_Reference#Region'>Region</a> can also describe an array of integer rectangles. 80 of rectangles. <a href='SkRegion_Reference#SkRegion'>SkRegion</a> may reduce the current <a href='#… 81 one or more integer rectangles. <a href='SkRegion_Reference#SkRegion'>SkRegion</a> iterator returns… 82 rectangles contained by it, optionally intersecting a bounding rectangle. 102 Returns sequence of rectangles, sorted along y-axis, then x-axis, that make 374 Returns the sequence of rectangles, sorted along y-axis, then x-axis, that make
|
/external/skqp/site/user/api/ |
D | SkSurface_Reference.md | 1407 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1415 do not match. Only pixels within both source and destination rectangles 1423 <td>Source and destination rectangles do not intersect.</td> 1468 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1476 do not match. Only pixels within both source and destination rectangles 1484 <td>Source and destination rectangles do not intersect.</td> 1538 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… 1546 do not match. Only pixels within both source and destination rectangles 1554 <td>Source and destination rectangles do not intersect.</td> 1603 Copies each readable <a href='undocumented#Pixel'>pixel</a> intersecting both rectangles, without s… [all …]
|
D | SkRegion_Reference.md | 4 …s. <a href='SkRegion_Reference#Region'>Region</a> can also describe an array of integer rectangles. 80 of rectangles. <a href='SkRegion_Reference#SkRegion'>SkRegion</a> may reduce the current <a href='#… 81 one or more integer rectangles. <a href='SkRegion_Reference#SkRegion'>SkRegion</a> iterator returns… 82 rectangles contained by it, optionally intersecting a bounding rectangle. 102 Returns sequence of rectangles, sorted along y-axis, then x-axis, that make 374 Returns the sequence of rectangles, sorted along y-axis, then x-axis, that make
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 3494 Buffer rectangles(m_context); in iterate() local 3499 …rectangles.InitStorage(GL_UNIFORM_BUFFER, GL_MAP_PERSISTENT_BIT | GL_MAP_WRITE_BIT, rectangles_dat… in iterate() 3560 rectangles.Bind(); in iterate() 3562 rectangles.MapRange(0 /* offset */, rectangles_data_size, in iterate() 3571 Buffer::BindBase(gl, rectangles.m_id, GL_UNIFORM_BUFFER, rectangles_binding); in iterate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1027 const struct pipe_scissor_state *rectangles) in nv50_set_window_rectangles() argument 1033 memcpy(nv50->window_rect.rect, rectangles, in nv50_set_window_rectangles()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 173 if (memcmp(&dest->discard_rectangle.rectangles, &src->discard_rectangle.rectangles, in radv_bind_dynamic_state() 175 typed_memcpy(dest->discard_rectangle.rectangles, in radv_bind_dynamic_state() 176 src->discard_rectangle.rectangles, in radv_bind_dynamic_state() 1155 VkRect2D rect = cmd_buffer->state.dynamic.discard_rectangle.rectangles[i]; in radv_emit_discard_rectangle() 2933 typed_memcpy(&state->dynamic.discard_rectangle.rectangles[firstDiscardRectangle], in radv_CmdSetDiscardRectangleEXT()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 896 const struct pipe_scissor_state *rectangles) in nvc0_set_window_rectangles() argument 902 memcpy(nvc0->window_rect.rect, rectangles, in nvc0_set_window_rectangles()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 229 to "rectangles" (required by d3d) or before (required by OpenGL, though
|