HomeSort by relevance Sort by last modified time
    Searched refs:fCurrRec (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 132 const SkLayerDrawLooper* looper) : fCurrRec(looper->fRecs) {}
137 if (NULL == fCurrRec) {
141 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
144 if (fCurrRec->fInfo.fPostTranslate) {
145 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
146 fCurrRec->fInfo.fOffset.fY);
148 canvas->translate(fCurrRec->fInfo.fOffset.fX,
149 fCurrRec->fInfo.fOffset.fY);
151 fCurrRec = fCurrRec->fNext
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 132 const SkLayerDrawLooper* looper) : fCurrRec(looper->fRecs) {}
137 if (NULL == fCurrRec) {
141 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
144 if (fCurrRec->fInfo.fPostTranslate) {
145 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
146 fCurrRec->fInfo.fOffset.fY);
148 canvas->translate(fCurrRec->fInfo.fOffset.fX,
149 fCurrRec->fInfo.fOffset.fY);
151 fCurrRec = fCurrRec->fNext
    [all...]
  /external/skia/include/effects/
SkLayerDrawLooper.h 112 Rec* fCurrRec;
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 118 Rec* fCurrRec;

Completed in 246 milliseconds