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

  /external/chromium_org/third_party/skia/include/utils/
SkPathUtils.h 35 static void BitsToPath_Region(SkPath* path, const char* bitmap,
  /external/skia/include/utils/
SkPathUtils.h 35 static void BitsToPath_Region(SkPath* path, const char* bitmap,
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
  /external/skia/bench/
PathUtilsBench.cpp 33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 21 SkPathUtils::BitsToPath_Region,
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 110 void SkPathUtils::BitsToPath_Region(SkPath* path,
  /external/skia/samplecode/
SamplePathUtils.cpp 21 SkPathUtils::BitsToPath_Region,
  /external/skia/src/utils/
SkPathUtils.cpp 110 void SkPathUtils::BitsToPath_Region(SkPath* path,
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 123 SkPathUtils::BitsToPath_Region(&path, bin_bmp, w, h, rowBytes);
  /external/skia/tests/
PathUtilsTest.cpp 123 SkPathUtils::BitsToPath_Region(&path, bin_bmp, w, h, rowBytes);

Completed in 694 milliseconds