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

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 156 const Rect& opBounds = op->computedState.clippedBounds;
157 float boundsDelta = mBounds.left - opBounds.left;
159 boundsDelta = mBounds.top - opBounds.top;
163 boundsDelta = opBounds.right - mBounds.right;
165 boundsDelta = opBounds.bottom - mBounds.bottom;
DeferredDisplayList.cpp 209 const Rect& opBounds = state->mBounds;
210 float boundsDelta = mBounds.left - opBounds.left;
212 boundsDelta = mBounds.top - opBounds.top;
216 boundsDelta = opBounds.right - mBounds.right;
218 boundsDelta = opBounds.bottom - mBounds.bottom;
DisplayListOp.h 647 const Rect& opBounds = state.mBounds;
656 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, top);
657 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
658 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
660 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
661 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
662 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, bottom);
665 renderer.dirtyLayer(opBounds.left, opBounds.top, opBounds.right, opBounds.bottom)
    [all...]
BakedOpDispatcher.cpp 66 Rect opBounds = state.op->unmappedBounds;
67 state.computedState.transform.mapRect(opBounds);
70 opBounds.snapToPixelBoundaries();
72 storeTexturedRect(rectVerts, opBounds, texCoords);
73 renderer.dirtyRenderTarget(opBounds);
    [all...]

Completed in 678 milliseconds