OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mClip
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/stagefright/
ColorConverter.h
63
uint8_t *
mClip
;
/frameworks/base/libs/hwui/
DeferredDisplayList.h
61
Rect
mClip
;
FontRenderer.h
201
const Rect*
mClip
;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java
70
private Area
mClip
= null;
400
// Set the current transform and clip which can either come from mTransform/
mClip
if they
409
// reset
mClip
in case there was one.
410
mClip
= null;
516
mClip
= area;
518
mClip
= new Area();
521
return
mClip
.getBounds().isEmpty() == false;
537
return
mClip
;
Completed in 657 milliseconds