Home
last modified time | relevance | path

Searched defs:getConstantInt (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLIntLiteral.h54 int64_t getConstantInt() const override { in getConstantInt() function
DSkSLExpression.h77 virtual int64_t getConstantInt() const { in getConstantInt() function
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1014 void IRGenerator::getConstantInt(const Expression& value, int64_t* out) { in getConstantInt() function in SkSL::IRGenerator