Searched refs:fTextPicture (Results 1 – 1 of 1) sorted by relevance
58 SkAutoTUnref<SkPicture> fTextPicture; member in TilingView101 if (NULL == fTextPicture) { in onDrawContent()156 SkASSERT(NULL == fTextPicture); in onDrawContent()157 fTextPicture.reset(recorder.endRecording()); in onDrawContent()160 SkASSERT(fTextPicture); in onDrawContent()161 canvas->drawPicture(fTextPicture); in onDrawContent()