OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:revealClipPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FrameBuilder.cpp
407
const SkPath*
revealClipPath
= properties.getRevealClip().getPath();
408
if (
revealClipPath
&&
revealClipPath
->isEmpty()) return;
417
if (
revealClipPath
) {
420
Op(*casterPath, *
revealClipPath
, kIntersect_SkPathOp, frameAllocatedPath);
[
all
...]
RenderNode.cpp
[
all
...]
Completed in 122 milliseconds