Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript.cpp68 const SkScriptEngine::SkOperatorAttributes SkScriptEngine::gOpAttributes[] = { member in SkScriptEngine
309 gOpAttributes[op].fLeftType == kNoType) { in arithmeticOp()
1251 const SkOperatorAttributes* attributes = &gOpAttributes[op]; in opError()
1263 const SkOperatorAttributes* attributes = &gOpAttributes[op]; in processOp()
1278 attributes = &gOpAttributes[op]; in processOp()
DSkScript2.h207 static const OperatorAttributes gOpAttributes[]; variable
DSkScript.h196 static const SkOperatorAttributes gOpAttributes[]; variable
DSkScriptTokenizer.cpp10 const SkScriptEngine2::OperatorAttributes SkScriptEngine2::gOpAttributes[] = { member in SkScriptEngine2
312 gOpAttributes[op].fLeftType == SkOperand2::kNoType) { in arithmeticOp()
1053 const OperatorAttributes* attributes = &gOpAttributes[op]; in processOp()
1070 attributes = &gOpAttributes[op]; in processOp()