/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 31 import android.graphics.Path; 280 Path p = new Path(); 282 Path.Direction.CW);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumSetPage.java | 38 import com.android.gallery3d.data.Path; 65 public static final String KEY_MEDIA_PATH = "media-path"; 186 Path path = targetSet.getPath(); local 187 mHighlightDrawer.setHighlightItem(path); 225 Path path = (set == null) ? null : set.getPath(); local 226 mSelectionManager.setPressedPath(path); 576 public void onSelectionChange(Path path, boolean selected) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 46 Path path, Comparator<MediaItem> comparator, MediaSet[] sources) { 47 super(path, INVALID_DATA_VERSION);
|
UriImage.java | 61 public UriImage(GalleryApp application, Path path, Uri uri) { 62 super(path, nextVersionNumber());
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListItem.java | 32 import android.graphics.Path; 103 private Path mPath = new Path(); 729 Path path = mPath; local 730 path.reset(); 734 path.reset(); 750 path.moveTo(l, t + mAvatar.getCloseOffset()); 751 path.lineTo(l, t); 752 path.lineTo(r, t) [all...] |
/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 26 #include "ui/gfx/path.h" 161 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) 346 gfx::Path* window_mask) {
|
cookie_info_view.cc | 64 path_value_field_->SetText(UTF8ToWide(cookie.Path()));
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 164 CASE_DRAW_NEW(Path); 318 CASE_GET_DRAW_INFO(Path); 486 DRAW_NAME("path", SkType_Path),
|
/frameworks/base/core/jni/ |
Android.mk | 108 android/graphics/Path.cpp \ 165 $(call include-path-for, bluedroid) \ 166 $(call include-path-for, libhardware)/hardware \ 167 $(call include-path-for, libhardware_legacy)/hardware_legacy \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoring.java | 56 import org.eclipse.core.runtime.Path; 314 return project.getFile(new Path(FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 48 import org.eclipse.core.runtime.Path; 227 private void open(String path) throws IOException, InterruptedException, PartInitException { 235 command[1] = path; 241 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath));
|
/sdk/files/ |
find_java.bat | 24 rem Check we have a valid Java.exe in the path. The return code will
35 rem We get here if the default %java_exe% was not found in the path.
39 echo WARNING: Java not found in your path.
54 rem Check for the "default" 64-bit version if it's not the same path
64 rem Check for the "default" 32-bit version if it's not the same path
89 rem of the %1 path (i.e. the path with only short names and no spaces).
101 echo Please consider adding it to your path:
104 echo At the end of the "Path" entry in "User variables", add the following:
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab.cc | 14 #include "ui/gfx/path.h" 112 void TouchTab::GetHitTestMask(gfx::Path* path) const { 113 DCHECK(path); 118 path->moveTo(0, h); 119 path->lineTo(0, 0); 120 path->lineTo(w, 0); 121 path->lineTo(w, h); 122 path->lineTo(0, h); 123 path->close() [all...] |
/external/icu4c/tools/genrb/ |
gendtjar.pl | 26 use File::Path; 67 $path=$ENV{'PATH'}; 72 $path .=":$icuBinDir:$icuLibDir"; 83 $path .=":$icuBinDir:$icuLibDir"; 91 $path .=":$icuBinDir:$icuLibDir"; 98 $path .=$icuBinDir; 101 $ENV{'PATH'} = $path; 102 #print ("##### PATH = $ENV{'PATH'}\n") [all...] |
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 148 bool LTOCodeGenerator::writeMergedModules(const char *path, 158 tool_output_file Out(path, ErrInfo, 162 errMsg += path; 172 errMsg += path; 232 sys::Path(_nativeObjectPath).eraseFromDisk();
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.h | 35 #include "Path.h" 264 Path m_path;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGPath.cpp | 72 , m_needsPathUpdate(true) // default is true, so we grab a Path object once from SVGStyledTransformableElement 172 Path path; 182 path = m_path; 183 path.transform(nonScalingStrokeTransform); 191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path); 196 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
|
RenderSVGResourceFilter.cpp | 156 delete m_filter.take(object); // Oops, have to rebuild, go through normal code path 262 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*)
|
/frameworks/compile/libbcc/runtime/ |
Makefile | 75 printf " %s - from '%s'\n" $($(key).Name) $($(key).Path);\
|
/external/clang/tools/scan-build/ |
scan-build | 90 # Default to looking for 'clang' in the path. 94 DieDiag("No 'clang' executable found in path."); 261 # UpdateInFilePath - Update the path in the report file. 517 my $Path = <IN>; 518 if (defined $Path) { UpdatePrefix($Path); } 667 <td class="Q">Path Length</td> 970 --use-cc [compiler path] - By default, $Prog uses 'gcc' to compile and link 971 --use-cc=[compiler path] your C and Objective-C code. Use this option 974 --use-c++ [compiler path] - By default, $Prog uses 'g++' to compile and lin [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext.cpp | 569 Path path; 570 path.addRoundedRect(rect); 571 clip(path); 579 Path path; 580 path.addRoundedRect(rect); 581 clipOut(path); 630 Path path; [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 717 void PainterOpenVG::drawPath(const Path& path, VGbitfield specifiedPaintModes, WindRule fillRule) 735 vgDrawPath(path.platformPath()->vgPath(), paintModes); 772 // (potentially more expensive) path clipping. Note that scissoring is not 782 Path scissorRectPath; 788 void PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation maskOp, WindRule clipRule) 809 // Intersect the path from the mask, or subtract it from there. 813 vgRenderToMask(path.platformPath()->vgPath(), VG_FILL_PATH, (VGMaskOperation) maskOp); 837 VGPath path = vgCreatePath local 871 VGPath path = vgCreatePath( local 928 VGPath path = vgCreatePath( local 972 VGPath path = vgCreatePath( local 1006 VGPath path = vgCreatePath( local 1044 VGPath path = vgCreatePath( local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 34 import org.eclipse.core.runtime.Path; 614 if (Path.EMPTY.isValidSegment(projText)) { 646 if (!status.isOK() || !Path.ROOT.isValidSegment(projectName)) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceHelper.java | 75 import org.eclipse.core.runtime.Path; 337 IPath projectPath = new Path(FD_RESOURCES + WS_SEP + folderType.getName() + WS_SEP 484 IFile file = project.getFile(new Path(projectPath));
|
/external/clang/lib/AST/ |
VTableBuilder.cpp | 34 /// VirtualBase - If the path from the derived class to the base class 40 /// path from the derived class to the base class involves a virtual base 213 const CXXBasePath &Path) { 220 for (unsigned I = 0, E = Path.size(); I != E; ++I) { 221 const CXXBasePathElement &Element = Path[I]; 225 // (If we can't, can't we just iterate over the path in reverse order?) 234 for (unsigned I = NonVirtualStart, E = Path.size(); I != E; ++I) { 235 const CXXBasePathElement &Element = Path[I]; 474 // Fast-path matches in the canonical types. [all...] |