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

  /frameworks/base/libs/hwui/
LayerBuilder.h 75 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect)
76 : LayerBuilder(width, height, repaintRect, nullptr, nullptr) {};
81 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
109 const Rect repaintRect;
BakedOpRenderer.cpp 44 void BakedOpRenderer::startRepaintLayer(OffscreenBuffer* offscreenBuffer, const Rect& repaintRect) {
47 // subtract repaintRect from region, since it will be regenerated
48 if (repaintRect.contains(0, 0,
53 offscreenBuffer->region.subtractSelf(android::Rect(repaintRect.left, repaintRect.top,
54 repaintRect.right, repaintRect.bottom));
80 clearColorBuffer(repaintRect);
117 void BakedOpRenderer::startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) {
123 clearColorBuffer(repaintRect);
    [all...]
BakedOpRenderer.h 69 void startFrame(uint32_t width, uint32_t height, const Rect& repaintRect);
70 void endFrame(const Rect& repaintRect);
73 void startRepaintLayer(OffscreenBuffer* offscreenBuffer, const Rect& repaintRect);
FrameBuilder.h 125 renderer.startRepaintLayer(layer.offscreenBuffer, layer.repaintRect);
144 renderer.startFrame(fbo0.width, fbo0.height, fbo0.repaintRect);
148 renderer.endFrame(fbo0.repaintRect);
177 const Rect& repaintRect,
LayerBuilder.cpp 201 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode)
204 , repaintRect(repaintRect)
205 , repaintClip(repaintRect)
247 && bakedState->computedState.clippedBounds.contains(repaintRect)
FrameBuilder.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp 56 virtual void startRepaintLayer(OffscreenBuffer*, const Rect& repaintRect) {
62 virtual void startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) {}
63 virtual void endFrame(const Rect& repaintRect) {}
115 void startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) override {
126 void endFrame(const Rect& repaintRect) override {
378 void startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) override {
381 void endFrame(const Rect& repaintRect) override {
396 void startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) override {
399 void endFrame(const Rect& repaintRect) override {
    [all...]

Completed in 999 milliseconds