OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opBounds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
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
781
const Rect&
opBounds
= state.mBounds;
790
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, left, top);
791
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, right, top);
792
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, left, bottom);
794
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, left, bottom);
795
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, right, top);
796
SET_TEXTURE(vertex,
opBounds
, bounds, texCoords, right, bottom);
799
renderer.dirtyLayer(
opBounds
.left,
opBounds
.top,
opBounds
.right, opBounds.bottom)
[
all
...]
Completed in 25 milliseconds