HomeSort by relevance Sort by last modified time
    Searched defs:fTx (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkRSXform.h 17 * [ fSCos -fSSin fTx ]
42 SkScalar fTx;
51 fSSin = fTx = fTy = 0;
57 fTx = tx;
  /external/skia/gm/
imagefilters.cpp 156 SkScalar fSx, fSy, fTx, fTy;
171 canvas->translate(xform.fTx, xform.fTy);
drawatlas.cpp 60 SkScalar fTx;
67 xform->fTx = fTx;
129 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
  /external/skia/samplecode/
SampleAll.cpp 394 paint.setShader(SkShader::MakeBitmapShader(fTx,
512 decode_file("/Users/caryclark/Desktop/05psp04.gif", &fTx);
561 SkBitmap fBug, fTb, fTx;

Completed in 61 milliseconds