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

  /external/skia/tools/
DDLTileHelper.cpp 28 SkASSERT(!fReconstitutedPicture);
34 fReconstitutedPicture = helper.reinflateSKP(&recorder, compressedPictureData, &fPromiseImages);
41 fReconstitutedPicture.reset();
55 // stored in fReconstitutedPicture's promise images are incorrect. Patch them with the correct
71 if (fReconstitutedPicture) {
72 subCanvas->drawPicture(fReconstitutedPicture);
DDLTileHelper.h 54 sk_sp<SkPicture> fReconstitutedPicture;
  /external/skqp/tools/
DDLTileHelper.cpp 28 SkASSERT(!fReconstitutedPicture);
34 fReconstitutedPicture = helper.reinflateSKP(&recorder, compressedPictureData, &fPromiseImages);
41 fReconstitutedPicture.reset();
55 // stored in fReconstitutedPicture's promise images are incorrect. Patch them with the correct
71 if (fReconstitutedPicture) {
72 subCanvas->drawPicture(fReconstitutedPicture);
DDLTileHelper.h 54 sk_sp<SkPicture> fReconstitutedPicture;

Completed in 490 milliseconds