Searched defs:fTx (Results 1 - 4 of 4) sorted by relevance
/external/skia/gm/ | ||
H A D | imagefilters.cpp | 156 SkScalar fSx, fSy, fTx, fTy; member in struct:__anon18014 171 canvas->translate(xform.fTx, xform.fTy); |
H A D | drawatlas.cpp | 60 SkScalar fTx; member in struct:DrawAtlasGM::__anon18004 67 xform->fTx = fTx; 129 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset; |
/external/skia/include/core/ | ||
H A D | SkRSXform.h | 17 * [ fSCos -fSSin fTx ] 42 SkScalar fTx; member in struct:SkRSXform 51 fSSin = fTx = fTy = 0; 57 fTx = tx; |
/external/skia/samplecode/ | ||
H A D | SampleAll.cpp | 355 paint.setShader(SkShader::MakeBitmapShader(fTx, 473 decode_file("/Users/caryclark/Desktop/05psp04.gif", &fTx); 522 SkBitmap fBug, fTb, fTx; member in class:DemoView |
Completed in 145 milliseconds