OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoundsType
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/core/
SkClipStack.h
28
enum
BoundsType
{
198
SkClipStack::
BoundsType
fFiniteBoundType;
308
BoundsType
* boundType,
/external/skia/src/core/
SkClipStack.cpp
435
SkClipStack::
BoundsType
prevType;
599
BoundsType
* boundType,
826
SkClipStack::
BoundsType
boundType;
/external/skia/src/gpu/
GrReducedClip.cpp
348
SkClipStack::
BoundsType
stackBoundsType;
/external/skia/tests/
CanvasStateTest.cpp
339
SkClipStack::
BoundsType
boundsType
;
340
canvas.getClipStack()->getBounds(&clipStackBounds, &
boundsType
);
343
if (SkClipStack::kInsideOut_BoundsType ==
boundsType
) {
354
canvas.getClipStack()->getBounds(&clipStackBounds, &
boundsType
);
ClipStackTest.cpp
407
SkClipStack::
BoundsType
boundsType
;
408
stack.getBounds(&bounds, &
boundsType
);
409
REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType ==
boundsType
);
418
SkClipStack::
BoundsType
type;
525
SkClipStack::
BoundsType
type;
[
all
...]
Completed in 68 milliseconds