/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 19 import android.graphics.Path; 211 * as a multi-int setter. The values are animated along the path, with the first 217 * @param path The Path along which the values should be animated. 221 public static PropertyValuesHolder ofMultiInt(String propertyName, Path path) { 222 Keyframes keyframes = KeyframeSet.ofPath(path); 329 * as a multi-float setter. The values are animated along the path, with the first 335 * @param path The Path along which the values should be animated [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
PieRenderer.java | 26 import android.graphics.Path; 294 // this allows us to re-use the path 301 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, local 305 item.setPath(path); 327 private Path makeSlice(float start, float end, int outer, int inner, Point center) { 334 Path path = new Path(); local 335 path.arcTo(bb, start, end - start, true) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 32 import org.eclipse.core.runtime.Path; 513 Path path = new Path(mValues.projectLocation.getPath()); local 517 URI uri = URIUtil.toURI(path.toOSString()); 527 File f = path.toFile(); 543 IPath destPath = path.removeLastSegments(1).append(mValues.testProjectName); 583 Path path = new Path(f.getAbsolutePath()) local [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameView.java | 22 import android.graphics.Path; 598 private final Path mPath; 609 mPath = new Path();
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.cpp | 149 // This code path is for restoring from an eviction 982 void CanvasRenderingContext2D::fillInternal(const Path& path, const String& windingRuleString) 984 if (path.isEmpty()) { 1009 fullCanvasCompositedFill(path); 1013 c->fillPath(path); 1017 if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) { 1018 c->fillPath(path); 1033 fillInternal(domPath->path(), windingRuleString); 1036 void CanvasRenderingContext2D::strokeInternal(const Path& path [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
value.h | 508 /** \brief Experimental and untested: represents an element of the "path" to access a node. 513 friend class Path; 532 /** \brief Experimental and untested: represents a "path" to access a node. 543 class Path 546 Path( const std::string &path, 556 /// Creates the "path" to access the specified node and returns a reference on the node. 563 void makePath( const std::string &path, 565 void addPathInArg( const std::string &path, 569 void invalidPath( const std::string &path, [all...] |
/external/chromium_org/ui/views/touchui/ |
touch_selection_controller_impl.cc | 16 #include "ui/gfx/path.h" 141 gfx::Path* mask) const OVERRIDE; 177 virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE { 308 gfx::Path* mask) const {
|
/external/chromium_org/v8/samples/ |
process.cc | 51 virtual const string& Path() = 0; 468 // Fetch the path. 469 const string& path = request->Path(); local 473 info.GetIsolate(), path.c_str(), String::kNormalString, 474 static_cast<int>(path.length()))); 482 const string& path = request->Referrer(); local 484 info.GetIsolate(), path.c_str(), String::kNormalString, 485 static_cast<int>(path.length()))); 492 const string& path = request->Host() local 503 const string& path = request->UserAgent(); local [all...] |
/external/jsoncpp/chromium-overrides/include/json/ |
value.h | 508 /** \brief Experimental and untested: represents an element of the "path" to access a node. 513 friend class Path; 532 /** \brief Experimental and untested: represents a "path" to access a node. 543 class Path 546 Path( const std::string &path, 556 /// Creates the "path" to access the specified node and returns a reference on the node. 563 void makePath( const std::string &path, 565 void addPathInArg( const std::string &path, 569 void invalidPath( const std::string &path, [all...] |
/external/jsoncpp/include/json/ |
value.h | 508 /** \brief Experimental and untested: represents an element of the "path" to access a node. 513 friend class Path; 532 /** \brief Experimental and untested: represents a "path" to access a node. 543 class Path 546 Path( const std::string &path, 556 /// Creates the "path" to access the specified node and returns a reference on the node. 563 void makePath( const std::string &path, 565 void addPathInArg( const std::string &path, 569 void invalidPath( const std::string &path, [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 24 import android.graphics.Path.Direction; 25 import android.graphics.Path.FillType; 39 * Delegate implementing the native methods of android.graphics.Path 41 * Through the layoutlib_create tool, the original native methods of Path have been replaced 46 * it and the original Path class. 147 "Path.isConvex is not supported.", null, null); 168 pathDelegate.mFillType = Path.sFillTypeArray[ft]; 188 // create an Area that can test if the path is a rect 213 // since we use a java2D path, there's no way to pre-allocate new points, 396 "Different corner sizes are not supported in Path.addRoundRect." [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
Spline.java | 22 import android.graphics.Path; 274 Path path = new Path(); local 275 path.moveTo(0, points[0].y); 300 path.lineTo((float) x, (float) y); 307 path.lineTo(lastPoint.x, lastPoint.y); 308 path.lineTo(w, lastPoint.y); 320 canvas.drawPath(path, paint); 337 canvas.drawPath(path, paint) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 47 import org.eclipse.core.runtime.Path; 139 // get the commonRoot for all modules. If only one module, this returns the path 147 // if makeRelativePath to returns the same path, then commonRoot is not in the 160 IPath settingsGradle = Path.fromOSString(settingsFile.getAbsolutePath()); 162 // different path, means commonRoot is inside the workspace, which means we have 176 IPath path = Path.fromOSString(wrapperFile.getAbsolutePath()); local 177 IFile file = workspaceRoot.getFile(path); 249 // get the project path to add it to the settings.gradle. 430 IPath path = entry.getPath().removeFirstSegments(1) local 486 IPath path = entry.getPath().removeFirstSegments(1); local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 36 * Path, text, Bitmap), and a paint (to describe the colors and styles for the 746 * Modify the current clip with the specified path. 748 * @param path The path to operate on the current clip 752 public boolean clipPath(@NonNull Path path, @NonNull Region.Op op) { 753 return native_clipPath(mNativeCanvasWrapper, path.ni(), op.nativeInt); 757 * Intersect the current clip with the specified path. 759 * @param path The path to intersect with the current cli [all...] |
/art/compiler/ |
elf_writer_mclinker.cc | 29 #include <mcld/Support/Path.h> 172 mcld::sys::fs::Path("oat contents path"),
|
/external/chromium_org/apps/ui/views/ |
app_window_frame_view.cc | 20 #include "ui/gfx/path.h" 228 gfx::Path* window_mask) { 308 gfx::Path path; local 309 path.moveTo(0, 0); 310 path.lineTo(width(), 0); 311 path.lineTo(width(), kCaptionHeight); 312 path.lineTo(0, kCaptionHeight); 313 path.close(); 314 canvas->DrawPath(path, paint) [all...] |
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_popup_contents_view.cc | 18 #include "ui/gfx/path.h" 415 gfx::Path path; local 416 MakeContentsPath(&path, contents_bounds); 418 canvas->sk_canvas()->clipPath(path, 453 gfx::Path* path, 460 path->addRect(rect);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.h | 324 const Path*, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor = 0); 330 void drawBoxSideFromPath(GraphicsContext*, const LayoutRect&, const Path&, const class BorderEdge[],
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.cpp | 556 SkPath path; 557 setPathFromConvexPoints(&path, numPoints, points); 561 drawPath(path, paint); 564 drawPath(path, immutableState()->strokePaint()); 567 void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color) 599 SkPath path; local 605 focusRingRegion.getBoundaryPath(&path); 606 drawOuterPath(path, paint, width); 607 drawInnerPath(path, paint, width); 660 Path path local 1283 const SkPath& path = pathToStroke.skPath(); local 1312 SkPath path; local [all...] |
/external/chromium_org/ui/keyboard/ |
keyboard_controller.cc | 20 #include "ui/gfx/path.h" 60 gfx::Path* mask) const OVERRIDE { 113 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_window_tree_host_x11_unittest.cc | 20 #include "ui/gfx/path.h" 101 gfx::Path* window_mask) OVERRIDE { 280 gfx::Path shape2;
|
/external/clang/lib/Lex/ |
PPDirectives.cpp | [all...] |
/external/llvm/lib/Object/ |
Archive.cpp | 168 SmallString<128> Path; 172 ? (Twine(Parent->getFileName()) + "(" + Name + ")").toStringRef(Path)
|
/frameworks/compile/mclinker/lib/CodeGen/ |
MCLinker.cpp | 67 static cl::list<mcld::sys::fs::Path> 299 cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd;
|