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

  /external/skia/src/core/
SkBitmapProcState.cpp 126 if (kN32_SkColorType != fOrigBitmap.colorType() || !cache_size_okay(fOrigBitmap, fInvMatrix) ||
146 SkScalar trueDestWidth = fOrigBitmap.width() / invScaleX;
147 SkScalar trueDestHeight = fOrigBitmap.height() / invScaleY;
151 if (!SkBitmapCache::Find(fOrigBitmap, roundedDestWidth, roundedDestHeight, &fScaledBitmap)) {
153 fOrigBitmap,
163 SkBitmapCache::Add(fOrigBitmap, roundedDestWidth, roundedDestHeight, fScaledBitmap);
169 fInvMatrix.postScale(roundedDestWidth / fOrigBitmap.width(),
170 roundedDestHeight / fOrigBitmap.height());
192 fCurrMip.reset(SkMipMapCache::FindAndRef(fOrigBitmap));
    [all...]
SkBitmapProcState.h 124 SkBitmap fOrigBitmap; // CONSTRUCTOR
SkBitmapProcShader.cpp 100 state->fOrigBitmap = fRawBitmap;

Completed in 91 milliseconds