Searched refs:fTex (Results 1 - 4 of 4) sorted by relevance

/external/skia/samplecode/
H A DSampleShip.cpp70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
149 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint);
171 SkRect fTex[kGrid*kGrid+1]; member in class:DrawShipView
H A DSampleAtlas.cpp136 SkRect fTex[N]; member in class:DrawAtlasDrawable
153 fTex[i].setXYWH(sx, sy, cell, cell);
190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint);
/external/skqp/samplecode/
H A DSampleShip.cpp70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
149 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint);
171 SkRect fTex[kGrid*kGrid+1]; member in class:DrawShipView
H A DSampleAtlas.cpp136 SkRect fTex[N]; member in class:DrawAtlasDrawable
153 fTex[i].setXYWH(sx, sy, cell, cell);
190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint);

Completed in 146 milliseconds