OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curve_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc
33
WebAnimationCurve::AnimationCurveType
curve_type
= web_curve.type();
local
35
switch (
curve_type
) {
/external/chromium_org/third_party/qcms/src/
iccread.c
357
#define
CURVE_TYPE
0x63757276 // 'curv'
420
if (type !=
CURVE_TYPE
&& type != PARAMETRIC_CURVE_TYPE) {
425
if (type ==
CURVE_TYPE
) {
833
curve->type =
CURVE_TYPE
;
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c
615
unsigned char paramBuf[3]; /* only for
curve_type
== named_curve */
[
all
...]
Completed in 318 milliseconds