OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPathMeasure.cpp
39
unsigned
ptIndex
= seg->fPtIndex;
43
} while (seg->fPtIndex ==
ptIndex
);
89
SkScalar distance, int mint, int maxt, int
ptIndex
) {
95
distance = this->compute_quad_segs(tmp, distance, mint, halft,
ptIndex
);
96
distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt,
ptIndex
);
104
seg->fPtIndex =
ptIndex
;
113
SkScalar distance, int mint, int maxt, int
ptIndex
) {
119
distance = this->compute_cubic_segs(tmp, distance, mint, halft,
ptIndex
);
120
distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt,
ptIndex
);
128
seg->fPtIndex =
ptIndex
;
[
all
...]
/external/skia/src/core/
SkPathMeasure.cpp
39
unsigned
ptIndex
= seg->fPtIndex;
43
} while (seg->fPtIndex ==
ptIndex
);
89
SkScalar distance, int mint, int maxt, int
ptIndex
) {
95
distance = this->compute_quad_segs(tmp, distance, mint, halft,
ptIndex
);
96
distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt,
ptIndex
);
104
seg->fPtIndex =
ptIndex
;
113
SkScalar distance, int mint, int maxt, int
ptIndex
) {
119
distance = this->compute_cubic_segs(tmp, distance, mint, halft,
ptIndex
);
120
distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt,
ptIndex
);
128
seg->fPtIndex =
ptIndex
;
[
all
...]
Completed in 154 milliseconds