Searched refs:SKSL_FLOAT (Results 1 – 17 of 17) sorted by relevance
116 virtual SKSL_FLOAT getFVecComponent(int n) const { in getFVecComponent()135 virtual SKSL_FLOAT getMatComponent(int col, int row) const { in getMatComponent()
49 SKSL_FLOAT getFVecComponent(int index) const override { in getFVecComponent()59 SKSL_FLOAT getMatComponent(int col, int row) const override { in getMatComponent()
162 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent()163 return this->getVecComponent<SKSL_FLOAT>(n); in getFVecComponent()174 SKSL_FLOAT getMatComponent(int col, int row) const override { in getMatComponent()
272 Max(sizeof(SKSL_FLOAT),318 NodeData(SKSL_FLOAT data) in NodeData()455 ASTNode(std::vector<ASTNode>* nodes, int offset, Kind kind, SKSL_FLOAT f) in ASTNode()504 SKSL_FLOAT getFloat() const { in getFloat()506 SKSL_FLOAT result; in getFloat()
49 using SKSL_FLOAT = float; variable
117 SKSL_FLOAT stod(const String& s);
263 bool floatLiteral(SKSL_FLOAT* dest);
255 SKSL_FLOAT stod(const String& s) { in stod()
1979 SKSL_FLOAT f; in term()2027 bool Parser::floatLiteral(SKSL_FLOAT* dest) { in floatLiteral()
1619 SKSL_FLOAT rvalue = right.getFVecComponent(i); in constantFold()
17 using SKSL_FLOAT = float; variable
67 bool stod(const skstd::string_view& s, SKSL_FLOAT* value);
82 return (SKSL_FLOAT)fValue; in floatValue()
148 bool stod(const skstd::string_view& s, SKSL_FLOAT* value) { in stod()
483 SKSL_FLOAT leftVal = left->as<Literal>().floatValue(); in Simplify()484 SKSL_FLOAT rightVal = right->as<Literal>().floatValue(); in Simplify()
259 bool floatLiteral(SKSL_FLOAT* dest);
1716 SKSL_FLOAT f; in term()1765 bool DSLParser::floatLiteral(SKSL_FLOAT* dest) { in floatLiteral()