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

  /external/chromium_org/third_party/skia/tests/
PathOpsTestCommon.h 21 bool ValidPoint(const SkDPoint& pt);
PathOpsTestCommon.cpp 139 if (!ValidPoint(cubic[index])) {
148 if (!ValidPoint(line[index])) {
155 bool ValidPoint(const SkDPoint& pt) {
176 if (!ValidPoint(quad[index])) {
185 if (!ValidPoint(triangle.fPts[index])) {
PathOpsDLineTest.cpp 40 SkASSERT(ValidPoint(pt));
PathOpsDPointTest.cpp 26 SkASSERT(ValidPoint(pt));
  /external/skia/tests/
PathOpsTestCommon.h 21 bool ValidPoint(const SkDPoint& pt);
PathOpsTestCommon.cpp 139 if (!ValidPoint(cubic[index])) {
148 if (!ValidPoint(line[index])) {
155 bool ValidPoint(const SkDPoint& pt) {
176 if (!ValidPoint(quad[index])) {
185 if (!ValidPoint(triangle.fPts[index])) {
PathOpsDLineTest.cpp 40 SkASSERT(ValidPoint(pt));
PathOpsDPointTest.cpp 26 SkASSERT(ValidPoint(pt));

Completed in 137 milliseconds