HomeSort by relevance Sort by last modified time
    Searched refs:dirtyBounds (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
BakedOpRenderer.h 83 void renderGlop(const Rect* dirtyBounds, const ClipBase* clip, const Glop& glop) {
84 mGlopReceiver(*this, dirtyBounds, clip, glop);
104 static void DefaultGlopReceiver(BakedOpRenderer& renderer, const Rect* dirtyBounds,
106 renderer.renderGlopImpl(dirtyBounds, clip, glop);
108 void renderGlopImpl(const Rect* dirtyBounds, const ClipBase* clip, const Glop& glop);
111 void prepareRender(const Rect* dirtyBounds, const ClipBase* clip);
BakedOpRenderer.cpp 290 void BakedOpRenderer::prepareRender(const Rect* dirtyBounds, const ClipBase* clip) {
338 if (dirtyBounds) {
340 dirtyRenderTarget(*dirtyBounds);
344 void BakedOpRenderer::renderGlopImpl(const Rect* dirtyBounds, const ClipBase* clip,
346 prepareRender(dirtyBounds, clip);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 908 final Rect dirtyBounds = mDirtyBounds;
909 dirtyBounds.set(drawingBounds);
931 dirtyBounds.union(drawingBounds);
932 dirtyBounds.union(super.getDirtyBounds());
933 return dirtyBounds;
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 47 static void ValidatingGlopReceiver(BakedOpRenderer& renderer, const Rect* dirtyBounds,

Completed in 312 milliseconds