OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalClipBounds
(Results
1 - 10
of
10
) 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
(); }
DisplayListOp.h
[
all
...]
DisplayListCanvas.cpp
180
Rect bounds = mState.
getLocalClipBounds
();
RecordingCanvas.cpp
227
*outRect = mState.
getLocalClipBounds
().toSkRect();
FrameBuilder.cpp
451
mCanvasState.
getLocalClipBounds
(),
[
all
...]
RenderNode.cpp
[
all
...]
/frameworks/base/libs/hwui/tests/unit/
CanvasStateTests.cpp
61
ASSERT_EQ(state.
getLocalClipBounds
(), Rect(-10, -20, 190, 180));
/external/skia/include/core/
SkCanvas.h
532
// TODO: add a hasPerspective method similar to
getLocalClipBounds
. This
544
const SkRect& clipR = this->
getLocalClipBounds
();
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
[
all
...]
Completed in 830 milliseconds