/third_party/flutter/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()
|
/third_party/skia/samplecode/ |
D | SampleShip.cpp | 71 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 79 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView() 121 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, in onDrawContent() 138 SkRect fTex[kGrid*kGrid+1]; member in DrawShipView
|
D | SampleAtlas.cpp | 139 SkRect fTex[N]; member in DrawAtlasDrawable 156 fTex[i].setXYWH(sx, sy, cell, cell); in DrawAtlasDrawable() 193 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, sampling, &paint); in onDraw()
|
D | SampleClip.cpp | 550 SkPoint fTex[4] = {{0, 0}, {256, 0}, {256, 256}, {0, 256}}; member in HalfPlaneCoons 587 tex = fTex; in onDrawContent()
|
/third_party/skia/bench/ |
D | VertBench.cpp | 44 SkPoint fPts[PTS], fTex[PTS]; member in VertBench 98 memcpy(fTex, fPts, sizeof(fPts)); in VertBench() 131 const SkPoint* texs = (fFlags & kTexture_VertFlag) ? fTex : nullptr; in onDraw()
|
/third_party/flutter/skia/tests/ |
D | DeferredDisplayListTest.cpp | 805 sk_sp<SkPromiseImageTexture> fTex; member 814 return info->fTex; in tracking_fulfill_proc() 845 fulfillInfo.fTex = SkPromiseImageTexture::Make(backendTexture); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 895 REPORTER_ASSERT(reporter, fulfillInfo.fTex->unique()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 896 fulfillInfo.fTex.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/tests/ |
D | DeferredDisplayListTest.cpp | 1029 sk_sp<SkPromiseImageTexture> fTex; member 1037 return info->fTex; in tracking_fulfill_proc() 1061 fulfillInfo.fTex = SkPromiseImageTexture::Make(mbet->texture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1108 REPORTER_ASSERT(reporter, fulfillInfo.fTex->unique()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1109 fulfillInfo.fTex.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tools/debugger/ |
D | DrawCommand.h | 617 SkTDArray<SkRect> fTex; variable
|
D | DrawCommand.cpp | 2055 , fTex(tex, count) in DrawAtlasCommand() 2064 fTex.begin(), in execute()
|
/third_party/skia/tools/debugger/ |
D | DrawCommand.h | 604 SkTDArray<SkRect> fTex; variable
|
D | DrawCommand.cpp | 1964 , fTex(tex, count) in DrawAtlasCommand() 1974 fTex.begin(), in execute()
|