Home
last modified time | relevance | path

Searched defs:setValues (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCAAnimationMac.mm461 void PlatformCAAnimation::setValues(const Vector<float>& value) function
472 void PlatformCAAnimation::setValues(const Vector<WebCore::TransformationMatrix>& value) function
485 void PlatformCAAnimation::setValues(const Vector<FloatPoint3D>& value) function
503 void PlatformCAAnimation::setValues(const Vector<WebCore::Color>& value) function
/external/clang/test/CodeGenObjC/
Dbitfield-1.m29 - (void)setValues; method
41 -(void)setValues { method
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp424 void PlatformCAAnimation::setValues(const Vector<float>& value) in setValues() function in PlatformCAAnimation
438 void PlatformCAAnimation::setValues(const Vector<WebCore::TransformationMatrix>& value) in setValues() function in PlatformCAAnimation
452 void PlatformCAAnimation::setValues(const Vector<FloatPoint3D>& value) in setValues() function in PlatformCAAnimation
467 void PlatformCAAnimation::setValues(const Vector<WebCore::Color>& value) in setValues() function in PlatformCAAnimation
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEColorMatrix.cpp68 bool FEColorMatrix::setValues(const Vector<float> &values) in setValues() function in WebCore::FEColorMatrix
/external/clang/include/clang/Analysis/Support/
DBlkExprDeclBitVector.h235 void setValues(AnalysisDataTy& AD) { in setValues() function