Home
last modified time | relevance | path

Searched refs:getMatComponent (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructor.h116 const Expression* component1 = getMatComponent(col, row); in compareConstant()
117 const Expression* component2 = c.getMatComponent(col, row); in compareConstant()
162 const Expression* getMatComponent(int col, int row) const { in getMatComponent() function
181 return ((Constructor&) *fArguments[0]).getMatComponent(col, row); in getMatComponent()
/external/skqp/src/sksl/ir/
DSkSLConstructor.h118 const Expression* component1 = getMatComponent(col, row); in compareConstant()
119 const Expression* component2 = c.getMatComponent(col, row); in compareConstant()
164 const Expression* getMatComponent(int col, int row) const { in getMatComponent() function
183 return ((Constructor&) *fArguments[0]).getMatComponent(col, row); in getMatComponent()