/external/skia/src/effects/ |
SkAvoidXfermode.cpp | 226 str->appendf("distMul: %d ", fDistMul); 230 str->appendf("mode: %s", gModeStrings[fMode]);
|
SkLayerDrawLooper.cpp | 253 str->appendf("SkLayerDrawLooper (%d): ", fCount); 257 str->appendf("%d: ", i); 326 str->appendf("mode: %s ", gModeStrings[rec->fInfo.fColorMode]);
|
SkDisplacementMapEffect.cpp | 419 code->appendf("\t\tvec4 %s = ", dColor); 424 code->appendf("\t\t%s.rgb = (%s.a < %s) ? vec3(0.0) : clamp(%s.rgb / %s.a, 0.0, 1.0);", 427 code->appendf("\t\tvec2 %s = %s + %s*(%s.", 469 code->appendf(
|
SkColorMatrixFilter.cpp | 417 builder->fFSCode.appendf("\tfloat nonZeroAlpha = max(%s.a, 0.00001);\n", inputColor); 418 builder->fFSCode.appendf("\t%s = %s * vec4(%s.rgb / nonZeroAlpha, nonZeroAlpha) + %s;\n", 423 builder->fFSCode.appendf("\t%s.rgb *= %s.a;\n", outputColor, outputColor);
|
/external/skia/tests/ |
EmptyPathTest.cpp | 13 str->appendf(" style[%d] cap[%d] join[%d] antialias[%d]", 19 str->appendf(" filltype[%d] ptcount[%d]",
|
skia_test.cpp | 107 header.appendf(" --match %s", matchStr);
|
ChecksumTest.cpp | 53 message.appendf("%d", fWhichAlgorithm);
|
/external/skia/tools/ |
PictureRenderer.cpp | 234 pathWithNumber.appendf("%i", number); 557 name.appendf("%i", fTileMinPowerOf2Width); 561 name.appendf("%.f%%", fTileWidthPercentage); 563 name.appendf("%i", fTileWidth); 568 name.appendf("%.f%%", fTileHeightPercentage); 570 name.appendf("%i", fTileHeight); 735 name.appendf("_multi_%i_threads", fNumThreads);
|
bench_pictures_main.cpp | 277 commandLine.appendf(" %s", *(argv+i)); 419 err.appendf("Missing height for --mode %s\n", mode); 662 err.appendf("--mode %s must be given a width percentage > 0\n", mode); 671 err.appendf("--mode %s must be given a width > 0\n", mode); 689 err.appendf("--mode %s must be given a height percentage > 0\n", mode); 698 err.appendf("--mode %s must be given a height > 0\n", mode);
|
PictureBenchmark.cpp | 128 configName.appendf(": tile [%i,%i] out of [%i,%i]", x, y, xTiles, yTiles);
|
PictureRenderer.h | 152 config.appendf("_viewport_%ix%i", fViewport.width(), fViewport.height());
|
/external/skia/bench/ |
BitmapBench.cpp | 143 fName.appendf("_%s", gTileName[fTileX]); 145 fName.appendf("_%s", gTileName[fTileY]); 148 fName.appendf("_%s%s", gConfigName[fBitmap.config()],
|
benchmain.cpp | 143 str.appendf("_%s.png", config); 651 str.appendf(" rotate=%d scale=%d clip=%d min=%d", 653 str.appendf(" record=%d picturerecord=%d", 663 str.appendf(" dither=%s", ditherName); 666 str.appendf(" strokeWidth=%f", strokeWidth);
|
RectBench.cpp | 52 fName.appendf("_stroke_%d", fStroke);
|
/external/skia/src/effects/gradients/ |
SkTwoPointRadialGradient.cpp | 573 code->appendf("\t%s = 2.0 *(%s * %s.x - %s);\n", 606 code->appendf("\tfloat %s = 2.0 * (%s * %s.x - %s);\n", 611 code->appendf("\tfloat %s = dot(%s, %s) - %s;\n", 622 code->appendf("\tfloat %s = %s * 4.0 * %s;\n", 628 code->appendf("\tfloat %s = sqrt(abs(%s*%s - %s));\n",
|
SkLinearGradient.cpp | 581 str->appendf("start: (%f, %f)", fStart.fX, fStart.fY); 582 str->appendf(" end: (%f, %f) ", fEnd.fX, fEnd.fY);
|
SkGradientShader.cpp | 547 str->appendf("%d colors: ", fColorCount); 745 code->appendf("\tvec2 coord = vec2(%s, %s);\n", 748 code->appendf("\t%s = ", outputColor);
|
/external/skia/gm/ |
blurrect.cpp | 81 fName.appendf("_%s", gBlurStyle2Name[bs]);
|
drawbitmaprect.cpp | 135 label.appendf("%d x %d", w, h);
|
gm_expectations.h | 45 filename.appendf("%c%s%s.%s", SkPATH_SEPARATOR,
|
gmmain.cpp | 219 name.appendf("%s%c%s", configName, SkPATH_SEPARATOR, shortName); 221 name.appendf("%s_%s", shortName, configName); [all...] |
/external/skia/legacy/include/core/ |
SkString.h | 136 void appendf(const char format[], ...);
|
/external/skia/include/core/ |
SkString.h | 187 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
|
/external/skia/src/core/ |
SkBitmap.cpp | [all...] |
SkBitmapProcShader.cpp | 317 str->appendf("(%s, %s)",
|