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

1 2

  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 9 #include "cc/quads/texture_draw_quad.h"
34 // The bounds of the layer are set to 400x400, so the draw quads
65 const QuadList& quads = quad_culler.quad_list(); local
66 EXPECT_EQ(8u, quads.size());
68 for (size_t i = 0; i < quads.size(); ++i) {
69 DrawQuad* quad = quads[i];
84 for (size_t i = 0; i < quads.size(); ++i) {
85 DrawQuad* quad = quads[i];
121 const QuadList& quads = quad_culler.quad_list(); local
122 EXPECT_EQ(4u, quads.size())
    [all...]
tiled_layer_impl_unittest.cc 8 #include "cc/quads/tile_draw_quad.h"
66 void GetQuads(QuadList* quads,
77 MockQuadCuller quad_culler(quads, shared_states);
94 // Verify default layer does creates quads
107 // Layer with empty visible layer rect produces no quads
117 // Layer with non-intersecting visible layer rect produces no quads
133 // Layer with skips draw produces no quads
198 QuadList quads; local
200 GetQuads(&quads,
206 LayerTestCommon::VerifyQuadsExactlyCoverRect(quads, gfx::Rect(layer_size))
217 QuadList quads; local
232 QuadList quads; local
252 QuadList quads; local
    [all...]
scrollbar_layer_unittest.cc 10 #include "cc/quads/solid_color_draw_quad.h"
182 const QuadList& quads = quad_culler.quad_list(); local
183 ASSERT_EQ(1u, quads.size());
184 EXPECT_EQ(DrawQuad::SOLID_COLOR, quads[0]->material);
185 EXPECT_RECT_EQ(gfx::Rect(6, 0, 40, 3), quads[0]->rect);
196 const QuadList& quads = quad_culler.quad_list(); local
197 ASSERT_EQ(1u, quads.size());
198 EXPECT_EQ(DrawQuad::SOLID_COLOR, quads[0]->material);
199 EXPECT_RECT_EQ(gfx::Rect(12, 0, 80, 6), quads[0]->rect);
212 const QuadList& quads = quad_culler.quad_list() local
248 const QuadList& quads = quad_culler.quad_list(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_on_demand_raster.cc 9 #include "cc/quads/draw_quad.h"
40 // Find the PictureLayerImpl ask it to append quads to check their material.
46 QuadList quads; variable
48 MockQuadCuller quad_culler(&quads, &shared_states);
53 for (size_t i = 0; i < quads.size(); ++i)
54 EXPECT_EQ(quads[i]->material, DrawQuad::PICTURE_CONTENT);
  /external/skia/tests/
PathOpsQuadParameterizationTest.cpp 36 const SkDQuad* quads[] = { local
39 size_t quadsCount = 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]));
PathOpsAngleTest.cpp 35 static const SkPoint quads[][3] = { variable
86 {quads[0], 3, 1, 0, {0, 0}},
96 {quads[1], 3, 1, 4.34137342e-06, {0, 0}},
102 {quads[1], 3, 1, 4.34137342e-06, {304.243195f,591.756775f}},
180 {quads[2], 3, 0.5, 0.310102051, {0, 0}},
181 {quads[3], 3, 0.5, 0.2, {0, 0}},
182 {quads[3], 3, 0.5, 0.770156212, {0, 0}},
183 {quads[2], 3, 0.5, 0.7, {0, 0}},
  /frameworks/base/libs/hwui/
Patch.h 52 Vector<Rect> quads; member in struct:android::uirenderer::Patch
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLazyBlock.cpp 229 Vector<FloatQuad> quads; local
230 enclosingBoxModelObject()->absoluteQuads(quads);
231 LayoutRect intersectRect = quads[0].enclosingBoundingBox();
  /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/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapTextPage.java 121 void assemble(Letters quads) {
123 quads.rewind();
125 while (quads.nextCharacter()) {
126 if (quads.isPrintable()) {
127 if (quads.getCharacterSetPage() == page) {
128 pageQuads.add(quads.getQuad());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 196 // Get quads for node in absolute coordinates.
197 Vector<FloatQuad> quads; local
198 m_node->renderer()->absoluteQuads(quads);
199 ASSERT(quads.size());
205 for (unsigned quadIndex = 0; quadIndex < quads.size(); ++quadIndex) {
206 FloatQuad absoluteQuad = quads[quadIndex];
209 // Transform node quads in target absolute coords to local coordinates in the compositor layer.
217 if (quads.size() == 1 && transformedQuad.isRectilinear()) {
  /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...]
t_dd_dmatmp.h 465 /* Emit whole number of quads in total, and in each buffer.
480 GLint quads = (nr/2)-1; local
482 ELTS_VARS( ALLOC_ELTS( quads*6 ) );
484 for ( i = j-start ; i < j-start+quads*2 ; i+=2 ) {
517 /* Emit whole number of quads in total, and in each buffer.
556 /* Emit whole number of quads in total. dmasz is already a multiple
587 /* Emit whole number of quads in total, and in each buffer.
604 GLint quads = nr/4; local
606 ELTS_VARS( ALLOC_ELTS( quads*6 ) );
608 for ( i = j-start ; i < j-start+quads*4 ; i+=4 )
1044 GLint quads = (nr\/2)-1; local
1131 GLint quads = nr\/4; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 108 int quads = kTempColorQuadCount; local
119 } while (--quads != 0);
  /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...]
t_dd_dmatmp.h 465 /* Emit whole number of quads in total, and in each buffer.
480 GLint quads = (nr/2)-1; local
482 ELTS_VARS( ALLOC_ELTS( quads*6 ) );
484 for ( i = j-start ; i < j-start+quads*2 ; i+=2 ) {
517 /* Emit whole number of quads in total, and in each buffer.
556 /* Emit whole number of quads in total. dmasz is already a multiple
587 /* Emit whole number of quads in total, and in each buffer.
604 GLint quads = nr/4; local
606 ELTS_VARS( ALLOC_ELTS( quads*6 ) );
608 for ( i = j-start ; i < j-start+quads*4 ; i+=4 )
1044 GLint quads = (nr\/2)-1; local
1131 GLint quads = nr\/4; local
    [all...]
  /external/skia/src/core/
SkShader.cpp 108 int quads = kTempColorQuadCount; local
119 } while (--quads != 0);
  /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);
99 new Class[] { Quads.class, Colors.class });
137 interface Quads extends Shapes {
170 class Mix implements Quads, Colors {
  /dalvik/tests/044-proxy/src/
BasicTest.java 45 Quads quads = (Quads) proxy; local
46 quads.rectangle(15, 25);
47 quads.trapezoid(6, 81.18, 4);
89 new Class[] { Quads.class, Colors.class });
127 interface Quads extends Shapes {
160 class Mix implements Quads, Colors {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 99 // When the type is Node, there are 4 or 5 quads (margin, border, padding, content, optional eventTarget).
100 // When the type is Rects, this is just a list of quads.
102 Vector<FloatQuad> quads; member in struct:WebCore::Highlight
  /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
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 57 struct pipe_vertex_buffer quads; member in struct:vl_mpeg12_decoder

Completed in 673 milliseconds

1 2