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

  /external/skia/tests/
PathOpsTestCommon.h 37 bool ValidPoint(const SkDPoint& pt);
PathOpsDPointTest.cpp 26 SkASSERT(ValidPoint(pt));
PathOpsTestCommon.cpp 270 if (!ValidPoint(conic[index])) {
282 if (!ValidPoint(cubic[index])) {
291 if (!ValidPoint(line[index])) {
298 bool ValidPoint(const SkDPoint& pt) {
319 if (!ValidPoint(quad[index])) {
  /external/skqp/tests/
PathOpsTestCommon.h 37 bool ValidPoint(const SkDPoint& pt);
PathOpsDPointTest.cpp 26 SkASSERT(ValidPoint(pt));
PathOpsTestCommon.cpp 270 if (!ValidPoint(conic[index])) {
282 if (!ValidPoint(cubic[index])) {
291 if (!ValidPoint(line[index])) {
298 bool ValidPoint(const SkDPoint& pt) {
319 if (!ValidPoint(quad[index])) {

Completed in 427 milliseconds