Searched defs:includeBBoxType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dbbh_shootout.cpp87 bool includeBBoxType[kBBoxTypeCount]; local
89 includeBBoxType[bBoxType] = (FLAGS_bb_types.count() == 0) ||
105 if (!includeBBoxType[bBoxType]) { continue; }
135 if (!includeBBoxType[bBoxType]) { continue; }
158 if (!includeBBoxType[bBoxType]) { continue; }
186 if (!includeBBoxType[bBoxType]) { continue; }
/external/skia/tools/
H A Dbbh_shootout.cpp88 bool includeBBoxType[kBBoxTypeCount]; local
90 includeBBoxType[bBoxType] = (FLAGS_bb_types.count() == 0) ||
106 if (!includeBBoxType[bBoxType]) { continue; }
126 if (!includeBBoxType[bBoxType]) { continue; }
149 if (!includeBBoxType[bBoxType]) { continue; }
177 if (!includeBBoxType[bBoxType]) { continue; }

Completed in 459 milliseconds