Searched refs:rects (Results 126 - 138 of 138) sorted by relevance

123456

/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp2904 SkTDArray<SkRect> rects; local
2906 rects.setCount(rectCount);
2908 path.rectContours(rects.begin(), directions.begin());
2910 const SkRect& rect = rects[contour];
/external/skia/tests/
H A DPathTest.cpp826 // Chrome creates its own round rects with each corner possibly being different.
1166 static const SkRect rects[] = { local
1174 for (size_t i = 0; i < SK_ARRAY_COUNT(rects); ++i) {
1175 path0.addRect(rects[i]);
1176 add_rect(&path1, rects[i]);
1742 // rects with edges off by one from kBaseRect's edges
1765 // zero-w/h rects at each corner of kBaseRect
1841 // Slightly non-convex shape, shouldn't contain any rects.
2196 // Degenerate point and line rects are not allowed
2466 // pass, constructed explicitly from manually closed rects specifie
[all...]
H A DPathOpsOpTest.cpp1184 SkRect rects[5]; local
1185 rects[0].set(xB, yB, xE, yE);
1186 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red
1187 rects[1].set(xA, yA, xD, yD);
1188 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green
1189 rects[2].set(xC, yA, xF, yD);
1190 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue
1191 rects[3].set(xA, yC, xD, yF);
1192 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow
1193 rects[
[all...]
/external/skqp/tests/
H A DPathTest.cpp826 // Chrome creates its own round rects with each corner possibly being different.
1166 static const SkRect rects[] = { local
1174 for (size_t i = 0; i < SK_ARRAY_COUNT(rects); ++i) {
1175 path0.addRect(rects[i]);
1176 add_rect(&path1, rects[i]);
1742 // rects with edges off by one from kBaseRect's edges
1765 // zero-w/h rects at each corner of kBaseRect
1841 // Slightly non-convex shape, shouldn't contain any rects.
2196 // Degenerate point and line rects are not allowed
2466 // pass, constructed explicitly from manually closed rects specifie
[all...]
H A DPathOpsOpTest.cpp1184 SkRect rects[5]; local
1185 rects[0].set(xB, yB, xE, yE);
1186 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red
1187 rects[1].set(xA, yA, xD, yD);
1188 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green
1189 rects[2].set(xC, yA, xF, yD);
1190 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue
1191 rects[3].set(xA, yC, xD, yF);
1192 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow
1193 rects[
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp26022 void clearAttachments( ArrayProxy<const ClearAttachment> attachments, ArrayProxy<const ClearRect> rects ) const;
26413 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( ArrayProxy<const ClearAttachment> attachments, ArrayProxy<const ClearRect> rects ) const
26415 vkCmdClearAttachments( m_commandBuffer, attachments.size() , reinterpret_cast<const VkClearAttachment*>( attachments.data() ), rects.size() , reinterpret_cast<const VkClearRect*>( rects.data() ) );
31483 std::vector<Rect2D,Allocator> rects; local
[all...]
/external/python/cpython2/Modules/
H A Dglmodule.c882 /* void rects short s short s short s short s */
899 rects( arg1 , arg2 , arg3 , arg4 );
7213 {"rects", gl_rects, METH_OLDARGS},
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1478 milliseconds

123456