HomeSort by relevance Sort by last modified time
    Searched full:damage (Results 1 - 25 of 30900) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/layers/
delegated_frame_provider_unittest.cc 159 gfx::RectF damage; local
161 // Both observers get a full frame of damage on the first request.
162 frame_provider_->GetFrameDataAndRefResources(observer1, &damage);
163 EXPECT_EQ(gfx::RectF(5.f, 5.f).ToString(), damage.ToString());
164 frame_provider_->GetFrameDataAndRefResources(observer2, &damage);
165 EXPECT_EQ(gfx::RectF(5.f, 5.f).ToString(), damage.ToString());
167 // And both get no damage on the 2nd request. This adds a second ref to the
169 frame_provider_->GetFrameDataAndRefResources(observer1, &damage);
170 EXPECT_EQ(gfx::RectF().ToString(), damage.ToString());
171 frame_provider_->GetFrameDataAndRefResources(observer2, &damage);
217 gfx::RectF damage; local
259 gfx::RectF damage; local
303 gfx::RectF damage; local
    [all...]
delegated_frame_provider.h 41 // lose track of damage.
44 gfx::RectF* damage);
61 gfx::RectF damage; member in struct:cc::DelegatedFrameProvider::Observer
63 Observer(DelegatedRendererLayer* layer, const gfx::RectF& damage)
64 : layer(layer), damage(damage) {}
delegated_frame_provider.cc 75 observers_[i].damage =
76 gfx::UnionRects(observers_[i].damage, root_pass->damage_rect);
83 gfx::RectF* damage) {
89 *damage = observers_[i].damage;
90 // The observer is now responsible for the damage.
91 observers_[i].damage = gfx::RectF();
  /external/chromium_org/cc/trees/
damage_tracker.cc 57 // This function computes the "damage rect" of a target surface, and updates
58 // the state that is used to correctly track damage across frames. The damage
63 // The surface's damage rect is computed as the union of all possible changes
70 // The basic algorithm for computing the damage region is as follows:
72 // 1. compute damage caused by changes in active/new layers
75 // add the surface's damage to our target surface.
77 // add the layer's damage to the target surface.
79 // 2. compute damage caused by the target surface's mask, if it exists.
81 // 3. compute damage caused by old layers/surfaces that no longer exis
    [all...]
layer_tree_host_unittest_damage.cc 23 // These tests deal with damage tracking.
26 // LayerTreeHost::SetNeedsRedraw should damage the whole viewport.
64 // The first frame has full damage.
68 // The second frame has full damage.
88 // LayerTreeHost::SetViewportSize should damage the whole viewport.
126 // The first frame has full damage.
130 // The second frame has full damage.
181 // The first frame has damage, so we should draw and swap.
185 // The second frame has no damage, so we should not draw and swap.
188 // The third frame has damage again, so we should draw and swap
    [all...]
damage_tracker_unittest.cc 28 // surface, so that the surface (and its damage tracker) can
42 // Recursively clear damage for any existing surface.
48 // This emulates only steps that are relevant to testing the damage tracker:
50 // 2. updating all damage trackers in the correct order
57 // Iterate back-to-front, so that damage correctly propagates from descendant
228 // CASE 1: Setting the update rect should cause the corresponding damage to
234 // Damage position on the surface should be: position of update_rect (10, 11)
242 // damage.
251 // CASE 3: Setting a different update rect should cause damage on the new
257 // Damage position on the surface should be: position of update_rect (20, 25
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_input_event_private.idl 24 * input event does not cause any rendering damage, the end point of input
26 * event does cause rendering damage, the end point of input latency is when
29 * Notes: In the current version, only Graphics2D damage is considered as
30 * rendering damage. And it works only when the Graphics2Ds are bound to
37 * rendering damage.
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface_factory.cc 31 SkRect damage; local
32 image.getBounds(&damage);
42 canvas->drawBitmapRectToRect(image, &damage, damage);
53 virtual void PresentCanvas(const gfx::Rect& damage) OVERRIDE;
57 void UpdateNativeSurface(const gfx::Rect& damage);
84 void DriSurfaceAdapter::PresentCanvas(const gfx::Rect& damage) {
89 UpdateNativeSurface(damage);
98 void DriSurfaceAdapter::UpdateNativeSurface(const gfx::Rect& damage) {
103 // missing the previous update. Expand damage region
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_input_event_private.h 42 * input event does not cause any rendering damage, the end point of input
44 * event does cause rendering damage, the end point of input latency is when
47 * Notes: In the current version, only Graphics2D damage is considered as
48 * rendering damage. And it works only when the Graphics2Ds are bound to
55 * rendering damage.
  /external/chromium_org/content/browser/compositor/
software_output_device_ozone_unittest.cc 35 virtual void PresentCanvas(const gfx::Rect& damage) OVERRIDE {}
137 gfx::Rect damage(0, 0, 100, 100);
142 SkCanvas* canvas = output_device_->BeginPaint(damage);
151 canvas = output_device_->BeginPaint(damage);
172 gfx::Rect damage(area.width() / 2, area.height() / 2);
173 canvas = output_device_->BeginPaint(damage);
174 canvas->clipRect(gfx::RectToSkRect(damage), SkRegion::kReplace_Op);
189 if (j < damage.width() && i < damage.height())
  /external/mksh/
NOTICE 18 * direct, other damage, loss, or other issues arising in any way out
20 * damage or existence of a defect, except proven that it results out
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 29 Buffer* parent, const gfx::Rect& damage) {
31 damage_ = damage;
44 SkRegion damage; local
47 damage.op(RectToSkIRect(current->damage_), SkRegion::kUnion_Op);
49 *result = damage;
157 // Find the smallest damage region that needs
167 // Copy over the damage region.
compositor_software_output_device.h 46 // damage rect difference between any two given buffers (see SetParent and
62 void SetParent(Buffer* parent, const gfx::Rect& damage);
  /external/chromium_org/tools/git/
mass-rename.sh 12 # 3) look at git diff (without --cached) to see what the damage is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libXdamage.so.1 
libXdamage.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libXdamage.so.1 
libXdamage.so.1.1.0 
  /external/chromium_org/ui/ozone/public/
surface_ozone_canvas.h 42 // The implementation may assume that any pixels outside the damage
44 virtual void PresentCanvas(const gfx::Rect& damage) = 0;
  /external/chromium_org/third_party/android_crazy_linker/
LICENSE 27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 * SUCH DAMAGE.
  /external/chromium_org/third_party/android_crazy_linker/src/
LICENSE 27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 * SUCH DAMAGE.
  /ndk/sources/android/crazy_linker/
LICENSE 27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 * SUCH DAMAGE.
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 74 // Capture screen pixels to the current buffer in the queue. In the DAMAGE
76 // from HandleXEvent(). In the non-DAMAGE case, this captures the
109 Damage damage_handle_;
227 // TODO(lambroslambrou): Disable DAMAGE in situations where it is known
229 // drivers (nVidia, ATI) that fail to report DAMAGE notifications
240 // Create an XFixes server-side region to collate damage into.
333 if (damage_event->damage != damage_handle_)
392 // In the DAMAGE case, ensure the frame is up-to-date with the previous frame
403 // Atomically fetch and clear the damage region.
444 // or not DAMAGE is being used. DAMAGE doesn't necessarily send
    [all...]
  /abi/cpp/src/
array_type_info.cc 26 // SUCH DAMAGE.
class_type_info.cc 26 // SUCH DAMAGE.

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>