HomeSort by relevance Sort by last modified time
    Searched defs:quads (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization_Test.cpp 29 const Quadratic* quads[] = { local
32 size_t quadsCount = sizeof(quads) / sizeof(quads[0]);
36 if (!point_on_parameterized_curve(*quads[one], (*quads[two])[inner])) {
41 if (!implicit_matches(*quads[one], *quads[two])) {
SimplifyAddIntersectingTs_Test.cpp 41 static const SkPoint quads[][3] = { variable
47 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]);
68 path.moveTo(quads[outer][0].fX, quads[outer][0].fY);
69 path.quadTo(quads[outer][1].fX, quads[outer][1].fY,
70 quads[outer][2].fX, quads[outer][2].fY);
72 pts1 = quads[outer]
    [all...]
SimplifyAngle_Test.cpp 31 static const SkPoint quads[][3] = { variable
41 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]);
166 angle->set(quads[x], SkPath::kQuad_Verb, 0, x, x + 1, dummy);
  /external/skia/experimental/Intersection/
QuadraticParameterization_Test.cpp 29 const Quadratic* quads[] = { local
32 size_t quadsCount = sizeof(quads) / sizeof(quads[0]);
36 if (!point_on_parameterized_curve(*quads[one], (*quads[two])[inner])) {
41 if (!implicit_matches(*quads[one], *quads[two])) {
SimplifyAddIntersectingTs_Test.cpp 41 static const SkPoint quads[][3] = { variable
47 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]);
68 path.moveTo(quads[outer][0].fX, quads[outer][0].fY);
69 path.quadTo(quads[outer][1].fX, quads[outer][1].fY,
70 quads[outer][2].fX, quads[outer][2].fY);
72 pts1 = quads[outer]
    [all...]
SimplifyAngle_Test.cpp 31 static const SkPoint quads[][3] = { variable
41 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]);
166 angle->set(quads[x], SkPath::kQuad_Verb, 0, x, x + 1, dummy);
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadParameterizationTest.cpp 36 const SkDQuad* quads[] = { local
39 int quadsCount = (int) SK_ARRAY_COUNT(quads);
43 REPORTER_ASSERT(reporter, point_on_parameterized_curve(*quads[one],
44 (*quads[two])[inner]));
46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
PathOpsTestCommon.cpp 14 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) {
19 quads.push_back(quad);
27 quads.push_back(quad);
35 SkTArray<SkDQuad, true> quads; local
51 quads.reset();
53 CubicToQuads(cubic, cubic.calcPrecision(), quads);
54 for (int index = 0; index < quads.count(); ++index) {
56 quads[index][1].asSkPoint(),
57 quads[index][2].asSkPoint()
  /external/skia/tests/
PathOpsQuadParameterizationTest.cpp 36 const SkDQuad* quads[] = { local
39 int quadsCount = (int) SK_ARRAY_COUNT(quads);
43 REPORTER_ASSERT(reporter, point_on_parameterized_curve(*quads[one],
44 (*quads[two])[inner]));
46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
PathOpsTestCommon.cpp 14 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) {
19 quads.push_back(quad);
27 quads.push_back(quad);
35 SkTArray<SkDQuad, true> quads; local
51 quads.reset();
53 CubicToQuads(cubic, cubic.calcPrecision(), quads);
54 for (int index = 0; index < quads.count(); ++index) {
56 quads[index][1].asSkPoint(),
57 quads[index][2].asSkPoint()
  /frameworks/base/libs/hwui/
Patch.h 53 Vector<Rect> quads; member in class:android::uirenderer::Patch
  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.h 9 #include "cc/quads/draw_quad.h"
10 #include "cc/quads/render_pass_id.h"
63 Pass(Quad* quads, size_t quad_count, RenderPassId id)
64 : quads(quads), quad_count(quad_count), id(id) {}
65 Pass(Quad* quads, size_t quad_count)
66 : quads(quads), quad_count(quad_count), id(1, 1) {}
68 Quad* quads; member in struct:cc::test::Pass
surface_aggregator.cc 14 #include "cc/quads/draw_quad.h"
15 #include "cc/quads/render_pass_draw_quad.h"
16 #include "cc/quads/shared_quad_state.h"
17 #include "cc/quads/surface_draw_quad.h"
221 const QuadList& quads = last_pass.quad_list; local
224 CopyQuadsToPass(quads,
266 // between the context that these quads are being copied from (i.e. the
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 8 #include "cc/quads/texture_draw_quad.h"
69 const QuadList& quads = render_pass->quad_list; local
70 EXPECT_EQ(expected_quad_size, quads.size());
74 for (QuadList::ConstIterator iter = quads.begin(); iter != quads.end();
95 for (QuadList::ConstIterator iter = quads.begin(); iter != quads.end();
159 // The top component of the 9-patch is empty, so there should be no quads for
175 // quads for the left and top components.
272 // The layer outputs nine quads, three of which are partially occluded, an
    [all...]
ui_resource_layer_impl_unittest.cc 7 #include "cc/quads/draw_quad.h"
55 const QuadList& quads = render_pass->quad_list; local
56 EXPECT_EQ(expected_quad_size, quads.size());
63 // Make sure we're appending quads when there are valid values.
76 // Make sure we're not appending quads when there are invalid values.
96 const QuadList& quads = render_pass->quad_list; local
97 EXPECT_GE(quads.size(), (size_t)0);
98 gfx::Rect opaque_rect = quads.front()->opaque_rect;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 36 'quads',
176 def quads(intype, outtype): function
177 preamble(intype, outtype, prim='quads')
198 quads(intype, outtype)
u_indices_gen.py 41 'quads',
237 def quads(intype, outtype, inpv, outpv): function
238 preamble(intype, outtype, inpv, outpv, prim='quads')
265 quads(intype, outtype, inpv, outpv)
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 36 'quads',
176 def quads(intype, outtype): function
177 preamble(intype, outtype, prim='quads')
198 quads(intype, outtype)
u_indices_gen.py 41 'quads',
237 def quads(intype, outtype, inpv, outpv): function
238 preamble(intype, outtype, inpv, outpv, prim='quads')
265 quads(intype, outtype, inpv, outpv)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 105 Vector<FloatQuad> quads; local
106 rootForThisLayout->absoluteQuads(quads);
109 if (quads.size() >= 1) {
110 createQuad(value.get(), "root", quads[0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 435 /* Emit whole number of quads in total, and in each buffer.
441 GLint quads, i; local
444 quads = (nr/2)-1;
445 dest = ALLOC_ELTS( quads*6 );
447 for ( i = j ; i < j+quads*2 ; i+=2 ) {
494 GLint quads, i; local
497 quads = nr/4;
498 dest = ALLOC_ELTS( quads*6 );
500 for ( i = j ; i < j+quads*4 ; i+=4 ) {
819 /* Emit whole number of quads in total, and in each buffer
834 GLint quads = (nr\/2)-1; local
894 GLint quads = nr\/4; local
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 435 /* Emit whole number of quads in total, and in each buffer.
441 GLint quads, i; local
444 quads = (nr/2)-1;
445 dest = ALLOC_ELTS( quads*6 );
447 for ( i = j ; i < j+quads*2 ; i+=2 ) {
494 GLint quads, i; local
497 quads = nr/4;
498 dest = ALLOC_ELTS( quads*6 );
500 for ( i = j ; i < j+quads*4 ; i+=4 ) {
819 /* Emit whole number of quads in total, and in each buffer
834 GLint quads = (nr\/2)-1; local
894 GLint quads = nr\/4; local
    [all...]
  /art/test/044-proxy/src/
BasicTest.java 46 Quads quads = (Quads) proxy; local
47 quads.rectangle(15, 25);
48 quads.trapezoid(6, 81.18, 4);
102 new Class[] { Quads.class, Colors.class, Trace.class });
140 interface Quads extends Shapes {
177 class Mix implements Quads, Colors {
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 204 // Get quads for node in absolute coordinates.
205 Vector<FloatQuad> quads; local
206 computeQuads(*m_node->renderer(), quads);
207 ASSERT(quads.size());
213 for (size_t quadIndex = 0; quadIndex < quads.size(); ++quadIndex) {
214 FloatQuad absoluteQuad = quads[quadIndex];
217 // Transform node quads in target absolute coords to local coordinates in the compositor layer.
225 if (quads.size() == 1 && transformedQuad.isRectilinear()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 57 struct pipe_vertex_buffer quads; member in struct:vl_mpeg12_decoder

Completed in 506 milliseconds

1 2 3