/external/chromium_org/cc/base/ |
float_quad_unittest.cc | 32 bool clipped = false; local 34 MathUtil::MapQuad(rectilinear_trans[i], original, &clipped); 35 ASSERT_TRUE(!clipped) << "case " << i; 53 bool clipped = false; local 55 MathUtil::MapQuad(non_rectilinear_trans[i], original, &clipped); 56 ASSERT_TRUE(!clipped) << "case " << i;
|
math_util.h | 101 // clipped, transformed polygon. 109 // Returns an array of vertices that represent the clipped polygon. After 112 // which means the entire quad was clipped, and none of the vertices in the 128 // they correctly detect the clipped condition via the boolean clipped. 131 bool* clipped); 134 bool* clipped); 137 bool* clipped); 140 bool* clipped); 143 bool* clipped); [all...] |
math_util.cc | 250 // to avoid the overhead of storing an unknown number of clipped vertices. 252 // If no vertices on the quad are clipped, then we can simply return the 328 bool* clipped) { 334 *clipped = false; 347 *clipped = h1.ShouldBeClipped() || h2.ShouldBeClipped() || 350 // Result will be invalid if clipped == true. But, compute it anyway just in 360 bool* clipped) { 364 *clipped = false; 369 *clipped = true; 375 // This return value will be invalid because clipped == true, but (1) users o [all...] |
/external/skia/tests/ |
ClipCubicTest.cpp | 81 SkPoint clipped[4], shouldbe[4]; local 89 success = clipper.clipCubic(crv, clipped); 91 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( 97 success = clipper.clipCubic(crv, clipped); 99 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( 105 success = clipper.clipCubic(crv, clipped); 107 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( 113 success = clipper.clipCubic(crv, clipped); 119 success = clipper.clipCubic(crv, clipped); 121 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve [all...] |
QuickRejectTest.cpp | 67 // if the bitmap is clipped out, we don't draw it 74 // be clipped out.
|
/external/chromium_org/chrome/browser/media/ |
audio_stream_indicator.h | 28 bool clipped); 36 // signal has clipped since the last call to this method. 49 bool clipped; member in struct:AudioStreamIndicator::StreamPowerLevel 63 bool clipped);
|
audio_stream_indicator.cc | 25 bool is_playing, float power_dbfs, bool clipped) { 32 is_playing, power_dbfs, clipped)); 49 const content::WebContents* contents, float* level, bool* clipped) { 67 has_clipped |= stream_it->clipped; 80 *clipped = has_clipped; 85 bool is_playing, float power_dbfs, bool clipped) { 106 stream_it->clipped = clipped;
|
/external/chromium_org/content/public/browser/ |
media_observer.h | 35 // signal in dBFS (decibels relative to full-scale) units. |clipped| is true 36 // if any part of the audio signal has been clipped since the last call. See 44 bool clipped) = 0;
|
/external/skia/expectations/gm/ |
ignored-tests.txt | 67 clipped-bitmap-shaders-clamp-hq_gpu 68 clipped-bitmap-shaders-mirror-hq_gpu 69 clipped-bitmap-shaders-tile-hq_gpu 70 clipped-bitmap-shaders-clamp-hq_angle 71 clipped-bitmap-shaders-mirror-hq_angle 72 clipped-bitmap-shaders-tile-hq_angle
|
/external/chromium_org/third_party/skia/src/views/ |
SkBGViewArtist.cpp | 23 // only works for views that are clipped their bounds.
|
/external/skia/src/views/ |
SkBGViewArtist.cpp | 23 // only works for views that are clipped their bounds.
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 121 bool clipped = false; local 127 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op); 129 clipped = clipRect->intersect(r); 130 if (!clipped) { 132 clipped = true; 139 clipped = true; 144 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op); 149 if (clipped) { 153 return clipped;
|
/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth_gtk.h | 22 // Paints the current display image of the window into |canvas|, clipped to
|
native_view_photobooth_win.h | 31 // target area in |canvas| to which painted contents will be clipped. 40 // Paints the current display image of the window into |canvas|, clipped to
|
/external/chromium_org/cc/layers/ |
draw_properties.h | 63 // True if the layer needs to be clipped by clip_rect. 77 // In target surface space, the rect that encloses the clipped, drawable 81 // In target surface space, the original rect that clipped this layer. This 97 // does not include our clip children because they are clipped by us.
|
/external/chromium_org/content/browser/renderer_host/media/ |
mock_media_observer.h | 38 bool clipped));
|
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
object-clipping.html | 14 <p>You should see a clipped video surrounded by a thick green border.</p>
|
/external/chromium_org/third_party/skia/src/core/ |
SkScanPriv.h | 36 // blit the rects above and below avoid, clipped to clip
|
SkQuadClipper.h | 33 /** Iterator that returns the clipped segements of a quad clipped to a rect.
|
/external/chromium_org/ui/compositor/ |
layer_delegate.h | 21 // clipped to the Layer's invalid rect.
|
/external/pixman/test/ |
region-translate-test.c | 4 /* Pixman had a bug where 32bit regions where clipped to 16bit sizes when
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetClipRect.3 | 13 The rectangle pointed to by \fBrect\fR will be clipped to the edges of the surface so that the clip rectangle for a surface can never fall outside the edges of the surface\&.
|
/external/skia/src/core/ |
SkScanPriv.h | 36 // blit the rects above and below avoid, clipped to clip
|
SkQuadClipper.h | 33 /** Iterator that returns the clipped segements of a quad clipped to a rect.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.h | 30 // target area in |canvas| to which painted contents will be clipped. 39 // Paints the current display image of the window into |canvas|, clipped to
|