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

  /external/chromium_org/third_party/skia/include/utils/
SkPathUtils.h 27 static void BitsToPath_Path(SkPath* path, const char* bitmap,
  /external/skia/include/utils/
SkPathUtils.h 27 static void BitsToPath_Path(SkPath* path, const char* bitmap,
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
  /external/skia/bench/
PathUtilsBench.cpp 29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 20 SkPathUtils::BitsToPath_Path,
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 98 void SkPathUtils::BitsToPath_Path(SkPath* path,
  /external/skia/samplecode/
SamplePathUtils.cpp 20 SkPathUtils::BitsToPath_Path,
  /external/skia/src/utils/
SkPathUtils.cpp 98 void SkPathUtils::BitsToPath_Path(SkPath* path,
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 113 SkPathUtils::BitsToPath_Path(&path, bin_bmp, w, h, rowBytes);
  /external/skia/tests/
PathUtilsTest.cpp 113 SkPathUtils::BitsToPath_Path(&path, bin_bmp, w, h, rowBytes);

Completed in 361 milliseconds