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

  /external/skia/src/core/
SkBitmapProcState.cpp 42 , fBMState(nullptr)
51 , fBMState(nullptr)
58 SkInPlaceDeleteCheck(fBMState, fBMStateStorage.get());
144 fBMState = controller.requestBitmap(fProvider, inv, paint.getFilterQuality(),
147 if (nullptr == fBMState || fBMState->pixmap().info().isEmpty()) {
150 fPixmap = fBMState->pixmap();
151 fInvMatrix = fBMState->invMatrix();
152 fFilterLevel = fBMState->quality();
SkBitmapProcState.h 54 SkMatrix fInvMatrix; // copy of what is in fBMState, can we remove the dup?
132 SkBitmapController::State* fBMState;

Completed in 537 milliseconds