Searched refs:wind (Results 1 - 9 of 9) sorted by relevance

/external/skia/tools/
H A DiOSShell.cpp20 static SkView* curr_view(SkWindow* wind) { argument
21 SkView::F2BIter iter(wind);
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp282 int wind = 0; local
310 SkTSwap(wind, oppWind);
312 int lastWind = wind;
316 wind += windValue;
320 int windSum = SkOpSegment::UseInnerWinding(lastWind, wind) ? wind : lastWind;
326 // happened when last = 1 wind = -1
329 || (abs(wind) == abs(lastWind)
330 && (windSum ^ wind ^ lastWind) == spanSum));
353 SkTSwap(wind, oppWin
[all...]
H A DSkPathOpsDebug.cpp210 bool SkPathOpsDebug::ValidWind(int wind) { argument
211 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF;
214 void SkPathOpsDebug::WindingPrintf(int wind) { argument
215 if (wind == SK_MinS32) {
218 SkDebugf("%d", wind);
1052 int wind = 0; local
1073 wind += next->debugSign() * (op ? minSpan->oppValue() : minSpan->windValue());
1075 wind &= 1;
1086 SkASSERT(wind
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java207 public void setWindow(TestWindow wind){ argument
208 window = wind;
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.mm254 #define FPS_Flush(wind) gFPS.flush(wind)
/external/skia/tests/
H A DPathOpsDebug.cpp40 bool SkPathOpsDebug::ValidWind(int wind) { argument
41 return wind > SK_MinS32 + 0xFFFF && wind < SK_MaxS32 - 0xFFFF;
44 void SkPathOpsDebug::WindingPrintf(int wind) { argument
45 if (wind == SK_MinS32) {
48 SkDebugf("%d", wind);
/external/skia/samplecode/
H A DSampleApp.cpp633 static SkView* curr_view(SkWindow* wind) { argument
634 SkView::F2BIter iter(wind);
638 static bool curr_title(SkWindow* wind, SkString* title) { argument
639 SkView* view = curr_view(wind);
/external/bison/build-aux/
H A Dtexinfo.tex5757 % text, then jumping from the outline may wind up with the text not
/external/libmicrohttpd/doc/
H A Dtexinfo.tex5758 % text, then jumping from the outline may wind up with the text not

Completed in 344 milliseconds