Searched refs:colorsPtr (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleAtlas.cpp | 189 const SkColor* colorsPtr = fUseColors ? colors : nullptr; in onDraw() local 190 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, &paint); in onDraw()
|
D | SampleLitAtlas.cpp | 114 const SkColor* colorsPtr = fUseColors ? colors : NULL; in onDraw() 116 canvas->drawLitAtlas(fAtlas, xforms, fDiffTex, fNormTex, colorsPtr, kNumAsteroids+1, in onDraw()
|
/third_party/skia/samplecode/ |
D | SampleAtlas.cpp | 192 const SkColor* colorsPtr = fUseColors ? colors : nullptr; in onDraw() local 193 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, sampling, &paint); in onDraw()
|