HomeSort by relevance Sort by last modified time
    Searched defs:fTx (Results 1 - 8 of 8) 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/skqp/include/core/
SkRSXform.h 17 * [ fSCos -fSSin fTx ]
42 SkScalar fTx;
51 fSSin = fTx = fTy = 0;
57 fTx = tx;
  /external/skia/gm/
imagefilters.cpp 154 SkScalar fSx, fSy, fTx, fTy;
169 canvas->translate(xform.fTx, xform.fTy);
drawatlas.cpp 58 SkScalar fTx;
65 xform->fTx = fTx;
137 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
  /external/skqp/gm/
imagefilters.cpp 154 SkScalar fSx, fSy, fTx, fTy;
169 canvas->translate(xform.fTx, xform.fTy);
drawatlas.cpp 58 SkScalar fTx;
65 xform->fTx = fTx;
137 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
  /external/skia/samplecode/
SampleAll.cpp 196 paint.setShader(SkShader::MakeBitmapShader(fTx,
313 decode_file("/Users/caryclark/Desktop/05psp04.gif", &fTx);
318 SkBitmap fBug, fTb, fTx;
  /external/skqp/samplecode/
SampleAll.cpp 196 paint.setShader(SkShader::MakeBitmapShader(fTx,
313 decode_file("/Users/caryclark/Desktop/05psp04.gif", &fTx);
318 SkBitmap fBug, fTb, fTx;

Completed in 207 milliseconds