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

  /frameworks/av/media/libmedia/
MediaScanner.cpp 83 int pathLength = strlen(path);
84 if (pathLength >= PATH_MAX) {
92 int pathRemaining = PATH_MAX - pathLength;
94 if (pathLength > 0 && pathBuffer[pathLength - 1] != '/') {
95 pathBuffer[pathLength] = '/';
96 pathBuffer[pathLength + 1] = 0;
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 176 SkScalar pathLength = SkPoint::Distance(fPts[0], fPts[1]);
183 fPathLength = pathLength;
184 fTangent.scale(SkScalarInvert(pathLength));
192 SkScalar ptCount = SkScalarMulDiv(pathLength,
  /external/skia/src/effects/
SkDashPathEffect.cpp 176 SkScalar pathLength = SkPoint::Distance(fPts[0], fPts[1]);
183 fPathLength = pathLength;
184 fTangent.scale(SkScalarInvert(pathLength));
192 SkScalar ptCount = SkScalarMulDiv(pathLength,
  /frameworks/base/libs/hwui/font/
Font.cpp 308 float pathLength = SkScalarToFloat(measure.getLength());
312 float pathOffset = pathLength;
320 while (glyphsCount < numGlyphs && penX < pathLength) {
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 235 int pathLength = path.length();
239 if (subdirLength < pathLength &&
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 559 milliseconds