HomeSort by relevance Sort by last modified time
    Searched refs:clipped (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/cc/base/
float_quad_unittest.cc 29 bool clipped = false; local
34 &clipped);
35 ASSERT_TRUE(!clipped);
53 bool clipped = false; local
58 &clipped);
59 ASSERT_TRUE(!clipped);
math_util.h 100 // clipped, transformed polygon.
108 // Returns an array of vertices that represent the clipped polygon. After
111 // which means the entire quad was clipped, and none of the vertices in the
127 // they correctly detect the clipped condition via the boolean clipped.
130 bool* clipped);
133 bool* clipped);
136 bool* clipped);
139 bool* clipped);
142 bool* clipped);
    [all...]
math_util.cc 251 // to avoid the overhead of storing an unknown number of clipped vertices.
253 // If no vertices on the quad are clipped, then we can simply return the
329 bool* clipped) {
335 *clipped = false;
348 *clipped = h1.ShouldBeClipped() || h2.ShouldBeClipped() ||
351 // Result will be invalid if clipped == true. But, compute it anyway just in
361 bool* clipped) {
365 *clipped = false;
370 *clipped = true;
376 // This return value will be invalid because clipped == true, but (1) users o
    [all...]
  /external/chromium_org/media/audio/
audio_power_monitor.cc 46 bool clipped = false; local
52 clipped |= (sample_squared > 1.0f);
59 clipped = false;
62 has_clipped_ |= clipped;
88 const bool clipped = clipped_reading_;
91 return std::make_pair(power_dbfs, clipped);
audio_power_monitor_unittest.cc 86 << (ts.expected_clipped() ? "clipped" : "not clipped")
112 void OnPowerMeasured(float cur_power_measurement, bool clipped) {
137 last_clipped_ = clipped;
162 const AudioBus& bus, float power, bool clipped) {
166 MeasurementObserver observer(power, clipped);
178 EXPECT_EQ(clipped, observer.last_clipped());
audio_output_controller.h 67 virtual void OnPowerMeasured(float power_dbfs, bool clipped) = 0;
  /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;
media_capture_devices_dispatcher.h 130 bool clipped) OVERRIDE;
  /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/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...]
  /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;
  /frameworks/base/tools/preload/
Compile.java 52 String clipped = line.substring(19); local
53 records.add(new Record(clipped, lineNumber));
  /external/chromium_org/content/browser/renderer_host/media/
mock_media_observer.h 38 bool clipped));
audio_renderer_host.h 128 void DoNotifyAudioPowerLevel(int stream_id, float power_dbfs, bool clipped);
audio_renderer_host.cc 66 virtual void OnPowerMeasured(float power_dbfs, bool clipped) OVERRIDE;
161 bool clipped) {
166 stream_id_, power_dbfs, clipped));
247 bool clipped) {
259 true, power_dbfs, clipped);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 55 private boolean clipped; field in class:HtmlParser
130 return clipped;
194 clipped = false;
198 for (int i = 0; i < end && !clipped;) {
232 clipped = pos >= clipLength;
310 * We only want to find these at the end of a clipped text.
350 // If it was a false positive, the user won't notice that we clipped
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 55 private boolean clipped; field in class:HtmlParser
130 return clipped;
194 clipped = false;
198 for (int i = 0; i < end && !clipped;) {
232 clipped = pos >= clipLength;
310 * We only want to find these at the end of a clipped text.
350 // If it was a false positive, the user won't notice that we clipped
    [all...]
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 94 bool clipped; local
96 MathUtil::MapQuad(transform, gfx::QuadF(rects.rect()), &clipped);
99 DCHECK(!clipped); // We only map if the transform preserves axis alignment.
451 bool clipped; local
455 &clipped);
458 DCHECK(!clipped); // We only map if the transform preserves axis alignment.
471 gfx::QuadF(transformed_rect), &clipped);
496 bool clipped; local
500 &clipped);
layer_sorter_unittest.cc 175 // With this sequence of transforms, when layer B is correctly clipped, it
177 // layer_a. When it is not clipped, its bounds will actually incorrectly
188 bool clipped = false; local
189 MathUtil::MapQuad(perspective_matrix * transform_b, test_quad, &clipped);
190 ASSERT_TRUE(clipped);
layer_sorter.cc 224 bool clipped = false; local
226 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 0.f, 0.f), &clipped);
228 MathUtil::MapPoint(draw_transform, gfx::Point3F(0.f, 1.f, 0.f), &clipped);
230 MathUtil::MapPoint(draw_transform, gfx::Point3F(1.f, 0.f, 0.f), &clipped);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysevents.cc 179 bool clipped = false; local
182 clipped = true;
185 clipped = true;
189 clipped = true;
192 clipped = true;
194 if ( clipped ) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 226 unsigned clipped = 0; local
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
277 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info );
286 if (clipped) {
290 /* Do we need to run the pipeline? Now will come here if clipped
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 226 unsigned clipped = 0; local
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
277 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info );
286 if (clipped) {
290 /* Do we need to run the pipeline? Now will come here if clipped
  /external/chromium_org/cc/layers/
layer_impl.cc 309 bool clipped = false; local
321 &clipped);
326 if (!clipped &&
1134 bool clipped; local
    [all...]

Completed in 1261 milliseconds

1 2