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

  /external/skia/src/core/
SkBitmapProcState.cpp 36 , fBMState(nullptr)
40 SkInPlaceDeleteCheck(fBMState, fBMStateStorage.get());
89 fBMState = controller.requestBitmap(fProvider, inv, paint.getFilterQuality(),
92 if (nullptr == fBMState || fBMState->pixmap().info().isEmpty()) {
95 fPixmap = fBMState->pixmap();
96 fInvMatrix = fBMState->invMatrix();
97 fRealInvMatrix = fBMState->invMatrix();
99 fFilterQuality = fBMState->quality();
SkBitmapProcState.h 53 SkBitmapController::State* fBMState;
  /external/skqp/src/core/
SkBitmapProcState.cpp 36 , fBMState(nullptr)
40 SkInPlaceDeleteCheck(fBMState, fBMStateStorage.get());
89 fBMState = controller.requestBitmap(fProvider, inv, paint.getFilterQuality(),
92 if (nullptr == fBMState || fBMState->pixmap().info().isEmpty()) {
95 fPixmap = fBMState->pixmap();
96 fInvMatrix = fBMState->invMatrix();
97 fRealInvMatrix = fBMState->invMatrix();
99 fFilterQuality = fBMState->quality();
SkBitmapProcState.h 53 SkBitmapController::State* fBMState;

Completed in 221 milliseconds