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

  /external/chromium_org/third_party/skia/include/utils/
SkPathUtils.h 20 class SK_API SkPathUtils {
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 9 #include "SkPathUtils.h"
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 13 #include "SkPathUtils.h"
20 SkPathUtils::BitsToPath_Path,
21 SkPathUtils::BitsToPath_Region,
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 9 #include "SkPathUtils.h"
98 void SkPathUtils::BitsToPath_Path(SkPath* path,
110 void SkPathUtils::BitsToPath_Region(SkPath* path,
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 10 #include "SkPathUtils.h"
113 SkPathUtils::BitsToPath_Path(&path, bin_bmp, w, h, rowBytes);
123 SkPathUtils::BitsToPath_Region(&path, bin_bmp, w, h, rowBytes);

Completed in 96 milliseconds