OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDebugLoopCount
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/pathops/
SkIntersections.h
30
sk_bzero(
fDebugLoopCount
, sizeof(
fDebugLoopCount
));
325
int
fDebugLoopCount
[3];
SkPathOpsDebug.cpp
590
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
592
if (
fDebugLoopCount
[index] >= i->debugLoopCount(looper)) {
595
fDebugLoopCount
[index] = i->debugLoopCount(looper);
610
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
611
if (
fDebugLoopCount
[index] >= local->
fDebugLoopCount
[index]) {
614
fDebugLoopCount
[index] = local->
fDebugLoopCount
[index];
653
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
654
SkDebugf("%s: %d\n", loops[index],
fDebugLoopCount
[index])
[
all
...]
SkPathOpsTypes.h
203
int
fDebugLoopCount
[3];
/external/skqp/src/pathops/
SkIntersections.h
30
sk_bzero(
fDebugLoopCount
, sizeof(
fDebugLoopCount
));
325
int
fDebugLoopCount
[3];
SkPathOpsDebug.cpp
590
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
592
if (
fDebugLoopCount
[index] >= i->debugLoopCount(looper)) {
595
fDebugLoopCount
[index] = i->debugLoopCount(looper);
610
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
611
if (
fDebugLoopCount
[index] >= local->
fDebugLoopCount
[index]) {
614
fDebugLoopCount
[index] = local->
fDebugLoopCount
[index];
653
for (int index = 0; index < (int) SK_ARRAY_COUNT(
fDebugLoopCount
); ++index) {
654
SkDebugf("%s: %d\n", loops[index],
fDebugLoopCount
[index])
[
all
...]
SkPathOpsTypes.h
203
int
fDebugLoopCount
[3];
Completed in 316 milliseconds