Searched refs:colorsPtr (Results 1 – 3 of 3) sorted by relevance
/external/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 | 113 const SkColor* colorsPtr = fUseColors ? colors : NULL; in onDraw() 115 canvas->drawLitAtlas(fAtlas, xforms, fDiffTex, fNormTex, colorsPtr, kNumAsteroids+1, in onDraw()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 3098 SkColor* colorsPtr; local 3105 colorsPtr = colors; 3108 colorsPtr = nullptr; 3127 return new SkDrawPatchCommand(cubics, colorsPtr, texCoordsPtr, bmode, paint);
|