Searched refs:tName (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 235 SkString tName("t"); in emitCode() local 269 fragBuilder->codeAppendf("\tfloat %s = -(%s / %s);\n", tName.c_str(), in emitCode() 273 fragBuilder->codeAppendf("\tif (%s * %s + %s > 0.0) {\n", tName.c_str(), in emitCode() 280 tName.c_str(), in emitCode() 516 SkString tName("t"); in emitCode() local 541 fragBuilder->codeAppendf("\tfloat %s = %s.x * %s + sqrt(d);\n", tName.c_str(), in emitCode() 544 fragBuilder->codeAppendf("\tfloat %s = %s.x * %s - sqrt(d);\n", tName.c_str(), in emitCode() 548 fragBuilder->codeAppendf("\tif (%s >= 0.0 && d >= 0.0) {\n", tName.c_str()); in emitCode() 554 tName.c_str(), in emitCode() 726 SkString tName("t"); in emitCode() local [all …]
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 437 String tName = tClass.getCanonicalName(); in toTypeNameList() local 439 if (tName.charAt(0) == '[') { in toTypeNameList() 442 for (; idx < tName.length(); idx++) { in toTypeNameList() 443 if (tName.charAt(idx) != '[') { in toTypeNameList() 448 char sigChar = tName.charAt(dimension); in toTypeNameList() 453 elemType = tName.substring(dimension + 1, tName.length() - 1); in toTypeNameList() 465 throw new RuntimeException("Unexpected array type: " + tName); in toTypeNameList() 473 s.append(tName); in toTypeNameList()
|