Searched refs:kFill_PathAsRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h562 kFill_PathAsRect, enumerator in enum:SkPath::PathAsRect
567 /** Returns kFill_PathAsRect or kStroke_PathAsRect if drawing the path (either filled or
/external/skia/include/core/
H A DSkPath.h562 kFill_PathAsRect, enumerator in enum:SkPath::PathAsRect
567 /** Returns kFill_PathAsRect or kStroke_PathAsRect if drawing the path (either filled or
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp509 SK_COMPILE_ASSERT(1 == kFill_PathAsRect, path_as_rect_mismatch);
/external/skia/src/core/
H A DSkPath.cpp509 SK_COMPILE_ASSERT(1 == kFill_PathAsRect, path_as_rect_mismatch);
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp1626 REPORTER_ASSERT(reporter, SkPath::kFill_PathAsRect == path.asRect());
1627 REPORTER_ASSERT(reporter, SkPath::kFill_PathAsRect == path.asRect(&direction));
/external/skia/tests/
H A DPathTest.cpp1626 REPORTER_ASSERT(reporter, SkPath::kFill_PathAsRect == path.asRect());
1627 REPORTER_ASSERT(reporter, SkPath::kFill_PathAsRect == path.asRect(&direction));

Completed in 447 milliseconds