Searched refs:pointIndex (Results 1 – 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 1031 uint32 pointIndex, in FixClusteredPixel() argument 1060 dng_point badPoint = fList->Point (pointIndex); in FixClusteredPixel() 1085 pointIndex)) in FixClusteredPixel() 1746 for (uint32 pointIndex = 0; pointIndex < pointCount; pointIndex++) in ProcessArea() local 1749 dng_point badPoint = fList->Point (pointIndex); in ProcessArea() 1757 bool isIsolated = fList->IsPointIsolated (pointIndex, in ProcessArea() 1776 pointIndex, in ProcessArea()
|
D | dng_bad_pixels.h | 294 uint32 pointIndex,
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | CachedPathIteratorFactory.java | 184 int pointIndex = (getNumberOfPoints(type) - 1) * 2; in getShapeEndPoint() local 185 point[0] = coords[pointIndex]; in getShapeEndPoint() 186 point[1] = coords[pointIndex + 1]; in getShapeEndPoint()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 518 const int pointIndex[] = { 0, 1, 1, 1, 1, 0 }; in json_path_out() local 535 for (int i = pointIndex[verbIndex]; i < pointCount[verbIndex]; ++i) { in json_path_out()
|
D | PathTest.cpp | 4504 int pointIndex = 0; in test_skbug_6947() local 4508 path.moveTo(points[pointIndex++]); in test_skbug_6947() 4511 path.lineTo(points[pointIndex++]); in test_skbug_6947()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 518 const int pointIndex[] = { 0, 1, 1, 1, 1, 0 }; in json_path_out() local 535 for (int i = pointIndex[verbIndex]; i < pointCount[verbIndex]; ++i) { in json_path_out()
|
D | PathTest.cpp | 4531 int pointIndex = 0; in test_skbug_6947() local 4535 path.moveTo(points[pointIndex++]); in test_skbug_6947() 4538 path.lineTo(points[pointIndex++]); in test_skbug_6947()
|