Searched defs:inside (Results 1 - 13 of 13) 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
2056 if (o->isSVGForeignObject()) // foreignObject is the containing block for contents inside it
2172 bool inside = false; local
2175 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestForeground);
2178 if (!inside)
2179 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestFloat);
2182 if (!inside)
2183 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestChildBlockBackgrounds);
2186 // See if the mouse is inside us but not any of our descendants
2187 if (hitTestFilter != HitTestDescendants && !inside)
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c1144 void GEM_wind_redraw(_THIS, int winhandle, short *inside) argument
1158 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp580 bool Node::inside(int minx, int miny, int maxx, int maxy) function in class:RTree::Node
591 if (m_children[i]->inside(minx, miny, maxx, maxy))
/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.c706 char inside; member in struct:__anon10888
715 finger->inside = 0;
992 finger->inside = 0;
999 finger->inside = 1;
1020 char inside = 1; local
1026 inside = 0;
1030 inside = 0;
1034 inside = 0;
1037 inside = 0;
1039 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 316 milliseconds