/external/skia/samplecode/ |
D | SampleShip.cpp | 69 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
|
D | SampleAtlas.cpp | 136 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()
|
D | SampleClip.cpp | 558 SkPoint fTex[4] = {{0, 0}, {256, 0}, {256, 256}, {0, 256}}; member in HalfPlaneCoons 595 tex = fTex; in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleShip.cpp | 70 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
|
D | SampleAtlas.cpp | 137 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/ |
D | DeferredDisplayListTest.cpp | 924 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/ |
D | SkDrawCommand.h | 615 SkTDArray<SkRect> fTex; variable
|
D | SkDrawCommand.cpp | 2030 , fTex(tex, count) in SkDrawAtlasCommand() 2037 canvas->drawAtlas(fImage.get(), fXform.begin(), fTex.begin(), in execute()
|
/external/skia/tools/debugger/ |
D | DrawCommand.h | 648 SkTDArray<SkRect> fTex; variable
|
D | DrawCommand.cpp | 2140 , fTex(tex, count) in DrawAtlasCommand() 2149 fTex.begin(), in execute()
|