OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tighterBounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h
27
*
tighterBounds
. If not NULL,
tighterBounds
will always be contained by queryBounds after return.
28
* If
tighterBounds
is specified then it is assumed that the caller will implicitly clip against it.
39
SkIRect*
tighterBounds
= NULL,
GrReducedClip.cpp
36
SkIRect*
tighterBounds
,
52
// attempt to compute the
tighterBounds
.
68
if (NULL !=
tighterBounds
) {
69
*
tighterBounds
= queryBounds;
75
if (NULL !=
tighterBounds
) {
76
isectRect.roundOut(
tighterBounds
);
77
SkRect scalarTighterBounds = SkRect::Make(*
tighterBounds
);
111
if (NULL !=
tighterBounds
) {
114
tighterBounds
->intersect(queryBounds, stackIBounds);
115
bounds =
tighterBounds
;
[
all
...]
/external/skia/src/gpu/
GrReducedClip.h
27
*
tighterBounds
. If not NULL,
tighterBounds
will always be contained by queryBounds after return.
28
* If
tighterBounds
is specified then it is assumed that the caller will implicitly clip against it.
39
SkIRect*
tighterBounds
= NULL,
GrReducedClip.cpp
36
SkIRect*
tighterBounds
,
52
// attempt to compute the
tighterBounds
.
68
if (NULL !=
tighterBounds
) {
69
*
tighterBounds
= queryBounds;
75
if (NULL !=
tighterBounds
) {
76
isectRect.roundOut(
tighterBounds
);
77
SkRect scalarTighterBounds = SkRect::Make(*
tighterBounds
);
111
if (NULL !=
tighterBounds
) {
114
tighterBounds
->intersect(queryBounds, stackIBounds);
115
bounds =
tighterBounds
;
[
all
...]
/external/skia/tests/
ClipStackTest.cpp
[
all
...]
Completed in 318 milliseconds