OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointIndex
(Results
1 - 7
of
7
) sorted by null
/external/dng_sdk/source/
dng_bad_pixels.cpp
1031
uint32
pointIndex
,
1060
dng_point badPoint = fList->Point (
pointIndex
);
1085
pointIndex
))
[
all
...]
dng_bad_pixels.h
294
uint32
pointIndex
,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
CachedPathIteratorFactory.java
184
int
pointIndex
= (getNumberOfPoints(type) - 1) * 2;
185
point[0] = coords[
pointIndex
];
186
point[1] = coords[
pointIndex
+ 1];
/external/skia/tests/
PathOpsExtendedTest.cpp
518
const int
pointIndex
[] = { 0, 1, 1, 1, 1, 0 };
535
for (int i =
pointIndex
[verbIndex]; i < pointCount[verbIndex]; ++i) {
PathTest.cpp
[
all
...]
/external/skqp/tests/
PathOpsExtendedTest.cpp
518
const int
pointIndex
[] = { 0, 1, 1, 1, 1, 0 };
535
for (int i =
pointIndex
[verbIndex]; i < pointCount[verbIndex]; ++i) {
PathTest.cpp
[
all
...]
Completed in 933 milliseconds