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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 91 String[] pathOut, boolean tryOtherDensities) {
97 pathOut[0] = "/bars/" + direction.getResourceValue() + "-" + density.getResourceValue()
100 pathOut[0] = "/bars/" + density.getResourceValue() + "/" + iconName;
103 InputStream stream = getClass().getResourceAsStream(pathOut[0]);
108 stream = getIcon(iconName, densityInOut, direction, pathOut,
117 return getIcon(iconName, densityInOut, null, pathOut, true);
133 String[] pathOut = new String[1];
136 InputStream stream = getIcon(iconName, densityInOut, dir, pathOut,
142 Bitmap bitmap = Bridge.getCachedBitmap(pathOut[0], true /*isFramework*/);
146 Bridge.setCachedBitmap(pathOut[0], bitmap, true /*isFramework*/)
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 592 SkPath pathOut, scaledPathOut;
598 rgnOut.getBoundaryPath(&pathOut);
616 int result = comparePaths(reporter, pathOut, scaledPathOut, out, scaledOut, bitmap, a, b,

Completed in 128 milliseconds