HomeSort by relevance Sort by last modified time
    Searched defs:matchPath (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 568 SkPath matchPath;
569 currentMatchRegion.getBoundaryPath(&matchPath);
570 canvas->clipPath(matchPath);
614 SkPath matchPath;
615 region.getBoundaryPath(&matchPath);
618 matchPath.offset(SK_Scalar1, SkIntToScalar(2), &blurPath);
622 canvas->clipPath(matchPath, SkRegion::kDifference_Op);
629 canvas->drawPath(matchPath, m_findPaint);
  /prebuilt/common/ant/
ant.jar 

Completed in 46 milliseconds