Searched defs:localRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/shaders/
H A DSkPictureShader.cpp294 StageRec localRec = rec; local
295 localRec.fLocalM = compositeLocalMatrix.isIdentity() ? nullptr : &compositeLocalMatrix;
297 return bitmapShader && as_SB(bitmapShader)->appendStages(localRec);
312 ContextRec localRec = rec; local
313 localRec.fLocalMatrix = compositeLocalMatrix.isIdentity() ? nullptr : &compositeLocalMatrix;
316 alloc->make<PictureShaderContext>(*this, localRec, std::move(bitmapShader), alloc);

Completed in 104 milliseconds