Searched defs:inside (Results 1 - 12 of 12) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dsweep.h49 * into regions. Each region is marked "inside" if it belongs
70 * inside the polygon */
71 GLboolean inside; /* is this region inside the polygon? */ member in struct:ActiveRegion
H A Dmesh.h142 GLboolean inside; /* this face is in the polygon interior */ member in struct:GLUface
187 * when a face is split, the "inside" flag is copied from the old face.
/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.cpp217 // FIXME: Paint-time pagination is obsolete and is now only used by embedded WebViews inside AppKit
235 // for embedded views inside AppKit. AppKit is incapable of paginating vertical
304 bool inside = curr->nodeAtPoint(request, result, x, y, tx, ty, root->lineTop(), root->lineBottom()); local
305 if (inside) {
H A DRenderWidget.cpp103 // destroyed while inside the Widget code, which might not be
400 bool inside = RenderReplaced::nodeAtPoint(request, result, x, y, tx, ty, action); local
403 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node())
405 return inside;
H A DRenderImage.cpp414 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); local
427 if (!inside && result.isRectBasedTest())
429 if (inside)
431 return inside;
H A DRenderObject.cpp638 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
2050 if (o->isSVGForeignObject()) // foreignObject is the containing block for contents inside it
2166 bool inside = false; local
2169 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestForeground);
2172 if (!inside)
2173 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestFloat);
2176 if (!inside)
2177 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestChildBlockBackgrounds);
2180 // See if the mouse is inside us but not any of our descendants
2181 if (hitTestFilter != HitTestDescendants && !inside)
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c1147 void GEM_wind_redraw(_THIS, int winhandle, short *inside) argument
1161 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1418 int inside = center.x >= radius && center.x < size.width - radius && local
1430 if( inside )
/external/qemu/android/skin/
H A Dwindow.c695 char inside; member in struct:__anon8952
704 finger->inside = 0;
981 finger->inside = 0;
988 finger->inside = 1;
1009 char inside = 1; local
1015 inside = 0;
1019 inside = 0;
1023 inside = 0;
1026 inside = 0;
1028 finger->inside
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1007 milliseconds