HomeSort by relevance Sort by last modified time
    Searched defs:newRec (Results 1 - 5 of 5) sorted by null

  /external/skia/src/shaders/
SkLocalMatrixShader.cpp 45 ContextRec newRec(rec);
49 newRec.fLocalMatrix = &tmp;
51 newRec.fLocalMatrix = &this->getLocalMatrix();
53 return as_SB(fProxyShader)->makeContext(newRec, alloc);
72 StageRec newRec = rec;
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix();
74 return as_SB(fProxyShader)->appendStages(newRec);
  /external/skqp/src/shaders/
SkLocalMatrixShader.cpp 45 ContextRec newRec(rec);
49 newRec.fLocalMatrix = &tmp;
51 newRec.fLocalMatrix = &this->getLocalMatrix();
53 return as_SB(fProxyShader)->makeContext(newRec, alloc);
72 StageRec newRec = rec;
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix();
74 return as_SB(fProxyShader)->appendStages(newRec);
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 229 Rec* newRec = new Rec();
230 newRec->fInfo = oldRec->fInfo;
231 newRec->fPaint = xformer->apply(oldRec->fPaint);
232 newRec->fNext = nullptr;
233 prevNewRec->fNext = newRec;
235 prevNewRec = newRec;
  /external/skqp/src/effects/
SkLayerDrawLooper.cpp 229 Rec* newRec = new Rec();
230 newRec->fInfo = oldRec->fInfo;
231 newRec->fPaint = xformer->apply(oldRec->fPaint);
232 newRec->fNext = nullptr;
233 prevNewRec->fNext = newRec;
235 prevNewRec = newRec;
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 525 milliseconds