HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 426 - 450 of 528) sorted by null

<<11121314151617181920>>

  /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 58 public UriImage(GalleryApp application, Path path, Uri uri) {
59 super(path, nextVersionNumber());
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 32 import android.graphics.Path;
103 private Path mPath = new Path();
715 Path path = mPath; local
716 path.reset();
720 path.reset();
736 path.moveTo(l, t + mAvatar.getCloseOffset());
737 path.lineTo(l, t);
738 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),
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 370 void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path)
377 m_paintingResource->postApplyResource(parentRenderer, context, m_paintingResourceMode, path);
396 releasePaintingResource(context, /* path */0);
585 Path path; local
586 path.addRect(FloatRect(decorationOrigin, FloatSize(width, thickness)));
589 releasePaintingResource(context, &path);
665 // Fast path if there is no selection, just draw the whole chunk part using the regular style
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/base/core/jni/
Android.mk 107 android/graphics/Path.cpp \
163 $(call include-path-for, bluedroid) \
164 $(call include-path-for, libhardware)/hardware \
165 $(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 149 bool LTOCodeGenerator::writeMergedModules(const char *path,
159 tool_output_file Out(path, ErrInfo,
163 errMsg += path;
173 errMsg += path;
233 sys::Path(_nativeObjectPath).eraseFromDisk();
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 35 #include "Path.h"
264 Path m_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/Frontend/
ASTUnit.cpp 45 #include "llvm/Support/Path.h"
120 llvm::sys::Path(PreambleFile).eraseFromDisk();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 31 #include "Path.h"
987 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
    [all...]

Completed in 1113 milliseconds

<<11121314151617181920>>