OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFrameCount
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkOperandInterpolator.h
30
int getValuesCount() { return
fFrameCount
* fElemCount; }
/external/skia/src/utils/
SkInterpolator.cpp
36
fFrameCount
= SkToS16(frameCount);
55
if (
fFrameCount
== 0) {
63
*endTime = fTimes[
fFrameCount
- 1].fTime;
80
SkASSERT(
fFrameCount
> 0);
103
int index = SkTSearch<SkMSec>(&fTimes[0].fTime,
fFrameCount
, time,
112
} else if (index ==
fFrameCount
) {
123
SkASSERT(index <
fFrameCount
);
/external/skia/include/utils/
SkInterpolator.h
79
int16_t
fFrameCount
;
Completed in 23 milliseconds