Home
last modified time | relevance | path

Searched refs:ctf (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DTimingFunction.h94 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(&other); variable
95 return m_x1 == ctf->m_x1 && m_y1 == ctf->m_y1 && m_x2 == ctf->m_x2 && m_y2 == ctf->m_y2;
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call()
210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call()
211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call()
212 ctf(); in test_funcptr_call()
/external/quake/quake/src/WinQuake/
Dquake-rogue.spec.sh103 %attr(644,root,root) $3/rogue/docs/ctf.doc
104 %attr(644,root,root) $3/rogue/docs/ctf.htm
105 %attr(644,root,root) $3/rogue/docs/ctf.txt
DMakefile.linuxi3861202 cp $(MASTER_DIR)/rogue/docs/ctf.doc $(RPMROGUEDIR)/$(INSTALLDIR)/rogue/docs/.
1203 cp $(MASTER_DIR)/rogue/docs/ctf.htm $(RPMROGUEDIR)/$(INSTALLDIR)/rogue/docs/.
1204 cp $(MASTER_DIR)/rogue/docs/ctf.txt $(RPMROGUEDIR)/$(INSTALLDIR)/rogue/docs/.
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp129 …const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunctio… in toCACFTimingFunction() local
130 …onCreate(static_cast<float>(ctf->x1()), static_cast<float>(ctf->y1()), static_cast<float>(ctf->x2(… in toCACFTimingFunction()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCAAnimationMac.mm140 …const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunctio…
141 …imingFunction functionWithControlPoints:static_cast<float>(ctf->x1()) :static_cast<float>(ctf->y1(…
142 … :static_cast<float>(ctf->x2()) :static_cast<float>(ctf->y2())];
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp555 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf); in getTimingFunctionValue() local
556 …list->append(CSSCubicBezierTimingFunctionValue::create(ctf->x1(), ctf->y1(), ctf->x2(), ctf->y2())… in getTimingFunctionValue()
568 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf.get()); in getTimingFunctionValue() local
569 …list->append(CSSCubicBezierTimingFunctionValue::create(ctf->x1(), ctf->y1(), ctf->x2(), ctf->y2())… in getTimingFunctionValue()
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c125 char *p_id_str, UINT8 ctf, in NDEF_MsgAddWktHc() argument
140 UINT8_TO_STREAM (p, (ctf & 0x07)); in NDEF_MsgAddWktHc()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp1326 const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf); in progress() local
1327 return solveCubicBezierFunction(ctf->x1(), in progress()
1328 ctf->y1(), in progress()
1329 ctf->x2(), in progress()
1330 ctf->y2(), in progress()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1349 …const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunctio… in applyTimingFunction() local
1350 return solveCubicBezierFunction(ctf->x1(), in applyTimingFunction()
1351 ctf->y1(), in applyTimingFunction()
1352 ctf->x2(), in applyTimingFunction()
1353 ctf->y2(), in applyTimingFunction()
/external/libnfc-nci/src/nfc/include/
Dndef_utils.h420 char *p_id_str, UINT8 ctf,
/external/quake/quake/src/QW/client/
Ddocs.txt73 gamedir // for deciding the add-on directory (qw, ctf, etc)
/external/quake/quake/src/QW/
Dqwchangelog.txt169 sv_gamedir ctf
171 directory to clients (players) as 'ctf' for their files.
Dqwrlnote.txt320 sv_gamedir ctf
322 directory to clients (players) as 'ctf' for their files.