OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contourLength
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
Sk1DPathEffect.h
26
virtual SkScalar begin(SkScalar
contourLength
) const = 0;
67
virtual SkScalar begin(SkScalar
contourLength
) const SK_OVERRIDE;
/external/skia/include/effects/
Sk1DPathEffect.h
26
virtual SkScalar begin(SkScalar
contourLength
) const = 0;
67
virtual SkScalar begin(SkScalar
contourLength
) const SK_OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp
185
SkScalar
contourLength
= measure.getLength();
186
if (length <=
contourLength
) {
196
length -=
contourLength
;
/external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp
97
virtual SkScalar begin(SkScalar
contourLength
) const {
100
engine.propertyCallBack(GetContourLength, &
contourLength
);
145
if (SK_LITERAL_STR_EQUAL("
contourLength
", token, len)) {
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
97
virtual SkScalar begin(SkScalar
contourLength
) const {
100
engine.propertyCallBack(GetContourLength, &
contourLength
);
145
if (SK_LITERAL_STR_EQUAL("
contourLength
", token, len)) {
/external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp
163
SkScalar SkPath1DPathEffect::begin(SkScalar
contourLength
) const {
/external/skia/src/effects/
Sk1DPathEffect.cpp
163
SkScalar SkPath1DPathEffect::begin(SkScalar
contourLength
) const {
Completed in 250 milliseconds