OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_empty
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRegion.cpp
1006
bool
b_empty
= rgnb->isEmpty();
local
1015
if (
b_empty
|| !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1025
if ((a_empty |
b_empty
)
1044
if (
b_empty
) {
1059
if (
b_empty
) {
[
all
...]
SkAAClip.cpp
1611
bool
b_empty
= clipB->isEmpty();
local
[
all
...]
/external/skia/src/core/
SkRegion.cpp
1006
bool
b_empty
= rgnb->isEmpty();
local
1015
if (
b_empty
|| !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds,
1025
if ((a_empty |
b_empty
)
1044
if (
b_empty
) {
1059
if (
b_empty
) {
[
all
...]
SkAAClip.cpp
1611
bool
b_empty
= clipB->isEmpty();
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y
886
int
b_empty
= _token_list_is_empty_ignoring_space(b);
887
return a_empty ==
b_empty
;
[
all
...]
/external/mesa3d/src/glsl/glcpp/
glcpp-parse.y
886
int
b_empty
= _token_list_is_empty_ignoring_space(b);
887
return a_empty ==
b_empty
;
[
all
...]
Completed in 520 milliseconds