OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIntervalLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
64
SkScalar
fIntervalLength
;
/external/skia/include/effects/
SkDashPathEffect.h
64
SkScalar
fIntervalLength
;
/external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp
51
fIntervalLength
= len;
244
if (cull_path(src, *rec, cullRect,
fIntervalLength
, &cullPathStorage)) {
249
bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1,
fIntervalLength
);
269
dashCount += length * (fCount >> 1) /
fIntervalLength
;
276
if (
fIntervalLength
>= length) {
277
scale = SkScalarDiv(length,
fIntervalLength
);
279
SkScalar div = SkScalarDiv(length,
fIntervalLength
);
281
scale = SkScalarDiv(length, n *
fIntervalLength
);
435
int numMidPoints = SkScalarFloorToInt(SkScalarDiv(len2,
fIntervalLength
));
437
len2 -= numMidPoints *
fIntervalLength
;
[
all
...]
/external/skia/src/effects/
SkDashPathEffect.cpp
51
fIntervalLength
= len;
244
if (cull_path(src, *rec, cullRect,
fIntervalLength
, &cullPathStorage)) {
249
bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1,
fIntervalLength
);
269
dashCount += length * (fCount >> 1) /
fIntervalLength
;
276
if (
fIntervalLength
>= length) {
277
scale = SkScalarDiv(length,
fIntervalLength
);
279
SkScalar div = SkScalarDiv(length,
fIntervalLength
);
281
scale = SkScalarDiv(length, n *
fIntervalLength
);
435
int numMidPoints = SkScalarFloorToInt(SkScalarDiv(len2,
fIntervalLength
));
437
len2 -= numMidPoints *
fIntervalLength
;
[
all
...]
Completed in 256 milliseconds