OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocalClipBounds
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
CanvasState.h
120
const Rect&
getLocalClipBounds
() const { return mSnapshot->getLocalClip(); }
OpenGLRenderer.h
311
const Rect&
getLocalClipBounds
() const { return mState.
getLocalClipBounds
(); }
/external/skia/include/core/
SkCanvas.h
532
// TODO: add a hasPerspective method similar to
getLocalClipBounds
. This
544
const SkRect& clipR = this->
getLocalClipBounds
();
[
all
...]
Completed in 87 milliseconds