OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countPoints
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkPath.h
202
int
countPoints
() const {
207
(i.e. is not 0 <= index <
countPoints
()) then the returned coordinates
/external/skia/src/ports/
SkHarfBuzzFont.cpp
104
int numPoints = path.
countPoints
();
/external/skia/src/core/
SkStroke.cpp
637
if (src.
countPoints
() == 2) {
/external/skia/src/pipe/
SkGPipeWrite.cpp
49
int n = path.
countPoints
();
Completed in 110 milliseconds