OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:interpolation_type
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
line_search.h
66
:
interpolation_type
(CUBIC),
78
LineSearchInterpolationType
interpolation_type
;
member in struct:ceres::internal::LineSearch::Options
215
const LineSearchInterpolationType&
interpolation_type
,
/external/chromium_org/cc/animation/
transform_operation.cc
101
TransformOperation::Type
interpolation_type
=
104
interpolation_type
= from->type;
106
interpolation_type
= to->type;
108
switch (
interpolation_type
) {
379
TransformOperation::Type
interpolation_type
=
local
382
interpolation_type
= from->type;
384
interpolation_type
= to->type;
386
switch (
interpolation_type
) {
Completed in 134 milliseconds