OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyClip
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Snapshot.cpp
264
void Snapshot::
applyClip
(const ClipBase* recordedClip, const Matrix4& transform) {
269
mClipArea->
applyClip
(recordedClip, transform);
ClipArea.cpp
512
void ClipArea::
applyClip
(const ClipBase* clip, const Matrix4& transform) {
Completed in 51 milliseconds