Searched refs:fMaxStroke (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePath.cpp86 int fDStroke, fStroke, fMinStroke, fMaxStroke; member in class:PathView
109 fMaxStroke = 180;
142 if (fStroke > fMaxStroke || fStroke < fMinStroke)
/external/skia/samplecode/
H A DSamplePath.cpp86 int fDStroke, fStroke, fMinStroke, fMaxStroke; member in class:PathView
109 fMaxStroke = 180;
142 if (fStroke > fMaxStroke || fStroke < fMinStroke)

Completed in 3070 milliseconds