Home
last modified time | relevance | path

Searched refs:gOpAttributes (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScript2.h215 static const OperatorAttributes gOpAttributes[]; variable
DSkScript.h188 static const SkOperatorAttributes gOpAttributes[]; variable
DSkScript.cpp60 const SkScriptEngine::SkOperatorAttributes SkScriptEngine::gOpAttributes[] = { member in SkScriptEngine
302 gOpAttributes[op].fLeftType == kNoType)) { in arithmeticOp()
1245 const SkOperatorAttributes* attributes = &gOpAttributes[op]; in opError()
1257 const SkOperatorAttributes* attributes = &gOpAttributes[op]; in processOp()
1272 attributes = &gOpAttributes[op]; in processOp()
DSkScriptTokenizer.cpp18 const SkScriptEngine2::OperatorAttributes SkScriptEngine2::gOpAttributes[] = { member in SkScriptEngine2
320 gOpAttributes[op].fLeftType == SkOperand2::kNoType)) { in arithmeticOp()
1062 const OperatorAttributes* attributes = &gOpAttributes[op]; in processOp()
1080 attributes = &gOpAttributes[op]; in processOp()