OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debugCheckHealth
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/pathops/
SkPathOpsTypes.h
99
bool
debugCheckHealth
() const { return fDebugCheckHealth; }
222
(this->globalState()->
debugCheckHealth
() || \
SkPathOpsDebug.cpp
359
contour->
debugCheckHealth
(&glitches);
801
void SkOpSegment::
debugCheckHealth
(SkPathOpsDebug::GlitchLog* glitches) const {
[
all
...]
/external/skqp/src/pathops/
SkPathOpsTypes.h
99
bool
debugCheckHealth
() const { return fDebugCheckHealth; }
222
(this->globalState()->
debugCheckHealth
() || \
SkPathOpsDebug.cpp
359
contour->
debugCheckHealth
(&glitches);
801
void SkOpSegment::
debugCheckHealth
(SkPathOpsDebug::GlitchLog* glitches) const {
[
all
...]
Completed in 65 milliseconds