Home
last modified time | relevance | path

Searched refs:glitches (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.cpp168 GlitchLog glitches; in CheckHealth() local
172 contour->debugCheckHealth(id, &glitches); in CheckHealth()
173 contour->debugMissingCoincidence(id, &glitches, coincidence); in CheckHealth()
175 coincidence->debugFixAligned(id, &glitches); in CheckHealth()
176 coincidence->debugAddMissing(id, &glitches); in CheckHealth()
177 coincidence->debugExpand(id, &glitches); in CheckHealth()
178 coincidence->debugAddExpanded(id, &glitches); in CheckHealth()
179 coincidence->debugMark(id, &glitches); in CheckHealth()
181 for (int index = 0; index < glitches.fGlitches.count(); ++index) { in CheckHealth()
182 const SpanGlitch& glitch = glitches.fGlitches[index]; in CheckHealth()
[all …]
DSkOpSegment.h133 void debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* glitches,
137 void debugAddAlignIntersections(const char* id, SkPathOpsDebug::GlitchLog* glitches, in debugAddAlignIntersections() argument
139 this->debugAddAlignIntersection(id, glitches, *fHead.ptT(), fOriginal[0], contourList); in debugAddAlignIntersections()
140 this->debugAddAlignIntersection(id, glitches, *fTail.ptT(), fOriginal[1], contourList); in debugAddAlignIntersections()
144 void debugAlign(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
151 void debugFindCollapsed(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
158 void debugMissingCoincidence(const char* id, SkPathOpsDebug::GlitchLog* glitches,
160 void debugMoveMultiples(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
161 void debugMoveNearby(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
/external/mesa3d/docs/
DVERSIONS824 - fixed GL error glitches in gl[Client]ActiveTextureARB()
1005 - error checking in compressed tex image functions had some glitches
1220 - fixed some compilation/link glitches on IRIX (Mike Stephens)
1269 - fixed some minor glGetTexParameter glitches
1272 - fixed a few glitches in GL_HP_occlusion_test extension
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES868 . Various stroking glitches has been fixed.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.216061 TrueType native rendering glitches; they came from a small rounding
/external/bison/
DChangeLog-20128947 Fix some porting glitches found by Nelson H. F. Beebe.
10534 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
11076 redirection glitches. Problem reported by twlevo@xs4all.nl.
/external/libxml2/
DChangeLog6366 fixes documentation glitches raised by Oliver Stoeneberg