Searched refs:fTy (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkRSXform.h | 18 * [ fSSin fSCos fTy ] 43 SkScalar fTy; member 51 fSSin = fTx = fTy = 0; in setIdentity() 58 fTy = ty; in set()
|
/third_party/skia/gm/ |
H A D | skbug_8664.cpp | 19 SkScalar fSx, fSy, fTx, fTy; in DEF_SIMPLE_GM() member 42 canvas->translate(xform.fTx, xform.fTy); in DEF_SIMPLE_GM()
|
H A D | drawatlas.cpp | 87 SkScalar fTy; member 94 xform->fTy = fTy; in apply() 167 xform[i].fTy = pos.y() + tan.x() * xy[i].y() - tan.y() * offset; in draw_text_on_path()
|
H A D | imagefilters.cpp | 171 SkScalar fSx, fSy, fTx, fTy; member 186 canvas->translate(xform.fTx, xform.fTy);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 68 DataType fTy; // full type in expandIntegerMUL() local 70 case TYPE_S32: fTy = TYPE_U32; break; in expandIntegerMUL() 71 case TYPE_S64: fTy = TYPE_U64; break; in expandIntegerMUL() 72 default: fTy = mul->sType; break; in expandIntegerMUL() 76 switch (fTy) { in expandIntegerMUL() 82 unsigned int fullSize = typeSizeof(fTy); in expandIntegerMUL() 111 i[2] = i[3] = bld->mkOp2(OP_MUL, fTy, t[1], a[1], in expandIntegerMUL() 114 i[2] = bld->mkOp2(OP_MUL, fTy, t[0], a[0], in expandIntegerMUL() 120 i[3] = bld->mkOp3(OP_MAD, fTy, t[1], a[1], b[0], t[0]); in expandIntegerMUL() 123 i[7] = bld->mkOp2(OP_SHL, fTy, in expandIntegerMUL() [all...] |
H A D | nv50_ir_build_util.cpp | 291 const DataType fTy = typeOfSize(halfSize * 2); in mkSplit() local 294 val = mkMov(getSSA(halfSize * 2), val, fTy)->getDef(0); in mkSplit() 305 insn = mkOp1(OP_SPLIT, fTy, h[0], val); in mkSplit()
|
/third_party/skia/samplecode/ |
H A D | SampleShip.cpp | 118 fXform[i].fTy += dy;
|
/third_party/skia/src/core/ |
H A D | SkGlyphRun.cpp | 250 *positionCursor++ = {xform.fTx, xform.fTy}; in blobToGlyphRunList()
|
H A D | SkMatrix.cpp | 436 fMat[kMTransY] = xform.fTy; in setRSXform() 1825 const SkScalar m12 = fTy; in toQuad() 1840 const SkScalar m12 = fTy; in toTriStrip()
|
Completed in 9 milliseconds