Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleShip.cpp71 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,
138 SkRect fTex[kGrid*kGrid+1]; member in DrawShipView
H A DSampleAtlas.cpp139 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);
H A DSampleClip.cpp550 SkPoint fTex[4] = {{0, 0}, {256, 0}, {256, 256}, {0, 256}}; member in HalfPlaneCoons
587 tex = fTex;
/third_party/skia/bench/
H A DVertBench.cpp44 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;
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp1029 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/skia/tools/debugger/
H A DDrawCommand.h604 SkTDArray<SkRect> fTex; member in DrawAtlasCommand
H A DDrawCommand.cpp1964 , fTex(tex, count) in DrawAtlasCommand()
1974 fTex.begin(), in execute()

Completed in 10 milliseconds