Home
last modified time | relevance | path

Searched refs:pointIndex (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_bad_pixels.cpp1031 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()
Ddng_bad_pixels.h294 uint32 pointIndex,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java184 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/
DPathOpsExtendedTest.cpp518 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()
DPathTest.cpp4504 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/
DPathOpsExtendedTest.cpp518 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()
DPathTest.cpp4531 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()