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

  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 18 SkTDArray<SkIPoint>* poi; member in struct:SkDifferentPixelsMetric::QueuedDiff
29 SkTDArray<SkIPoint>* poi = diff->poi = new SkTDArray<SkIPoint>(); local
57 poi->push()->set(x, y);
74 if (NULL != fQueuedDiffs[id].poi)
76 delete fQueuedDiffs[id].poi;
77 fQueuedDiffs[id].poi = NULL;
90 return fQueuedDiffs[id].poi->count();
94 return fQueuedDiffs[id].poi->begin();
SkDifferentPixelsMetric_opencl.cpp 21 " __global int* result, __global int2* poi) { \n"
31 " poi[poiIndex] = coord; \n"
39 SkIPoint* poi; member in struct:SkDifferentPixelsMetric::QueuedDiff
59 diff->poi = NULL;
124 diff->poi = SkNEW_ARRAY(SkIPoint, diff->numDiffPixels);
126 sizeof(SkIPoint) * diff->numDiffPixels, diff->poi, 0, NULL, NULL);
142 if (NULL != diff->poi) {
143 SkDELETE_ARRAY(diff->poi);
144 diff->poi = NULL;
161 return fQueuedDiffs[id].poi;
    [all...]
SkPMetric.h 33 SkTDArray<SkIPoint> poi; member in struct:SkPMetric::QueuedDiff
SkDiffContext.cpp 88 SkIPoint* poi = differ->getPointsOfInterest(diffID); local
89 diffData.fPointsOfInterest.append(poiCount, poi);
194 SkIPoint poi = data.fPointsOfInterest[poiIndex]; local
196 stream.writeDecAsText(poi.x());
198 stream.writeDecAsText(poi.y());
SkPMetric.cpp 261 static double pmetric(const ImageLAB* baselineLAB, const ImageLAB* testLAB, SkTDArray<SkIPoint>* poi) {
415 poi->push()->set(x, y);
450 diff.result = pmetric(&baselineLAB, &testLAB, &diff.poi);
471 return fQueuedDiffs[id].poi.count();
475 return fQueuedDiffs[id].poi.begin();
  /external/clang/lib/Sema/
SemaDecl.cpp 8622 SourceLocation poi = var->getLocation(); local
    [all...]

Completed in 78 milliseconds