Home
last modified time | relevance | path

Searched refs:fTex (Results 1 – 10 of 10) sorted by relevance

/external/skia/samplecode/
DSampleShip.cpp69 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
77 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
120 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint); in onDrawContent()
136 SkRect fTex[kGrid*kGrid+1]; member in DrawShipView
DSampleAtlas.cpp136 SkRect fTex[N]; member in DrawAtlasDrawable
153 fTex[i].setXYWH(sx, sy, cell, cell); in DrawAtlasDrawable()
190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint); in onDraw()
DSampleClip.cpp558 SkPoint fTex[4] = {{0, 0}, {256, 0}, {256, 256}, {0, 256}}; member in HalfPlaneCoons
595 tex = fTex; in onDrawContent()
/external/skqp/samplecode/
DSampleShip.cpp70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()
150 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint); in onDrawContent()
172 SkRect fTex[kGrid*kGrid+1]; member in DrawShipView
DSampleAtlas.cpp137 SkRect fTex[N]; member in DrawAtlasDrawable
154 fTex[i].setXYWH(sx, sy, cell, cell); in DrawAtlasDrawable()
191 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint); in onDraw()
/external/skia/tests/
DDeferredDisplayListTest.cpp924 sk_sp<SkPromiseImageTexture> fTex; member
933 return info->fTex; in tracking_fulfill_proc()
964 fulfillInfo.fTex = SkPromiseImageTexture::Make(backendTexture); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1014 REPORTER_ASSERT(reporter, fulfillInfo.fTex->unique()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1015 fulfillInfo.fTex.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tools/debugger/
DSkDrawCommand.h615 SkTDArray<SkRect> fTex; variable
DSkDrawCommand.cpp2030 , fTex(tex, count) in SkDrawAtlasCommand()
2037 canvas->drawAtlas(fImage.get(), fXform.begin(), fTex.begin(), in execute()
/external/skia/tools/debugger/
DDrawCommand.h648 SkTDArray<SkRect> fTex; variable
DDrawCommand.cpp2140 , fTex(tex, count) in DrawAtlasCommand()
2149 fTex.begin(), in execute()