HomeSort by relevance Sort by last modified time
    Searched refs:appendf (Results 1 - 17 of 17) sorted by null

  /external/skia/src/gpu/gl/
GrGLShaderVar.h 216 out->appendf("%s %s[]",
221 out->appendf("%s %s[%d]",
227 out->appendf("%s %s",
257 out->appendf("%s[%d]%s",
264 out->appendf("%s[%s]%s",
GrGLProgram.cpp 222 code->appendf("\t%s = %s;\n", outputVar, all_ones_vec(4));
224 code->appendf("\t%s = vec4(%s);\n", outputVar, var1);
226 code->appendf("\t%s = vec4(%s);\n", outputVar, var0);
228 code->appendf("\t%s = vec4(%s * %s);\n", outputVar, var0, var1);
250 code->appendf("\t%s = %s;\n", outputVar, all_zeros_vec(4));
252 code->appendf("\t%s = vec4(%s);\n", outputVar, var1);
254 code->appendf("\t%s = vec4(%s);\n", outputVar, var0);
256 code->appendf("\t%s = vec4(%s + %s);\n", outputVar, var0, var1);
365 fsCode->appendf("\t%s = %s * vec4(%s.rgb / %s.a, %s.a) + %s;\n", outputVar, COL_MATRIX_UNI_NAME, inColor, inColor, inColor, COL_MATRIX_VEC_UNI_NAME);
366 fsCode->appendf("\t%s.rgb *= %s.a;\n", outputVar, outputVar)
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 38 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
41 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
44 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
48 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
119 str->appendf(" pixels:%p", bm.getPixels());
123 str->appendf(" uri:\"%s\"", uri);
125 str->appendf(" pixelref:%p", pr);
403 str->appendf(" %s:%p", name, ptr);
412 str->appendf(" %s", info.c_str());
414 str->appendf(" %s:%p", name, ptr)
    [all...]
  /external/skia/bench/
ShaderMaskBench.cpp 56 fName.appendf("_%s", fontQualityName(fPaint));
57 fName.appendf("_%02X", fPaint.getAlpha());
TextBench.cpp 86 fName.appendf("_%s", fontQualityName(fPaint));
88 fName.appendf("_%02X", fPaint.getAlpha());
BitmapBench.cpp 143 fName.appendf("_%s", gTileName[fTileX]);
145 fName.appendf("_%s", gTileName[fTileY]);
148 fName.appendf("_%s%s", gConfigName[fBitmap.config()],
benchmain.cpp 124 str.appendf("_%s.png", config);
465 str.appendf(" rotate=%d scale=%d clip=%d",
475 str.appendf(" dither=%s", ditherName);
478 str.appendf(" strokeWidth=%f", strokeWidth);
602 str.appendf(" msecs = %6.2f", timer.fWall / repeatDraw);
605 str.appendf(" cmsecs = %6.2f", timer.fCpu / repeatDraw);
608 str.appendf(" gmsecs = %6.2f", timer.fGpu / repeatDraw);
RectBench.cpp 49 fName.appendf("_stroke_%d", fStroke);
  /external/skia/tests/
WArrayTest.cpp 117 result.appendf("%d %d %d", data->fStartId, data->fEndId,
121 result.appendf("%d[", data->fStartId);
126 result.appendf("%d", data->fAdvance[i]);
131 result.appendf("<Default=%d>", data->fAdvance[0]);
skia_test.cpp 127 header.appendf(" --match %s", matchStr);
EmptyPathTest.cpp 13 str->appendf(" style[%d] cap[%d] join[%d] antialias[%d]",
19 str->appendf(" filltype[%d] ptcount[%d]",
  /external/skia/src/core/
SkBitmapProcShader.cpp 310 str->appendf(" \"%s\"", uri);
320 str->appendf(" %s", info.c_str());
324 str->appendf(" [%s %s]]",
SkString.cpp 525 void SkString::appendf(const char format[], ...) { function in class:SkString
  /external/skia/gm/
drawbitmaprect.cpp 119 label.appendf("%d x %d", w, h);
gmmain.cpp 96 name.appendf("_%s", configName);
110 filename.appendf("%s.%s", name.c_str(), suffix);
  /external/skia/include/core/
SkString.h 136 void appendf(const char format[], ...);
  /external/skia/samplecode/
SampleApp.cpp 970 string.appendf("(%i, %i)", fMouseX, fMouseY);
977 string.appendf("A: %X", SkColorGetA(color));
982 string.appendf("R: %X", SkColorGetR(color));
988 string.appendf("G: %X", SkColorGetG(color));
994 string.appendf("B: %X", SkColorGetB(color));
    [all...]

Completed in 493 milliseconds