HomeSort by relevance Sort by last modified time
    Searched refs:intersect (Results 251 - 275 of 473) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 452 intersect: function(ray){
504 intersect: function(ray){
715 var info = shape.intersect(ray);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 421 intersect: function(ray){
473 intersect: function(ray){
684 var info = shape.intersect(ray);
  /external/chromium_org/v8/benchmarks/
raytrace.js 426 intersect: function(ray){
478 intersect: function(ray){
689 var info = shape.intersect(ray);
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 745 if (area.intersect(rect)) {
763 if (!r.intersect(srcRect, subset)) {
853 if (!srcR.intersect(0, 0, this->width(), this->height())) {
857 // the intersect may have shrunk info's logical size
    [all...]
SkBitmapDevice.cpp 253 if (!tmpSrc.intersect(bitmapBounds)) {
  /external/clang/lib/Analysis/
Consumed.cpp 1051 Entry->intersect(StateMap);
1170 void ConsumedStateMap::intersect(const ConsumedStateMap *Other) { function in class:clang::consumed::ConsumedStateMap
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 328 if ( !Label.intersect(label, rl) ) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 387 // Now that we know how much we need to scroll, we can intersect with mViewClipRect.
388 mClipRect.intersect(mViewClipRect);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 279 normSrcRect.intersect(FloatRect(0, 0, image->bitmap().width(), image->bitmap().height()));
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 39 Return FALSE if the lines don't intersect
43 int intersect(const _Line& a, const _Line& b, Intersections& i) { function
328 // from http://www.bryceboe.com/wordpress/wp-content/uploads/2006/10/intersect.py
QuadraticIntersection_Test.cpp 323 if (intersect(l1, l2, ts)) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 867 if (!clippedSrcRect.intersect(*srcRectPtr)) {
874 if (!clippedSrcIRect->intersect(bmpBounds)) {
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 112 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
114 // see if end points intersect the opposite line
127 Return FALSE if the lines don't intersect
248 // see if end points intersect the opposite line
336 // see if end points intersect the opposite line
391 // from http://www.bryceboe.com/wordpress/wp-content/uploads/2006/10/intersect.py
  /external/chromium_org/third_party/skia/src/utils/
SkGatherPixelRefsAndRects.h 85 mappedRect.intersect(clipRect);
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleTest.cpp 95 i.intersect(quad, line);
  /external/skia/experimental/Intersection/
LineIntersection.cpp 39 Return FALSE if the lines don't intersect
43 int intersect(const _Line& a, const _Line& b, Intersections& i) { function
328 // from http://www.bryceboe.com/wordpress/wp-content/uploads/2006/10/intersect.py
QuadraticIntersection_Test.cpp 323 if (intersect(l1, l2, ts)) {
  /external/skia/src/core/
SkBitmapDevice.cpp 337 if (!tmpSrc.intersect(bitmapBounds)) {
  /external/skia/src/pathops/
SkDLineIntersection.cpp 112 int SkIntersections::intersect(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
114 // see if end points intersect the opposite line
127 Return FALSE if the lines don't intersect
245 // see if end points intersect the opposite line
333 // see if end points intersect the opposite line
388 // from http://www.bryceboe.com/wordpress/wp-content/uploads/2006/10/intersect.py
  /external/skia/src/utils/
SkGatherPixelRefsAndRects.h 90 mappedRect.intersect(clipRect);
  /external/skia/tests/
PathOpsAngleTest.cpp 95 i.intersect(quad, line);
  /frameworks/base/libs/hwui/
RenderProperties.h 520 outRect->intersect(mPrimitiveFields.mClipBounds);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 327 cropBox.intersect(mediaBox);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 240 mTmpRect.intersect(win.mVisibleInsets);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
99 result.intersect(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));

Completed in 4594 milliseconds

<<111213141516171819