Searched defs:ValidPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathOpsTestCommon.cpp139 if (!ValidPoint(cubic[index])) {
148 if (!ValidPoint(line[index])) {
155 bool ValidPoint(const SkDPoint& pt) { function
176 if (!ValidPoint(quad[index])) {
185 if (!ValidPoint(triangle.fPts[index])) {
/external/skia/tests/
H A DPathOpsTestCommon.cpp139 if (!ValidPoint(cubic[index])) {
148 if (!ValidPoint(line[index])) {
155 bool ValidPoint(const SkDPoint& pt) { function
176 if (!ValidPoint(quad[index])) {
185 if (!ValidPoint(triangle.fPts[index])) {

Completed in 736 milliseconds