OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpBounds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
VectorDrawable.cpp
498
SkRect
tmpBounds
= bounds;
499
tmpBounds
.offsetTo(0, 0);
500
mStagingProperties.setBounds(
tmpBounds
);
/external/skia/src/effects/
SkMorphologyImageFilter.cpp
119
SkIRect
tmpBounds
= SkIRect::MakeWH(srcBounds.width(), srcBounds.height());
120
callProcY(procY, temp, dst, height,
tmpBounds
);
Completed in 377 milliseconds