/external/webkit/Source/WebCore/platform/animation/ |
D | TimingFunction.h | 94 … 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/ |
D | overloaded-operator.cpp | 208 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/ |
D | quake-rogue.spec.sh | 103 %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
|
D | Makefile.linuxi386 | 1202 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/ |
D | PlatformCAAnimationWin.cpp | 129 …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/ |
D | PlatformCAAnimationMac.mm | 140 …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/ |
D | CSSComputedStyleDeclaration.cpp | 555 … 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/ |
D | ndef_cho_utils.c | 125 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/ |
D | AnimationBase.cpp | 1326 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/ |
D | GraphicsLayerQt.cpp | 1349 …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/ |
D | ndef_utils.h | 420 char *p_id_str, UINT8 ctf,
|
/external/quake/quake/src/QW/client/ |
D | docs.txt | 73 gamedir // for deciding the add-on directory (qw, ctf, etc)
|
/external/quake/quake/src/QW/ |
D | qwchangelog.txt | 169 sv_gamedir ctf 171 directory to clients (players) as 'ctf' for their files.
|
D | qwrlnote.txt | 320 sv_gamedir ctf 322 directory to clients (players) as 'ctf' for their files.
|