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

  /external/chromium_org/third_party/skia/tests/
AsADashTest.cpp 18 SkPathEffect::DashType dashType = pe->asADash(&info);
19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType);
27 SkPathEffect::DashType dashType = pe->asADash(NULL);
28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
40 SkPathEffect::DashType dashType = pe->asADash(&info);
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
  /external/chromium_org/third_party/skia/src/core/
SkPictureContentInfo.cpp 50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info);
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
SkPicture.cpp 163 SkPathEffect::DashType dashType = effect->asADash(&info);
165 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) {
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1041 SkPathEffect::DashType dashType = pe->asADash(&info);
1042 if (SkPathEffect::kDash_DashType == dashType) {
    [all...]

Completed in 50 milliseconds